Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. update the images files in the Skin/Default/ folder
  2. make sure you have the compatible clients and packets
  3. Emistry

    bug @guild

    @Aureon @Elysium if and only if they have look at the article clearly..... @wOni perhaps you should provide info on what clients you are using? what version if your server files? missing packets? etc. your char id and account id value doesn't look normal, i dont think it would hit such a high value double check your source mod.
  4. use NEMO patcher and diff your client to enable mail in other langtype.
  5. https://rathena.org/board/topic/106540-malaysia-ro-dreamsky-full-client-2004-oct-03/
  6. skill db/re/skill_nocast_db.txt item db/re/item_noequip.txt
  7. make sure no other mp3nametable are loaded beforehand. check all your GRF. if you're using data folder, make sure your client capable to read content from data folder.
  8. https://rathena.org/board/topic/106594-svn-and-trunk/
  9. What you meant by FULL ? Elaborate your issues / problem in details.
  10. make sure you updated these files as well. conf/maps_athena.conf db/map_index.txt if you want other member to help check which part you have done wrongly, please at least post out what you done / edited so far.
  11. perhaps you should show your clientinfo config. Nobody know what you have done inside it other than you said you added these 2 lines of <admin>
  12. add the missing .bmp files....
  13. drop it and execute again.
  14. you're not using the correct packetver. src/common/mmo.h#L24
  15. .@Guillaume = getwaitingroomstate( 0, .rednpcname$ ); .@Croix = getwaitingroomstate( 0, .bluenpcname$ ); if ( .@Guillaume < .minplayer2start || .@Croix < .minplayer2start ){ announce "Battleground 5v5 : "+.@Guillaume+"/5 Red Side | "+.@Croix+"/5 Blue Side",16; end; }
  16. you can also do it like this set .@j, select( "^FF0000"+.@menu$+"^000000" ); this way it would reduce the length of the menu string and give up more slots for other menus since string have a limit of 2048 ~ 4096 characters.
  17. sql-files/upgrades apply all the updates that you missed.
  18. if you grab the files from SVN website then it's SVN if you grab the files from GIT website then it's GIT
  19. Please elaborate the problem you currently facing. Provide us with the following or more details if possible: - Run-time server console errors/warnings (if any). - Client side errors/warnings (if any). - Any edits to scripts or source mods (if any).
  20. You can write an Update Statement to update the values. http://www.w3schools.com/sql/sql_update.asp
  21. if it's map-crashed, get the GDB to trace the issues.
  22. edit db/re/skill_require_db.txt
  23. monster .eventmap$,0,0, "--ja--", .mvpid[.round], 1, strnpcinfo(0)+"::OnMvpDead"; to monster .eventmap$,0,0, "--ja--", .mvpid[.round], 10, strnpcinfo(0)+"::OnMvpDead";
  24. Transitioning from SVN to GIT
  25. if( getgmlevel() >= 99gms_level){ change to if( getgmlevel() >= 99){
×
×
  • Create New...