Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. try add this code for your script to check for( set .@i,13; .@i <= 18; set .@i,.@i + 1 ) if( readparam(.@i) > 255 ){ announce strcharinfo(0)+" have Exceeded Max Stats Limits.",0; message strcharinfo(0),"Disconnecting within 5 Seconds."; sleep2 5000; // resetstatus; atcommand "@kick "+strcharinfo(0); break; } end;
  2. Emistry

    PVP Room :D

    https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/db/re/item_noequip.txt add in a correct mapflag https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/mapflag/restricted.txt or you can also try this https://rathena.org/board/index.php?/files/file/2505-%7B?%7D/
  3. How you add..show it....any error...show it....
  4. Try this.. and please be specify with what you want next time. menu "Last Warp ^777777["+lastwarp$+"]^000000",-," ~ Save",Save," ~ Died",LastDie, " ~ Towns",Towns, " ~ Fields",Fields, " ~ Dungeons",Dungeons, " ~ Guild Castles",Castles, " ~ Special Areas",Special; if (lastwarp$ == "") dispbottom "You have not warped anywhere yet."; else warp lastwarp$,lastwarpx,lastwarpy; close; LastDie: if (@diemap$ == "") dispbottom "You have not Died anywhere yet."; else warp @diemap$,@diex,@diey; end; OnPCDieEvent: getmapxy(@diemap$,@diex,@diey,0); end;
  5. based on your image... you didnt load ur log files... or maybe load in a wrong place.... log_db_db: ragnarok <--------Should be ur Log Table..... log_codepage: log_login_db: loginlog
  6. isnt the script already got what you want ? menu "Last Warp ^777777["+lastwarp$+"]^000000",-, <----------------------------------- " ~ Towns",Towns, " ~ Fields",Fields, " ~ Dungeons",Dungeons, " ~ Guild Castles",Castles, " ~ Special Areas",Special; if (lastwarp$ == "") dispbottom "You have not warped anywhere yet."; else warp lastwarp$,lastwarpx,lastwarpy; <-----------------------------------
  7. @Brynner if got problem with the patch..please mention what ur problem, we are not going to spend time and guess what problem you are facing...
  8. http://rathena.org/wiki/Permanent_Monster_Spawn
  9. http://www.microsoft.com/visualstudio/en-us/products/2010-editions/visual-cpp-express
  10. http://rathena.org/wiki/Compiling
  11. https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/db/item_delay.txt
  12. it's from the original script..nothing changed... use the latest version if still can work on ur current version...
  13. set .@enable, .@enable && ((.@gm >= 0)?(getgmlevel() >= .@gm)(getgmlevel() + .@gm) <= 0)); set .@enable, .@enable && (.@woe & ((agitcheck() || agitcheck2()) + 1) > 0); set .@enable, .@enable && ((.@job & (1 << .@player_job)) > 0); set .@enable, .@enable && ((.@upper & pow(2, Upper)) > 0); set .@enable, .@enable && (.@gender == Sex || .@gender == 2); set .@enable, .@enable && ((.@blvl >= 0)?(BaseLevel >= .@blvl):(BaseLevel + .@blvl <= 0)); set .@enable, .@enable && ((.@flag$ != "")?getd(.@flag$):1);
  14. revert this changeset.. if you dont want @loadnpc to load OnInit http://trac.rathena.org/changeset/16130/rathena @unloadnpc wont help you unload the whole npc folder... it only unload the npc that you specified. the mapfalg / setcell ..all you have to create another script to unload it or dont load it during next reboot
  15. you running rAthena as TXT ? rAthena has dropped TXT...wont work anymore... only SQL rAthena will work.
  16. @Jhosef this is not a request sectio, please make ur request at correct section.
  17. what problem....dont ask us to guess ur problem plz.. >.<
×
×
  • Create New...