Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. there are so many link for you to download kRO ( if you did search for it ) http://ratemyserver.net/index.php?page=download_kROLinks
  2. Emistry

    Menu Array

    same way like others.... if( query_sql(........) ){ .............. }else{ ............. }
  3. Emistry

    Menu Array

    you can try this also...but i dunno what will be the result...never tried. trunk/src/map/script.c /// Maximum amount of elements in script arrays #define SCRIPT_MAX_ARRAYSIZE 128 increase the value of 128 ~
  4. Emistry

    Menu Array

    break it into 2 or more array or multiple menu selection...etc
  5. change the 471 to your AFK hat view id. ..... by default...in latest client / server...471 is the AFK Hat view sprite...
  6. isnt your script already got it ? if got problem...please explain what your problem ... Please read this before you next post ~ http://rathena.org/board/forum-30/announcement-9-scripting-support-easy-as-1-2-3/
  7. isnt your script already give you the Buff and Items ? what's your problem then ?
  8. @WillSuranol remove this ? clif_changelook(&sd->bl,LOOK_HEAD_TOP,471); change the 471 to your AFK hat view id. ..... by default...in latest client / server...471 is the AFK Hat view sprite...
  9. i am EMISTRY ....not EUPHY ~ WOE Controller is @Euphy's Script...... you ask at the wrong topic .... i believe you are actually looking for him instead of me.
  10. http://supportmii.com/ro1/Clients/Bypass_Clients/Waeyan/
  11. that just use to retrieve your player current location...same as strcharinfo(3)
  12. you need your own custom grf in order to login in your server....with translated stuff....connection info....etc... Translated Data Folder http://subversion.assembla.com/svn/ClientSide/Translation_Project/data/ LUB files. http://subversion.assembla.com/svn/ClientSide/Lua_Project/lubs/ repack it into GRF...edit your Clientinfo
  13. no 4 ... your problem is...your client doesnt read from your GRF / data folder ...depend on the configuration you select when you diff your clients. but most of us are using GRF instead of data folder. and ensure the contents inside data.ini is correct .... Example : [data] 0=CUSTOM.grf 1=data.grf 2=rdata.grf
  14. change OnPCDieEvent: if(getcharid(1)==.pid[1]) into OnPCDieEvent: //Add below getmapxy(.@m$,.@x,.@y); if(.@m$!="koth01") end; if(!getcharid(1)) end; //Add above if(getcharid(1)==.pid[1])
  15. to ensure it only work or affect only the participants of KOTH ....
  16. u can try use notepad++ to search for "1288" inside your NPC Folder.
  17. http://rathena.org/board/topic/72715-unofficial-extra-status-icons/
  18. @Cephaler owh...thx for reporting that .... i forget that my script have that getmapmob() command in it.... it has been quite long since my last update for this script ... will try update it when i recovered from my illness .... >.<
  19. you have a npc with NPC Sprite of 1228 ....... make sure you have enabled that sprite.....
  20. trunk/conf/battle/guild.conf // Activate guild skills delay by relog? (Note 1) // Official setting is "yes", otherwise allow guild leaders to relog to cancel the 5 minute delay. guild_skill_relog_delay: yes
×
×
  • Create New...