Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. load this update sql-files/upgrades/upgrade_20140523.sql
  2. huh ?? cant find mapcache.dat in RE folder ?? but you able to find a PRE-RE mapcache.dat ?? lol db/re/map_cache.dat make sure you follow the step to add a custom map correctly.
  3. like i told you in previous post .. DO NOT TRY TO UPDATE JUST ONE FILE!! update the whole server file, REDOWNLOAD a new copy.
  4. =='' update the whole file if you're unsure which patch updated these contents. copy-paste one text file doesnt mean you could simply complete the update the changes done in each commit.
  5. the revision in SVN are outdated. switch to GIT or checkout from GIT site. https://github.com/rathena/rathena
  6. you have a missing skin file, try update your skin files. probably the images used in storage. you have a missing skin file, try update your skin files. probably the images used in storage.
  7. *cutin "<filename>",<position>; This command will display a picture, usually an NPC illustration, also called cutin, for the currently attached client. The position parameter determines the placement of the illustration and takes following values: 0 - bottom left corner 1 - bottom middle 2 - bottom right corner 3 - middle of screen in a movable window with an empty title bar 4 - middle of screen without the window header, but still movable cutin with header can be closed.., type 0~2 doesnt have header ( dont have the little cross at top )
  8. first of all, what make you think this is not a cutin ? =) anyway I believe this can be done using cutin too.
  9. Yay ! without data-loss ...xP
  10. You're advertising your server ?? If yes, where's your server website ?? If no, purely seeking for suggestion for your upcoming server ?? Please follow the Server Advertisement Rules. Server Advertisement Rules Your server MUST provide a website for users to visit.
  11. all latest fluxcp using group_id i guess..not sure if it still support level when set as pre-re mode in the servers.php setting.
  12. Haha, I just break Akkarin's record few hours ago ~
  13. Hercules have case-sensitive checking, just convert all the "uppercase" error into lowercase. It's all shown in the error messages. Just find it and replace with lowercase.
  14. try use checkriding or ismounting
  15. I dont think it's possible to sign a player name on a slotted items. The signed name are stored in the item's slot.
  16. execute the updated sql query sql-files/upgrades/upgrade_20140523.sql ALTER TABLE `char` ADD `font` tinyint(3) unsigned NOT NULL default '0';
  17. npc/instances/EndlessTower.txt OnMyMobDead: donpcevent instance_npcname("Lost Soul#102")+"::OnEnable"; // add these... getpartymember getcharid(1),2; for( .@i = 0; .@i < $@partymembercount; .@i++ ){ getitem 512,10,$@partymemberaid[.@i]; getitem 512,20,$@partymemberaid[.@i]; getitem 512,30,$@partymemberaid[.@i]; } end; add above code to the script, then they will get the prize once they kill the Naght Seiger.
  18. would you mind to explain your problem instead of just showing a script ?? EDIT: LOL I overlook the forum name.
  19. get a gameguard, this is not something that can be prevent by using script.
  20. when you diff your client, did you checked "Ignore Missing File" ?? if yes, please un-check it, most of the time this option allow you to tackle what files is issing that may caused gravity crash.
  21. you can try like this http://upaste.me/r/4a37d4 but the equipments dropped are not ideal, you will need another source mod to make it drop an item that have refine rate / card inside it or simply another dropequip command.
  22. enable debug mode and try check for any possible error message ?
  23. yellow name ?? make sure your clientinfo.xml have correct setting ??
  24. try this http://upaste.me/r/1465d7
×
×
  • Create New...