Jump to content

Gordis

Members
  • Content Count

    10
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Gordis


  1. Why don't you use the modulus operator(%)?
    So if a number modulus 5 equals 0, then it's a mutiple of five.
    For example:  if (25%5 == 0) -> True
                            if(26%5 ==0) -> False
    25 / 5 = 5 it is an exact division, whereas 26/5 = 5  and we get 1 as a rest.


  2. Hi guys,
     

    I'm having some problems into adding new npc's into Npcidentity.lua, since some id's like 10000 are being used, I thought it would be better trying something like the 20k range, however when disguising in game i turn into poring, I have even tried the id 10050 but with no luck.

    I'm using the client 2012-04-14.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.