Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. npc/guild/agit_main.txt#L70-L99
  2. all castles are active when the woe started.
  3. these kind of error message is pretty self explained. the column `dias_offline` doesn't exist in your `login` table. what to do to fix it ? add the missing column `dias_offline`
  4. http://openkore.com/index.php/Main_Page this forum are here for private server, not a bot tho.
  5. prontera,155,175,5 script Sample#npc 4_F_KAFRA9,{ .talk_count++; mes "I have talked "+.talk_count+" times with players."; close; }
  6. { bonus bStr,40; if ( isequippedcnt( 30000 ) >= 2 ) bonus bStr,-10; },{ },{ }
  7. use newer client, at least 2014+
  8. your db/re/item_db.txt contain invalid autobonus usage.
  9. https://github.com/rathena/rathena/blob/master/doc/script_commands.txt#L4332 *getitem2 <item id>,<amount>,<identify>,<refine>,<attribute>,<card1>,<card2>,<card3>,<card4>{,<account ID>}; *getitem2 "<item name>",<amount>,<identify>,<refine>,<attribute>,<card1>,<card2>,<card3>,<card4>{,<account ID>}; card1 ~ card4 paramaters, just add in the item id that will grant your character with extra stats.
  10. https://github.com/rathena/rathena/blob/master/npc/guild/agit_main.txt#L1132 treasure chest spawn everyday at 1am.
  11. OnADM: mes "Pick your option."; switch(select("Daily:Monthly")){ case 1: close2; donpcevent "timer#global1::OnBug00"; end; case 2: close2; donpcevent "timer#global1::OnBug01"; end; } close;
  12. Solution might be possible if you had read this before you create a post. https://rathena.org/board/forum-30/announcement-9-scripting-support-easy-as-1-2-3/ Post your script if you want other member to help y ou debug what's wrong with it.
  13. invalid content or formatting detected on line 1753.
  14. Emistry

    Game guard

    Harmony died many years ago. Your current best option would probably be Gepard only since it's one of thevery few that still active.
  15. You can search here https://rathena.org/board/tags/forums/hosting/ and this is not a game.
  16. LOL the exception has actually guided you how to fix your issue. and please use a proper topic title next time.
  17. from what I recall, there never had any notifications being sent after rejected these topics. All the rejected topics are still viewable by the author themselves here. https://rathena.org/board/forum/101-rejected-employment-ads/ That's why the forum exist there.
  18. Your Paid Services topic has been rejected. Please read section two of the Paid Services rules. Please dont exaggerate the topic. Its not even near "half a year" since you posted the topic, and the topic has been moderated a week after you posted it. I wonder what's the definition of "forever" when it actually just took a week to get it moderated ?? thank you.
  19. do { mes "Hello"; switch ( select( "Menu 1", "Menu 2", "Menu 3", "Cancel" ) ) { case 1: mes "Hello"; break; case 2: mes "Hello"; break; case 3: mes "Hello"; break; case 4: mes "Hello"; break; default: mes "Bye"; close; } next; } while ( 1 );
  20. remove plant mode from the emperium.
  21. why not just remove these monsters from the maps instead of keep killing these monsters every seconds?
  22. error in line 147149 .... probably missing "[" or "]" somewhere in your latest edit.
  23. In my point of view, I dont really care about balance, since 255 is actually overpowered server after all. If you are looking for suggestion or what other people would like to see.... you can refer this Dont shutdown server after few months/years and reopen a new for fun . Dont shutdown server after sucked enough money from players, so that you can go shopping. GM/Staffs shouldnt interfere player's gameplay. No Racism/Bias isue in game Stop spoonfeed with whatever freebie pack or guild pack or whatever packs you have there.
×
×
  • Create New...