Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. - script Sample#npc -1,{ OnPCStatCalcEvent: .@equipid = getequipid( EQI_HAND_L ); if ( .@equipid > 0 && BaseJob == Job_Archer ) if ( getiteminfo( .@equipid,11 ) == 1 ) { unequip EQI_HAND_L; } end; }
  2. have you adjusted the max level setting in the exp_db too ? i think it's limited by this setting too if I recall correctly.
  3. double check all your installation settings. make sure you applied all the update SQL scripts that provided.
  4. did you tried adjust the setting using the setup.exe ? opensetup.exe ?
  5. there are tons of "item to item trader npc" in the forum... http://upaste.me/fd6d21779b8a1ac70 http://upaste.me/00c3961ef9f4b5a http://upaste.me/1d10278cd3db1e7 etc
  6. well, to come up with a story where you all will start to believe what I posted above, you can assume this is part of the strategies.. hahaha
  7. no. 5 and 6. do not use the code tag to release your script.
  8. 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).
  9. this has been answered several time...use search next time... Favorite_tab#Msgstringtable edit these string... Quote
  10. 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).
  11. Please follow the Script Release Rules and Regulations. Thank you.
  12. As you all know, rAthena has failed to pay me for the money I obtained through Nexus, so I am kinda frustrated with this. So, I am giving away some of the credits where it's applicable to purchase all forum products that hosted using the Nexus. Few days ago, I randomly edited a post in forum. Whoever found the hidden post, post the screenshot here, I willing to spend 25-40% of my current Credits that I unable to cashout from forum to purchase all the paid files you want. Basically, you will get some paid files for free if you able to search for the hidden contents that I edited in a post recently. You may get any paid files which included : tons of paid script tons of paid maps tons of paid sprite tons of paid addon for fluxcp tons of paid template for fluxcp tons of paid source mod etc As you all know, I am in a Moderator Position, my account still capable to purchase those locked files. So I am giving out this chances to first 3 members who found it. Promotion end tonight, I will be purchasing the files using my credit tonight for those who have found the post. So, you have time till tonight 11.59PM (GMT+800) I am more than happy enough if you wish to exchange it for real money for me. Start search for it now... looking forward for your screenshot. Thank you guys Side note, I am selling my rAthena Global Moderator Position account. PM me for price. I may leaving the forum for next few months due to my company need me to travel for working. Will be away soon.
  13. if i recall correctly, the Server Database Editor able to help you with this kind of edit by writing some kind of programming script under Perl/Phython i guess.
  14. limit the input value between 0 ~ 30000. read input for more details.
  15. mes "[Coin Master]"; mes "How many coins would you like to trade?"; input .@amount,0,30000; if ( .@amount <= 0 || countitem(673) < .@amount ) goto L_Sorry2; set .@max_zeny, ( 1000000000 - Zeny ); set .@exchange_zeny,( 50000000 * .@amount ); if ( .@exchange_zeny > .@max_zeny ) { mes "Over zeny limit."; } else { set Zeny, Zeny + .@exchange_zeny; delitem 673,@mamount; } close;
  16. https://pastebin.com/jcenzgNQ
  17. https://rathena.org/board/topic/58298-adding-gm-account/
  18. something like this ? https://pastebin.com/YpNZMDSr
  19. #CASHPOINTS += #KAFRAPOINTS; #KAFRAPOINTS = 0; kafra point to cash #KAFRAPOINTS += #CASHPOINTS; #CASHPOINTS = 0; cash point to kafra point.
  20. if you're using sleep, and you try to terminate the script halfway the current script that using sleep is running, you have to provide another "variable" that used to store the progress of current event. and keep check for the status/value of the event to terminate. You could find a few examples from AnnieRuru's script in case you want. anyway, using initnpctimer and stopnpctimer is way better in certain cases, example like the current case.
  21. there should be an "add item" option in the admin menu
  22. @Rayleigh you could just tried it out the settings that suggested.even if a member has only 20 posts, doesn't mean he would randomly give you any invalid answer. always try adjust the settings or the suggestion given instead of keep asking for "confirmation" of this setting that setting etc. there is no point to asking other member if you not willing to trust their reply even if it's only 1 post count. post count doesn't entirely representation the capability to solve one's issues. back to the topic yes, setting it with 5 = reward only guild leader.
×
×
  • Create New...