Search results

  1. J

    Pay for Working BG queue

    Hi there, I am looking for information or person that have already working version of Battleground queue script for Flav/KVM/Tierra. I can pay for scripts. Kindly PM me for price and script status. Thank you.
  2. J

    cannot /alchemist, /taekwon or else

    Hello. So, i am using client 2013-06-05. I use client encryption. Everything was ok until i want to check rank for alchemist, taekwon, or else like /Alchemist. then i got suddenly disconnect. This is the error on console: clif_parse: Received unsupported packet (packet 0x097c (0x630a), 4...
  3. J

    Distinguish new mob race

    Hi there, Currently i only saw two function for modify the new race item effect (db/(Pre-Re)RE/mob_race2_db.txt) : how to give bypass armor damage, or other function to work on my new mob race? i want to completely distinguish my mob with other mob race. Thank You.
  4. J

    Get character Class

    Hi there, is there any script command to get character class on small int just like on char_db? i want to store it on my private db. Have been searching and cannot find it at the moment. thanks~
  5. J

    sell binded equip

    Hi there, How exactly i remove binded equip from my inventory? i cant neither store or sell to npc event with trade flag 0. Thank you
  6. J

    cannot add new race

    i add new race on mob_race2_db.txt // test class7,2600,2601,2602,2603,2604,2605  but the console says [Warning]: mob_readdb_race2: Unknown race2 7.[Error]: sv_readdb: Could not process contents of line 19 of "db/pre-re/mob_race2_db.txt".  any idea why? thank you~
  7. J

    change mob and item to database instead of txt

    i have already set this on inter-server.conf use_sql_db: yes  and create the correspond database on my db. and why is that my hercules still read all from .txt files? *ps: i already restart server and recompile, i use pre-re modes EDIT: Fixed, i copy inter-server from rathena to herc...
  8. J

    check OnPCDieEvent by mob or player

    Hello, how to check if we are dead by player or monster? thanks~
  9. J

    guild storage

    Hello, i made script that insert items into guild storage. But the problem are it seems any change on database doesn't change the client view. I tried insert or update both of that not work. even when i access the database use sql are showing right amount. does anyone know why? thanks~
  10. J

    announce party booking

    Hello, does anyone know the posibility to announce whenever someone submit for party booking? thank you.
  11. J

    missing file arrown.tga

    Hello,i use client 2013-06-05 and i am having this error whenever i use hunter:ResourceError: Can't find file effectarrown.tgacan anyone give me the file? thank you
  12. J

    map cache cannot find map

    i am trying to add old morocc map, what i have done: maps.conf   map_index.txt add moc_mem.gat on pre-re map cache database and save it. (i use pre-renewal mode) i still got this error on executing map cache: i also have added my grf path on grf-files.txt can somebody help me? thanks
  13. J

    permanent variable vs sql

    Hello, I want to consult about quest npc that using permanent variables. As we already know that using permanent variable can be very easy to use. But i create some quest template using function setd like example below (i use pastebin since the editing box not showing any tools.) the problem...
  14. J

    Map Crash After Getmapxy

    Hello guys. can you help me i have map crash after adding this line in my item_db.conf the idea is i want to keep the character map and coordinate after using some items. Thank you~
  15. J

    showevent appear on all loadevent mapflag

    Hello there, I use showevent on some npc on different map. The problem is, all the mark on map(from all npc that use it) are shown on all map that use mapflag loadevent. Even though i put the at different npc. I am using client 2013-06-05 any help would be appreciate, thank you.
Back
Top