Jump to content

Cyro

Members
  • Posts

    1137
  • Joined

  • Last visited

  • Days Won

    30

Everything posted by Cyro

  1. It's paid script, cantact emistry for original copy
  2. Item bonuses are related to database support Moved the topic
  3. Cyro

    Error status.c

    gcc --version what operating system you are using?
  4. Cyro

    Error status.c

    make sure to update your gcc 5 version
  5. You just need to add this script as every other NPC script, this functions are used in yuchins other scripts, to use those scripts you must have this function loaded
  6. Check resource file name in iteminfo If your are using client older then 2013 check idum tables
  7. Make sure your item description is existing in iteminfo.lub /Lua in system folder
  8. as i know buble gum do not increase drop % it will have a chance of double drop rate with the dropped item for example when u get poring card, there is a chance of getting two poring cards from one monster when using bubblegum
  9. here data/luafiles514/lua files/signboardlist.lub
  10. imp 2013-08-07 is best for classic server next you can choose 2015 client
  11. are you using latest rathena? check this https://github.com/rathena/rathena/blob/master/src/config/packets.h#L17
  12. any error message in console? check your client version configuration
  13. Cyro

    Renewal Server

    just play a renewal server for sometime ! imo reading doesn't really help to make renewal server
  14. Cyro

    help

    @marcorogeeh i dont really understand why u keep reporting posts! are you confused with quote and report buttons ?
  15. if( strcharinfo(3) == "mapname" || strcharinfo(3) == "mapname" || strcharinfo(3) == "mapname" )
  16. Cyro

    SQL Tables

    you are settling up latest rathena git ? Or updating ? Posting errors you got here might help
  17. payon,157,226,5 script Healer 1096,2,2,{ OnInit: initnpctimer; end; OnTimer10000: //10 seconds npcwalkto 152,184; end; OnTimer25000: //25 seconds npcwalkto 157,230; stopnpctimer; initnpctimer; end; OnTouch: emotion e_heh; //Emotion upon touch percentheal 100,100; //100% Recover HP and SP sc_start SC_ANGELUS,60000,10; // Angelus lvl 10 sc_start SC_BLESSING,60000,10; // Blessing lvl 10 sc_start SC_INCREASEAGI,60000,10; // Increase agi lvl 10 getitem 7139,1; atcommand "@useskill 479 5 " +strcharinfo(0); while (getbrokenid(1)) { repair(1); set .@i, .@i +1; } if (.@i) dispbottom .@i + " items repaired."; end; }
  18. Cyro

    request logo

    if you want to have same render check this if you want to edit mine here is the psd, help yourself gorag.psd
  19. Cyro

    Admin menu Fluxcp

    You can modify them in config/application.php
  20. Cyro

    Voting pull

    https://rathena.org/board/topic/75157-poll-npc-enabledisable/ https://rathena.org/board/topic/91315-poll-npc-script/
  21. should post this in source support moved
  22. https://rathena.org/jobs_available/
  23. ps:this isn't related to client related post , moved
×
×
  • Create New...