Jump to content

Source Support

Explore Questions

There are no popular questions to show right now

  1. Make the player return to prontera

    Asked by kater,

    0 votes
    1 answer
  2. 0 votes
    2 answers
  3. 0 votes
    0 answers
  4. 0 votes
    0 answers
  5. 0 votes
    0 answers

1266 questions in this forum

  1. 0 votes
    1 answer
  2. failed assertion issue

    0 votes
    1 answer
  3. 0 votes
    1 answer
  4. 0 votes
    3 answers
  5. NPC_REBIRTH

    0 votes
    1 answer
  6. 0 votes
    0 answers
  7. Dragon Fear

    0 votes
    1 answer
  8. HP COST for Skills

    0 votes
    1 answer
  9. 0 votes
    8 answers
  10. 0 votes
    0 answers
  11. Disguise bug.

    0 votes
    4 answers
  12. 0 votes
    2 answers
  13. exp_homun doesnt work

    0 votes
    2 answers
  14. BIG ERROR

    0 votes
    4 answers
  15. CR_ACIDDEMONSTRATION bug?

    0 votes
    3 answers
  16. 0 votes
    6 answers
  17. caught monsters

    0 votes
    0 answers
  18. RE Def Reduction src code

    0 votes
    3 answers
  19. 0 votes
    0 answers
  20. @partybuff / @spb

    0 votes
    0 answers
  21. 0 votes
    1 answer
  22. click and move cell area max!

    0 votes
    3 answers
  23. 0 votes
    3 answers
  24. 0 votes
    3 answers
  25. 0 votes
    0 answers
  • 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.