Thread: mage timer

Results 1 to 2 of 2
  1. #1 mage timer 
    Banned

    Join Date
    May 2008
    Posts
    2,327
    Thanks given
    55
    Thanks received
    67
    Rep Power
    0
    ok when ppl are fiting npc's with spells, they are able 2 mass, how can i make it so they have 2 wait at least 1 second b4 they can cast it again

    please and thank u
     

  2. #2  
    Registered Member
    Z's Avatar
    Join Date
    Jun 2007
    Age
    29
    Posts
    1,390
    Thanks given
    7
    Thanks received
    30
    Rep Power
    853
    You can simply put at the top of your magic on player packet(Not sure what it is in 317 and 377 nemore)
    something like this:
    Code:
    if (mageTimer == 0) {
    mageTimer = 2; //that's most-likely not ware u'd want it but you can figure out ware to put it :P
    Then at the bottum of the packet add a simple bracket (before the break)...
    Then add something like:
    Code:
    if (mageTimer >= 1) {
    mageTimer--;
    }
     


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
  •