Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. make sure you added the SkipHeader....diff when you 1st diff your clients.
  2. trunk/db/re/mob_boss.txt remove this 1708,Thanatos Phantom,1000000
  3. hmm ? this ? dicastes01,197,183,4 script Come here#sanctuary 742,7,7,{
  4. why not just use this ? *resetstatus; This is a character reset command, which will reset the stats on the invoking character and give back all the stat points used to raise them previously. Nothing will happen to any other numbers about the character. Used in reset NPC's (duh!) for your case...you should kick the character out ...so that the data wont "rollback" after updated it.
  5. since this is a Taekwon Mission room .... i suggest you better limit the monster summoning by auto check for which monster for their mission...and how many left.... TK_MISSION_ID TK_MISSION_COUNT
  6. perhap you should try by first explain what your npc gonna do with the "expanded" area??
  7. please use search engine next time.
  8. change your variable all to account variable... #doneUpper #doneMid #doneLower
  9. countpartyin() and partycount() is not an default script commands that we have in rAthena ... you have to get the source snippet for this commands.. of course..ask the script author....
  10. use the new diff plugin to avoid client close problem... there are alot topic discussed this... for asura....did you added any custom things related to asura?? new images??
  11. trunk/conf/groups.conf commands: { /* informational commands */ commands: true }
  12. use the pre-re emperium database... or remove the "plant" mode of emperium.
  13. mapname mapflag nocommand 90 above gm level 90 can bypass
  14. did you added any custom npc script that alter the newbie "starting point" ???
  15. @mysterious custom GM Chat colour are available for 2012 client after Aeirei has made a diff for it. but...according to the Topic Starter description.. i dont think this is what he looking for... he wan to make his other GM team to have a custom / different chat colour than himself.. his own Admin account can chat with Yellow Colour while other Team might chat using other colour than Yellow..
  16. it should be setmapflag .woe_cas$[.@x], mf_nocommand;
  17. ...............{ if( strcharinfo(0) == "Bob" ){ bonus.....} else { bonus.......} },{},{}
  18. Topic Merged : Please refrain from creating multiple topic for your issues...
  19. you failed because you put the OnPCLoadMapEvent part outside of the script.... and ............ Topic Merged : Please refrain from creating multiple topic for same issues....
  20. you need loadevent mapflag to trigger the OnPCLoadMapEvent.. mapname mapflag loadevent
  21. make sure you have this file in your System Folder http://subversion.assembla.com/svn/ClientSide/Lua_Project/System/Towninfo.lua
×
×
  • Create New...