Recent content by lario93

  1. L

    How to: Make Spellbooks

    How can i make it so certain items when equipped (the items have the skill "Item Equip Use") will give the user a certain ability within the spellbook? The method I'm going for is using Levels in the Dummy Spellbook. Each Level within the Dummy Spellbook has a skill pertaining to certain items...
  2. L

    Help with this VJass trigger

    http://www.thehelper.net/forums/showthread.php?t=83949&page=3 As some of you might recognize, this is a trigger that creates a floating text that indicates your mana points using letters and such. The problem I am having is the removal of the floating text and adding in a new one that uses...
  3. L

    Show Mana of a Unit As Floating Text

    Ok nevermind... If my mana is too low, there is no bar. Sorry for all the trouble, I think I can use this thing now :)
  4. L

    System Floating Bars

    Mana Only? Right now I have: EVENT: Unit Enters (playable map area) call AddBar(GetEnteringUnit(),true, true) Floating Bars: string DisplayCharacter = "_" //Character intended for display integer BarLength = 2 //How many DisplayCharacters are used real BarSize =...
  5. L

    Show Mana of a Unit As Floating Text

    It doesn't work :( It only shows HP call AddBar(GetEnteringUnit(),true, true) is what I have
  6. L

    Show Mana of a Unit As Floating Text

    Hey thanks the whole thing worked, but it shows the current amount of hit points I have, not mana, could this be changed?
  7. L

    JASS NewGen Pack 1.5d

    wehack.lua:437 I am able to save my map with this script, but when I try to test it using the WE, this pops up: wehack.lua:437: attempt to index global 'rtc_enabled' (a nil value)
  8. L

    Show Mana of a Unit As Floating Text

    How many mana points a unit has is equal to how ever many ATB points a unit has. So if I am understood, these values should be the same :confused: Um, I don't use vJASS, is it hard to implement? If it isn't I would be glad to use it!
  9. L

    Show Mana of a Unit As Floating Text

    Say I have a skill called Attack. If I use it on a monster, it will drain 1 ATB point. If i have another skill called Bomb, and use it on a monster, it will drain 2 ATB points. ATB Points are turn points basically. One Turn consists of a unit having 3 ATB Points, let's say. The unit can use 3...
  10. L

    Show Mana of a Unit As Floating Text

    I'm using Mana Points as ATB Gauges from Final Fantasy 13, if you get the idea. Say I have 3 ATB Gauges Full, I would have 3 Blue O's above my hero. If I use 2 ATBs then there would be 1 BLUE O left and 2 WHITE O's (representing 1 out of 3 ATBs left). How would I do this? Thank you in advance!
  11. L

    How do I change tooltips for Stop Hold Position Move Patrol, etc?

    Yup Yup and I am going to sleep now. It is 2 a.m. here and I have school soon, lol! Again thank you Sartan and everyone else here for helping Cheers
  12. L

    How do I change tooltips for Stop Hold Position Move Patrol, etc?

    Wow Wow this is the first time I've ever visited this site and I've received help in less than 10 minutes... You guys are awesome, I'm going to check out the .txt file importing stuff now! Thanks abunch! OH MY GOD It works! I'll be SURE to come back if I need help with my stuff, THANK YOU...
  13. L

    How do I change tooltips for Stop Hold Position Move Patrol, etc?

    I know about the Game Interface and I have changed the icons, but there is no way I can find any Text 'General' 'Message' related to these abilities. Please help, I've been looking for a solution for around 4 hours now! Thank you!
Top