Jump to content

Beret

Members
  • Posts

    174
  • Joined

  • Last visited

Everything posted by Beret

  1. Was doing this command to call an npc right only after the past gave dei a updated is not working, can anyone help me. ACMD_FUNC(test) { struct npc_data* nd; nullpo_retr(-1, sd); nd = npc_name2id("test"); if( nd == NULL ) return -1; run_script(nd->u.scr.script, 0, sd->bl.id, fake_nd->bl.id); return 0; }
  2. Sorry for the delay my rathena is very old, since I'm waiting until the end of the year to update, still use gm_cant_drop_min_lv and gm_cant_drop_max_lv wanted to know how do I block only trade, drop, sale, guild storage, because this option is blocking storage and lethal attack.
  3. Well I would like to know how can I do the following when I click on the flag of the Castle has one more option or an npc that the player may remove an item with chances of exit 1 to 3 item per day, can pick up only after 1 day other items.
  4. How can I do that certain level of GM, cannot use trade and not drop item.
  5. Hello clydelion by npc of Yes, thank you very much for answering, the more I wanted to do a command.
  6. Hello rathena, I would like to know how to create an @ command help to give items to newbies that the command can only be used once by ACC.
  7. I'm not using this
  8. How do I make a sql table that puts the user in the vip has. Example: Your vip end: 7/12/2012 23:07:13
  9. Hello where can I get the Biolabs04 items.
  10. Beret

    Doubt hair style

    Thanks for replying Alexandria, really don't have this part of the hair styles I found only this. #if PACKETVER >= 20120307 if(slot >= MAX_CHARS) #else if((slot >= MAX_CHARS) // slots || (str + agi + vit + int_ + dex + luk != 6*5 ) // stats || (str < 1 || str > 9 || agi < 1 || agi > 9 || vit < 1 || vit > 9 || int_ < 1 || int_ > 9 || dex < 1 || dex > 9 || luk < 1 || luk > 9) // individual stat values || (str + int_ != 10 || agi + luk != 10 || vit + dex != 10) ) // pairs #endif
  11. Well I would like to know how can I increase the number of hair styles to create a char.
  12. Tested two client, a 6/14/2011 and other 7/30/2010 and then I noticed a difference. With client 2011 skills as Jupiter's thunder, divine light, fire lances, ice, among other seems to have a fixed delay, even leaving the delay 0 the snowman attacks slowly. Already with client 2010 attack is faster, Jupiter's thunder, fast comes out well, Spears, and other skills. Now comes a doubt this is the client or in the source? I have for me to be in the client.
  13. typing 00000000 delete the char, putting the birthdate does not tell me how to do with the birthdate?
  14. Well I'm 6/14/2011 with the hexed use following problem to delete the char, when I put birthdate says that the birthdate is not correct ja reviewed the table of birthdate and this correct.
  15. What to use to open another hexed when I click the custom button.
  16. Beret

    Cutin

    Wanted a command Xantara type @ cutin2
  17. Hello would like to know how can I put a custom button in thor patcher to open another hexed.
  18. Beret

    Cutin

    Hello Euphy how do I apply this in a command, tested here did not appear.
  19. Beret

    Cutin

    I want when I use the cutin in an npc, it is shown for all global.
  20. Beret

    Sound Cutins

    Thanks for the help, can close.
  21. Beret

    Cutin

    How can I do so that are shown for all of cutins Server.
  22. Beret

    Sound Cutins

    Just a doubt did not understand much this <type> would know me explain better.
  23. Beret

    Sound Cutins

    I would like to know how to put sound when a cutin is performed.
×
×
  • Create New...