Jump to content

Gordis

Members
  • Content Count

    10
  • Joined

  • Last visited

  • Days Won

    1

Gordis last won the day on August 16 2015

Gordis had the most liked content!

1 Follower

About Gordis

  • Rank
    Member
  1. I think it would be: if (tstatus->vit % 5 == 0)
  2. 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.
  3. Gordis

    eff skill

    The first one is EL_COOLER and the second one is EL_CHILLY_AIR.
  4. Gordis

    eff skill

    Level one and two(or three) of the Elemental Control skill, using varuna as a summon.
  5. Gordis

    hercules com erros

    Se você quer compilar a v.12 você deve usar o Visual 12, geralmente ocorrem essas incompatibilidades.
  6. Gordis

    hercules com erros

    Você deve usar o Visual 12 para compilar o hercules nesse caso.
  7. Thanks!
  8. Thanks a lot for your answers, if you don't mind, I'd like to know which 2013 client is the most stable.
  9. 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.