Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    409

Everything posted by Emistry

  1. you can create you own shop using this https://rathena.org/board/index.php?/files/file/2597-%7B?%7D/
  2. #ROK_POINTS += ( 2000 * .@pod );
  3. the message length is too long....over 255... separate it into few lines.. dispbottom "Select the starting and ending time for the WOE"; dispbottom "Note the hour is in military time, i.e. 0=12AM, 10=10AM, 22=10PM."; dispbottom "Variance is the total amount in seconds to make the time be randomized,"; dispbottom "Ex. setting start to 60 would make the start time either start up to 30 seconds earlier, or start up to 30 seconds later.";
  4. Too int? typo. "too high"
  5. probably your MATK too high and caused the Damage turn to 0 ...
  6. you can just simply modify the source part... change the coordinate here src/map/atcommand.c#L1739 { MAP_PRONTERA, 156, 191 }, // 0=Prontera then change edit this line src/map/atcommand.c#L1816 if (strncmp(map_name, "prontera", 3) == 0 || strncmp(map_name, "home", 3) == 0) {
  7. what warper ?? you want to add a warper or you want to remove warper.. i didnt saw anything related to warper in your script
  8. new client doesnt have this feature anymore ... stats point are distributed after you login into the game.
  9. use system/iteminfo.lub
  10. this ? sql-files/upgrades/upgrade_svn17086_log.sql
  11. maybe the host block certain IP from certain country ??
  12. actually you wont really need source mod for this....normally a player that warped by warpwaitingpc are those people who are currently online too.. so you can make use of getcharid to get the account id of players .... =)
  13. http://upaste.me/r/3cf9a5
  14. set @minute, @minute + 1; dispbottom "You have online for "+@minute+" minutes."; // add this.
  15. you can try this http://upaste.me/r/3cf9a5 and...i really lazy to write these kidn of script because all these already exist in forum.....a lot of it....
  16. because you didnt add anything to be display after this selection
  17. this i guess http://www.eathena.ws/board/index.php?s=&showtopic=174222&view=findpost&p=1491458
  18. refer the error in your map-server
  19. you need custom source mod to solve your problem. you can get it from the topic posted by AnnieRuru's KOE script.
  20. here db/castle_db.txt
  21. https://github.com/rathena/rathena/archive/master.zip
  22. typo... change to this if( !compare( "|"+.blacklist$+"|","|"+killedrid+"|" ) )
  23. it have limitation too ...max 255 characters in length ...
  24. change the equipment placement in db/re/item_db.txt doc/item_db.txt#L124 Loc: Equipment's placement. Values are (hexadecimal): 2^10 1024 = Costume Top Headgear 2^11 2048 = Costume Mid Headgear 2^12 4096 = Costume Low Headgear 2^13 8192 = Costume Garment/Robe
×
×
  • Create New...