Jump to content

Forshaken

Members
  • Posts

    148
  • Joined

  • Last visited

Everything posted by Forshaken

  1. @Seravy Please fix the bug on job restriction on costume side and when you want to put an effect on costume items, effects doesnt apply
  2. Everytime i change job into Star Emperor and Soul Reaper it shows novice sprite xD which file do i need to copy?
  3. Sorry but im not familiar with ResHacker is it for PC or client?
  4. Someone who knows how to remove admin privileges when running the client?
  5. Thank you it works on me and no prob with npc with sc bonuses
  6. Please let me share my 3 new versions of SC_ITEMSCRIPT. SC_ITEMSCRIPT source code is already embedded on the latest emulator so i will just share my source codes for the version 2 - 4 of SC_ITEMSCRIPT. This function is very usefull in different ways but for me i used it to get an effect from an item without having the actuall item on my storage,inventory or equipment and use it as a additional buff. SC_ITEMSCRIPT: Additional bonus effect/buff can be dispell by dispell skill and on death. SC_ITEMSCRIPT2: Additional bonus effect/buff can be dispell by dispell skill but not on death. SC_ITEMSCRIPT3: Additional bonus effect/buff can be dispell on dearth but not by dispell skill. SC_ITEMSCRIPT4: Additional bonus effect/buff cannot by dispell by dispell skill nor on death. I know it is an easy script but the idea is useful. ? - script samplebuff -1,{ OnPCLoginEvent: //sc_start sc_itemscript,<duration(- value for unlimited duration and + for limited duration)>,<itemid>; //use SC_ITEMSCRIPT for buff dispellable by death and dispell skill //use SC_ITEMSCRIPT2 for buff not dispellable by death but dispellable by dispell skill //use SC_ITEMSCRIPT3 for buff not dispellable by dispell skill but dispellable by death //use SC_ITEMSCRIPT4 for buff not dispellable by dispell skill and dispell skill //This script use gives 10% Fire resistance from Ring of Flame lord effect permanently (it cannot be dispell by dispell skill nor on death) SC_START SC_ITEMSCRIPT4,-1,2678;//additional effect(1000=1sec) end; } SC_ITEMSCRIPT Manual diff.txt
  7. @Lilith Please fix this Anyone can fix this error?
  8. My client crash everytime i used strip skills
  9. Can you post here your source codes? i got an error on this line sc_start(bl, sc_atk, 100, skill_lv, d);
  10. Are you using latest rathena files?
  11. Please help me on GTB script bonus bNoMagicDamage,n; the n value is not working. I tried to adjust it but the magic resistance is still on 100%. I also tried changing gtb_sc_immunity to 25 but stil it is not working
  12. Sadder can u please give me a legit VPS company because NFO server is blocked here on our hotel apartment.
  13. Anyone who can give me a legit hosting server and company?
  14. I made a script for this one. It enables us to use it as a command. It also allows us to fully customize our fake characters. It may not be a good and clean scripting but just to give a good start for the beginners. fakeplayercommand.txt Is there a way to kill the created fake character? I can only killed or clear fake characters when I reload scripts. Please reply :D.
  15. I already followed the steps that you gave to me but still the original flag sprite is showing , not the new one. and also i tried to change the rapa_flag.gr2 into guildflag90_1.gr2 but this happens.
  16. Dont forget to include the directory file including its file name on script_custom file
×
×
  • Create New...