Thread: D bolts

Results 1 to 4 of 4
  1. #1 D bolts 
    Astrect Developer

    Join Date
    Oct 2008
    Age
    28
    Posts
    1,936
    Thanks given
    369
    Thanks received
    212
    Rep Power
    591
    Alright well i wanna add random specs for d bolts on emulous but i don't know i how i should make the code. Any ideas?
    Reply With Quote  
     

  2. #2  
    JohnK
    Guest
    something like...
    Code:
    if (Misc.random(15)==5 && playerEquipment[3] == rcbowid) {
    yourhitmethodhere.
    return;
    }
    Something like that, I'm sure it will give you a good idea.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Sanity's Avatar
    Join Date
    Dec 2008
    Posts
    2,062
    Thanks given
    22
    Thanks received
    362
    Rep Power
    762
    I applied mine before damage is dealt after calculating max damage.
    Reply With Quote  
     

  4. #4  
    Astrect Developer

    Join Date
    Oct 2008
    Age
    28
    Posts
    1,936
    Thanks given
    369
    Thanks received
    212
    Rep Power
    591
    K thanks for the ideas guys.
    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
  •