Jump to content

Dastgir

Script Developers
  • Content Count

    3805
  • Joined

  • Last visited

  • Days Won

    250

Everything posted by Dastgir

  1. Dastgir

    Custom aura

    If want for lv99 and above, then, OnPCBaseLvUpEvent:if (BaseLevel ==99){aura (id1, id2, id3);}
  2. see first post please plugin <-- currently have to patch(http://upaste.me/4a7bb2) this until Ind merge my suggestion
  3. I guess you have chmod full data folder, or don't have index.html, (I installed default fluxCP) and can't view data/ folder(I have files inside it)
  4. sorry about that. edited. you can now see a bigger image You should have SQL table named mob_db_re <- If Using RE or mob_db <- If Using Pre-re You can find those tables on "sql-files/" folder
  5. Image is too small, can't view anything.
  6. How can a source conflict with a plugin?
  7. Patch with Enable Custom Shields (by nemo patcher) and change the required lua files (provided with nemo)
  8. Dastgir

    IND please!

    Maybe Ind's Update will be Halloween Treat.
  9. whats the link for the script for AFAIK auction system? AFAIK = As Far As I Know GMOcean is Referring to Ragnarok's Original Auction System.
  10. There were certain amount of commits fixing skill damage in accordance to official behaviour in past few weeks, so maybe thats the reason..
  11. oops, i really have not seen that end command..... and just changed attachrid to the if condition with all other lines same as 1st post.. xD
  12. Yes, you can type in english and you can have quests, items in english only by addig translated files clientside, but you cannot change npc names or dialogues, since its server sided,
  13. OnMobKilled3: if(!mobcount("que_qaru01",strnpcinfo(0)+"::OnMobKilled3")) { sleep2 2000; mapannounce "que_qaru01","Boss-Monster is now dead!",0; sleep2 2000; announce "Your party finished this monster battle, good job!",0; sleep2 2000; getpartymember getcharid(1),2; for(.@i = 0; .@i<$@partymembercount; .@i++){ if (attachrid($@partymemberaid[.@i]){ getitem 969,1; warp "prontera",156,184; end; } } } That's what I can think of to prevent the problem you mentioned. (I added check if attachrid is successful then only give item)
  14. hosts the data folder on megaupload or mediafire for me? Just A Note: Megaupload is down from years, and mediafire does not allow those big files.
  15. Maybe its something related to, decreases x% exp and drop rate every x hour, and finally after some hour, it becomes 0% ratebut what's the preventive method for this? player relogs and again goes to 100%? or it resets every 12 midnight or what?
  16. There might be tool around the forum(dont remember well, but yah, there should be a tool for it) and I am anyways making it (but not assuring to releasing it soon)
  17. SQL tables too are read only at startup(txt files too are read at startup) and are stored in memory exactly as txt files data is stored.
  18. AFAIK, there's only 3 files which should be given right permissions(chmod) configureathena-startsysinfogen.sh
  19. Cannot find on kRO data.grf Updated 2 weeks before.
  20. clif.c: Add those /* and */ on position mentioned above and recompile.
  21. That post too was just a request post and was not containing any script.
  22. You might need to edit Class name by Hexing(The Only Way without mods) or Diff your client with "Enable Custom Jobs" via Nemo and edit the lua files provided with that diff. @Dastgir Hey bro, ty for reply! I've enabled the custom jobs via nemo but i got that error:06.png Any idea? as I told, include lua's provided with that diff: https://github.com/MStr3am/NEMO/tree/master/Support/Luafiles514/Lua%20Files/Admin
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.