Recent content by dabum

  1. D

    What is 10%?

    No, what you posted is (Random Number between 1% and 1000%) Greater than or equal to 900% (Random real number between 0.01 and 1.0) greater equal .90) This will give you 10%
  2. D

    Spell Book Array Help

    Never really used hashtables before, but I'll look into it, thank you.
  3. D

    Spell Book Array Help

    Right I add disabled spellbooks to an empty spellbook to get the ability to show up. Now my problem is, and i specifically stated it, to store the abilities IN the spellbook into an array. Meaning I would run some trigger of some sort to grab the abilities FROM the spellbook and into an array. I...
  4. D

    Spell Book Array Help

    bump If doing this requires JASS, then that's fine too
  5. D

    Gold Tower

    No, its your (Current Gold + 10) so if Current Gold is 500 you get (500 + 10), etc.
  6. D

    Spell Book Array Help

    Alright, what I'm looking for is a way to put the IDs of abilities in a spell book into an ability array. Reason being is that the abilities in the spell book are not in there by default. Instead I have them added into the book through triggers. Basically I'm trying to find a way to get #3 on...
  7. D

    System RPG Framework

    How come when I equip something my hp gets reset to 650ish. I am using ver 8 and verytime you equip something new the HP gets reset, ignoring what you had before. It also ignores the stats as well, so it ends up to be like 65 Str, but 65 x 25 isnt equal to 650.
  8. D

    Question on how to read out data

    I'm a beginner to JASS & vJASS, but i've read some tutorials. However I'm still learning and currently I need some help with structs. I've read the tutorial posted on this forum, but I still dont understand how to read out the data put into them. Which is why i'm wondering if anyone can help me...
Top