Thread: Need help with infinite hp[delta]

Results 1 to 4 of 4
  1. #1 Need help with infinite hp[delta] 
    Registered Member
    Join Date
    Jun 2009
    Posts
    254
    Thanks given
    1
    Thanks received
    0
    Rep Power
    1
    I have a code that gives 9999 hp when I do ::hp, but once I do it, I have to log out for it to update my hp, is there anyway to make it so I don't have to log out for it to update?

    Thanks.
    Reply With Quote  
     

  2. #2  
    Casanovapkz
    Guest
    Could you post your code so we can see wat u have done
    Reply With Quote  
     

  3. #3  
    FCKOFk


    Join Date
    Jul 2009
    Posts
    753
    Thanks given
    183
    Thanks received
    55
    Rep Power
    249
    just open up character file in your source, go to your user name, scroll down to skills, and change the hp skill from 99 to 9999.
    iiiiiiiiii
    Daily Routine
    _
    __________


    Reply With Quote  
     

  4. #4  
    Registered Member
    Hunter's Avatar
    Join Date
    Jun 2009
    Age
    33
    Posts
    857
    Thanks given
    3
    Thanks received
    23
    Rep Power
    216
    You would need to have update variables set to true once the hp is set to 9999. For instance:

    Code:
    playerLevel[playerHitpoints] = 9999;
    updateRequired = true;
    appearanceUpdateRequired = true;
    Something along those lines.
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •