Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. http://rathena.org/board/topic/53527-src-adding-a-new-chat/page__hl__chat
  2. yes.....vendor wont receive any reward... ...you should try it in game / test server before ask ....
  3. Emistry

    Bossnia

    just done part of it.. http://pastebin.com/raw.php?i=btgzPSRM Not yet completed : create a loop process to check these before warp Dont have any items in Inventory All member are 150 Level... and i dunno what you want to do with the GM Panel..
  4. you can try this... http://pastebin.com/raw.php?i=ZN44Spcd script will keep giving away the item when users has online for every 5 hours..... missing npc name...and can be abuse by keep clicking on the npc...
  5. you can try this.. http://pastebin.com/raw.php?i=bL2LvxSC
  6. ya... http://ratemyserver.net/index.php?page=download_kROLinks
  7. depend on your script.... if your script set .winside to 1 when Blue Team win....then it will announce Blue Team ...else it will announce Red Team... check your script on set .winside,xxxxxx; Edit : LOL....annie is faster ...>.<
  8. this ? http://www.eathena.ws/board/index.php?showtopic=238298&st=0&p=1492969entry1492969
  9. if you enabled certain command for players / GMs..... i think should be something like this... trunk/conf/groups.conf commands: { rates: [ true,false ] }
  10. change if( Class >= 4054 && !DONE ){ to if( Class >= 4054 && !DONE && BaseLevel >= 150 && JobLevel >= 50 ){
  11. spend your time and read those previous post...dont skip it... post#49
  12. blame yourself.....you didnt mention about it .... - script Sample -1,{ OnPCLoginEvent: if( Class >= 4054 && !DONE ){ resetskill; set DONE,1; set SkillPoint,168; message strcharinfo(0),"Skill Resetted."; } end; }
  13. it should only reset once..... you can just run the script...and shut down the server upon the script reset your skill... and restart back your server and see that your character skill is resetted or not..
  14. .@nb == query_sql() //dual '=' needed for comparisons Annie are not comparing the value.... but assigning the value returned by the query_sql to the variable... input( .@input$, 4, 23 ) //The variable used in the sql command has no capital letter. capital or non-capital letter in variable work the same...
  15. there are lot mirror link you can choose from RMS http://ratemyserver.net/index.php?page=download_kROLinks
  16. you can try this... http://pastebin.com/raw.php?i=29nhW0Eu
  17. http://www.eathena.ws/board/index.php?showtopic=187654&hl=room
  18. if you did search the forum....you should be able to find this.. http://pastebin.com/raw.php?i=387ju2Cx // ExchangeCard( "<ItemID | Variable>",<Normal>,<MiniBoss>,<MVP> ); ExchangeCard( "Zeny",5,500,5000 );
  19. try this http://pastebin.com/raw.php?i=P2X7dEEL
  20. OMG..annie is faster than me...>.< anyway...for repair all.... you can use this *repairall; This command repairs all broken equipment in the attached player's inventory. A repair effect will be shown if any items are repaired, else the command will end silently.
  21. owh...didnt know about this... >.< now i know..LOL.....
  22. Sc_end 'sc_end' will remove a specified status effect. If SC_All is used (-1), it will do a complete removal of all statuses (although permanent ones will re-apply). but it might remove certain status ( Jail / Mute / Overweight / etc )... make a loop to remove the status / buff ...and add a check before remove it to ensure it didnt remove those status mentioned above.
  23. @Aya What's not working...be specify.....elaborate your "NOT WORKING" the script work fine for me when i test in game. http://pastebin.com/raw.php?i=TBKJ1ijN same script with just 1 extra line to check it's running or not even your script in post#1 also work fine in my test server
  24. if you are using old client...make sure you edit this file / translare it data/cardprefixnametable.txt data/cardpostfixnametable.txt for new client... System/itemInfo.lub
  25. you can change the setting http://rathena.org/board/topic/68491-how-can-i-make-it-so-pms-show-up-in-the-chat-window-instead-of-new-windows/page__hl__%2Bchat+%2Bwindow
×
×
  • Create New...