Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

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. 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.";
  3. probably your MATK too high and caused the Damage turn to 0 ...
  4. 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) {
  5. what warper ?? you want to add a warper or you want to remove warper.. i didnt saw anything related to warper in your script
  6. new client doesnt have this feature anymore ... stats point are distributed after you login into the game.
  7. use system/iteminfo.lub
  8. this ? sql-files/upgrades/upgrade_svn17086_log.sql
  9. maybe the host block certain IP from certain country ??
  10. 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 .... =)
  11. set @minute, @minute + 1; dispbottom "You have online for "+@minute+" minutes."; // add this.
  12. 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....
  13. because you didnt add anything to be display after this selection
  14. this i guess http://www.eathena.ws/board/index.php?s=&showtopic=174222&view=findpost&p=1491458
  15. refer the error in your map-server
  16. you need custom source mod to solve your problem. you can get it from the topic posted by AnnieRuru's KOE script.
  17. here db/castle_db.txt
  18. https://github.com/rathena/rathena/archive/master.zip
  19. typo... change to this if( !compare( "|"+.blacklist$+"|","|"+killedrid+"|" ) )
  20. it have limitation too ...max 255 characters in length ...
  21. 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...