Jump to content

exneval

Members
  • Posts

    164
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by exneval

  1. // Support center - script support -1,{ OnWhisperGlobal: set @supportname$,"Support Center"; set @servername$,"IntelRO"; mes "[support Center]"; mes "Thank you for calling the "+@servername$+" Support Center! How can we help you today?"; switch(select("I need some help","I would like to make a suggestion","Nevermind")) { case 1: callfunc "supportfunc",@supportname$,0; case 2: callfunc "supportfunc",@supportname$,2; case 3: goto S_NEVERMIND; end; S_NEVERMIND: next; mes "[support Center]"; mes "Oh? Okay, feel free to come again anytime!"; close; } } or // Support center - script support -1,{ OnWhisperGlobal: set @supportname$,"Support Center"; set @servername$,"IntelRO"; mes "[support Center]"; mes "Thank you for calling the "+@servername$+" Support Center! How can we help you today?"; switch(select("I need some help","I would like to make a suggestion","Nevermind")) { case 1: callfunc "supportfunc",@supportname$,0; case 2: callfunc "supportfunc",@supportname$,2; case 3: callsub S_NEVERMIND; end; } S_NEVERMIND: next; mes "[support Center]"; mes "Oh? Okay, feel free to come again anytime!"; close; }
  2. November - December 2011 client actually had have the sprite, just diff with shindiff
  3. just add the time do you want to play OnClock0900: OnClock1200: OnClock1400:
  4. if (countitem(itemid)) { mes "You can not go to this dungeon"; close; } warp "map_area",0,0;
  5. double check what had you done with your client and server, no one in rAthena knows what's exactly your problem, including me
  6. exneval

    Renewal Cast

    see this you must change renewal define in renewal.h
  7. update your msgstringtable.txt , i think many people had fixed it, use search feature
  8. in battle/skill.conf // Can Rogues plagiarize advanced job skills // 0 = no restriction // 1 = only stalker may plagiarize advanced skills // 2 = advanced skills cannot be plagiarized by anyone // Official servers setting: 2 copyskill_restrict: 2 set to 1
  9. if you disable renewal or REMODE = 0, your item_db must also be pre renewal , because def on renewal is different from before it
  10. i think you must update your rdata.grf and data.grf immediately
  11. one.....zero.....five.....six
  12. Same problem here. Vali~ dont diff your client with load lua before lub and read data folder first
  13. weediff isn't fully compatible with May Client or more
  14. please pm .bat file me too, cause my client 2011-11-22 seems not to read data folder first, however i'd diff that
×
×
  • Create New...