Jump to content

hakuren

Members
  • Posts

    295
  • Joined

  • Last visited

Everything posted by hakuren

  1. hello is this possible when an npc set a value example: ------------------------------------------------- ( On The Script ) set hehe,1; and the atcommand will check ------------------------------------------------- ( On The Atcommand Source ) if (hehe == 1) { end; } is this possible?
  2. Wow @Mooka that cool can you share it to us with the battleground system please...
  3. is there any possibility that an npc count the player online on a party because when i used the $@partymembercount thing it involves the other player that not around or offline, is this possible or not another question : is this a source modification or a script commands can someone give me a tricks,tips or example with this can of script thank you so much in advance....
  4. you can edit your item on item_trade 1: Item can't be drop
  5. so the pvp_noguild and gvg is the best solution with this thank you vBrenth
  6. hakuren

    pk command

    maybe you switch rA or svn 650 it works fine for me
  7. woo it works the areamonster thing is cool thank you clydelion you help me alot
  8. hello again im trying to create a npc that summon only area heres the picture of the map and the area of summon is there a npc command or any tricks that allows only the red one area of the picture can summon mobs? help me if this is possible please....
  9. it still same hmm i think theres a problem with the script i think wooo it works! thanks QQfoolsorellina
  10. so the getmapxy doesn't work on mobs? I'm actually making a monster with died it will drop a custom item by chance of the xy coordinates where the monster died I'm failed but thank you so much sir joey and sir euphy
  11. sir i think its not work when it died heres the picture the coordinate is still 0,0 help me please
  12. help me with this script: this script allow an npc to announce where is $@hehe_gid location coordinates but it doesnt work when announce it says that 0,0 help me with this please
  13. bump could someone share this command http://www.eathena.w...howtopic=226920
  14. help po bkit pag pvp di po makaattack pg guild alliance normal po ba un bump di po ko nagrerequest nagtatanung lang po if gnun nga ksi ung nagpvp kmi nung friend ko tpos alliance sya ung guild di kmi nagtatamaan gnun po ba tlga yun?
  15. is this can be done im using svn 650 i mod the @trading mod in eathena but im failed can someone help me with this but only the ally only the one who see the chats
  16. i got error on ctf [Error]: Missing 2 right curlys at file 'npc/CTF/CTF.txt', line '7835'.
  17. hehe thank you again the skills is now working with slash just the baphomet card effect is now no effect thank you again lilith for making me this mapflag thank you so much
  18. yeah it works now! i forgot to update the + struct npc_data* nd = (struct npc_data *)map_id2bl(st->oid); + message = script_getstr(st,2); to + struct npc_data* nd = (struct npc_data *)map_id2bl(st->oid); + str = script_getstr(st,2); thank you so much sir Brian
  19. hehe another error sorry to bother you sir i dont know what to do src\map\script.c(12109): warning C4090: '=' : different 'const' qualifiers src\map\script.c(12109): error C2106: '=' : left operand must be l-value
  20. sir i got error src\map\script.c(12108): error C2065: 'message' : undeclared identifier src\map\script.c(12108): warning C4047: '=' : 'int' differs in levels of indirection from 'const char *' src\map\script.c(12112): error C2065: 'message' : undeclared identifier src\map\script.c(12112): warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int' src\map\script.c(12112): warning C4024: 'clif_message' : different types for formal and actual parameter 2
  21. The number 2 an script command npctalk2 "<message>" allow npc talk without name of the npc
  22. Hello guys Is there any way that an npc talk without the npc name?
×
×
  • Create New...