Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. nope...unless you modify certain part of the script... eAthena doesnt support calling a function like these.. LimitItems( atoi( .DisableMap$[.@i+1] ) ); CheckItems( 607,1 ); you can try change it to this.. cannfunc "LimitItems", atoi( .DisableMap$[.@i+1] ); cannfunc "CheckItems", 607,1; if i recall correctly it should be like that... ( too long didnt use callfunc )
  2. Emistry

    Killed ID

    which part is not completed for this Killedrid or this Killerrid you can edit it if you think it's not completed.
  3. as long as the file / folder is inside the trunk/npc/ folder...it will work fine..
  4. isnt that @GreenBox has made a diff for that in the WeeDiffGen topic ?
  5. why not you just put it in this directory ? trunk/npc/custom/ or create your own new directory for you script ??
  6. just save the file as LUB files using notepad++ or use any converter to convert LUA to LUB
  7. you can get it here.. http://subversion.assembla.com/svn/ClientSide/Lua_Project/System/itemInfo.lua put it inside the System Folder.
  8. cant duplicate your problem.... i dont have any problems when killed Normal MVP ... and are you using Custom Monster Sprite ? if yes then revise back what you have added and refer to the guide on how to add custom mob sprite...
  9. Read these...? http://rathena.org/b...-request-rules/ http://rathena.org/b...-easy-as-1-2-3/
  10. which part is not working ... if you are following this SQL_Installation you should be able to login into your Offline Server ... if you want to make it online..you have to open your server port...and set other IP Configuration ...WAN IP....etc...
  11. What is NORMAL and SPECIAL MVP in that script ?
  12. any custom stuff you have added ? custom sprite ? item ? monster ? what client you use ? what version ? what server version ? attack what monster ? what the error / crash show ?
  13. try this ? http://www.eathena.w...9&hl=mvp ladder just edit the mvp list and every 12 round 1 extreme mvp of yours...
  14. try download the ai file here.. http://mirror.irowiki.org/ragnarok/ai/Default%20AI.zip
  15. LOL...who know ?maybe i really cant ....dunno ...because i havent take a look on the script... i just simply ignored the script while waiting the author to tell me what problem and....i am not going to copy the script and run it myself to test line by line for error ... sorry wont do it until the author tell me what he want to fix.. beside he author said in title "Heal me" ...am i suppose to change job to Acolyte class and heal him ? @robiekyut03 you can give it a try if you want ....
  16. run the script in test server....( of course setup it at your own computer ) else...restart your putty server ...
  17. there should have error show in the mapserver when you loaded an incomplete script....learn to view the error from the mapserver and fix your problems. the mapserver usually will show you where is the problems that make your npc didnt work... in your case...your script doesnt have the last "}" at the last line of your script....
  18. if it's not working please specify what is not working ..
  19. read the post again ... the timer will still stopped when there is no player inside the map...or the monster is killed.
×
×
  • Create New...