Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    409

Everything posted by Emistry

  1. seem like members from forum always having a hard time to differentiate between @Emistry and @Euphy ...
  2. remove the channel command and channel_admin permission from your conf/groups.conf
  3. you can try use this tool http://rathena.sourceforge.net/tools/login_background/
  4. OnPCLoadMap: some simple scripting trick and loadevent mapflag
  5. you can easily fix it by changing/update your table primary key. PRIMARY KEY ( `char_id`,`account_id` )
  6. This is NOT a paid service section! This is a showcase section, which means you are breaking the rules. If you are selling stuff make a topic at the Paid service section, thank you. Use the Download section if you want to sell any stuff.
  7. what is this ?? any description for this project ??
  8. http://rathena.sourceforge.net/tools/diff_patcher.php
  9. just get any hourly announcer script and adjust the message that will be announced.
  10. Emistry

    new npc

    I suggest you to take some times and read this https://rathena.org/wiki/Adding_a_Script
  11. you didnt apply the source mod patch given by AnnieRuru.
  12. you mean this ? npc/custom/quests/tha_statues.txt
  13. your menu is too long ??
  14. this link work just fine in my browser... I believe this has been fixed by now =D nope. still redirect from non http to https do not work for many pages on rAthena board. Example: links in posts what are linked for http://rathena/org/thread_blabla this link.......doesnt work...it's not even a valid URL. for other post that within the forum, if the URL still doesnt work, I think just need admin to recache all the url i guess.
  15. use npctalkto. but i think there is a limit for how far it can walk.
  16. I believe this has been fixed by now =D
  17. edit the content in servers.php ?
  18. http://roworkshop.com/andro/main/index.html
  19. it's not a bug. it's basically same like how you got db/re/item_db.txt and db/import-tmpl/item_db.txtin your server.
  20. for( .@i = 0; .@i < getarraysize(.list); .@i++ ){ if(getequipid(.@part) == .list[.@i]){ mes .npcname$; mes "I can replicate this item."; close; } } mes .npcname$; mes "Sorry but I can't replicate this item. Please pick one from the list."; emotion e_sry; close;
  21. everything is in the GIT. db sql-files
  22. Yes, sometime it does take longer time for the file manager to approve the files.
  23. if not mistaken, you have rename the maps using browedit. You cant directly rename the filename. beside, you can just simply add in the original caspen map, then use the resnametable.txt to duplicate a new map based on caspen map and rename it to hean_fild map.
  24. ..........................,{ if( Hp <= ( MaxHp / 5 ) ) { BONUS } },{},{}
  25. if( BaseJob != Job_Assassin ) { // maximum over thrust skill }
×
×
  • Create New...