Jump to content

Database Support

Sign in to follow this  

Explore Questions

There are no popular questions to show right now

  1. 0 votes
    0 answers
  2. Inserting sql

    Asked by chojuro,

    0 votes
    1 answer
  3. 0 votes
    1 answer
  4. 0 votes
    1 answer
  5. mob_classchange gone missing?

    Asked by Caiba,

    0 votes
    0 answers

676 questions in this forum

  1. help newbie here

    0 votes
    3 answers
  2. sql and txt

    0 votes
    3 answers
  3. 0 votes
    3 answers
  4. item_merge.lua how to?

    0 votes
    3 answers
  5. data of field `nameid` truncated

    0 votes
    3 answers
  6. 0 votes
    3 answers
  7. item db won't load

    0 votes
    3 answers
  8. 0 votes
    3 answers
  9. 0 votes
    3 answers
  10. Gender Restriction (BUG)

    0 votes
    3 answers
  11. 0 votes
    3 answers
  12. 0 votes
    3 answers
  13. Help

    0 votes
    3 answers
  14. Item Specific Drop table

    0 votes
    3 answers
  15. Server ignoring item_db changes

    0 votes
    3 answers
  16. Translate question

    0 votes
    3 answers
  17. Atcommand in item

    0 votes
    3 answers
  18. 0 votes
    3 answers
  19. Item_db2.conf

    0 votes
    3 answers
  20. Costume Item

    0 votes
    3 answers
  21. Star Glads: No TK SKILLS

    0 votes
    3 answers
  22. Item Box

    0 votes
    3 answers
  23. about Costume code

    0 votes
    3 answers
  24. 0 votes
    3 answers
  25. Item changes Base Job

    0 votes
    3 answers
Sign in to follow this  
  • Featured Topics

  • Latest Commits

  • Topics

  • Posts

    • 안녕하세요! 업데이트에 대한 정보를 알려주셔서 정말 감사합니다!
    • *savepoint("<map name>", <x>, <y>) This command saves where the invoking character will return to upon 'return to save point', if dead or in some other cases. The two versions are equivalent. Map name, X coordinate and Y coordinate should be perfectly obvious. This ignores any and all map flags, and can make a character respawn where no teleportation is otherwise possible. savepoint("place", 350, 75); By using savepoint on the script, one can set up a logic of having the spawn point being map 'A' during a session of the event, and having a trigger to change it to map 'B' if another event happened. Can tweak it to your use case, for example setting Prontera as savepoint once landing or being warped to the pvp map.
    • I have a script that resurrects in pvp when the player dies in a countdown. But if the character is dead and selects to go to prontera, he returns to pvp. How to adjust the script so it comes out promptly.   OnPCDieEvent: if( strcharinfo(3) == "pvpamap" ) { sleep2 1000; } end; }   Where to change so that when he clicks back to ready, the script does not take him back to pvp
    • What you can do is remove every option besides "left hand" or "right hand"  EX. // Build the Menu.     setarray(.@position$[1], "상단", "갑옷", "왼손", "오른손", "걸칠것", "신발");  /// << Leave only right hand or both if you want to add to shields too.     .@menu$ = "";     for (.@i = 1; .@i <= 6; ++.@i)  /// <<<< Here you change 6 to 1 OR 2 depending on if you want right hand or both.         .@menu$ += ((getequipisequiped(.@i)) ? getequipname(.@i) : .@position$[.@i] + "-[착용하지 않음]") + ":";     // Select the part.     .@equip_index = select(.@menu$); So change to :  // Build the Menu.     setarray(.@position$[1], "오른손");     .@menu$ = "";     for (.@i = 1; .@i <= 1; ++.@i)         .@menu$ += ((getequipisequiped(.@i)) ? getequipname(.@i) : .@position$[.@i] + "-[착용하지 않음]") + ":";     // Select the part.     .@equip_index = select(.@menu$);
    • Hello, I'm Karas representing Atlantis.   We are looking for a Source Code Dev with experience in porting official content, mainly the part related to SRC, such as Skills or functionalities, either from rAthena to Hercules or purely from Hercules.   The work is paid and is not a permanent role, but part-time to the extent that we need certain content or move workload from our Tracker.   Please send PM with intended budget and previous experiences.   Thank you so much.
  • Download Statistics

    • Files
      457
    • Comments
      154
    • Reviews
      240

    Latest File
    By Hyroshima

    45    0

×
×
  • Create New...

Important Information

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