Recent content by ThyroDree

  1. ThyroDree

    Hiding monster info from @mobinfo/@mi commands

    Is there a possible way of hiding certain monster from getting its information?  For example I have a custom mob "God Poring" which is Angel Type Monster, Large Size Mob.. I wanted to make it not accessible for players to @mobinfo/@mi "God Poring".. Instead of God poring will sshow its info it...
  2. ThyroDree

    Help modify @pk source patch

    Hello, I have used the @pk source patch since Dastgir pk plugin isn't working on me.. Can anyone help me make modify the command line when using @pk?  I wanted to make it @pk <on/off> features not only @pk only itself no Toggle ON / OFF.. I will attach the file patch.
  3. ThyroDree

    Euphy's Quest Shop Help with Preview

    How can I enable the preview item of quest item? It's not showing the Preview Case //===== rAthena Script ======================================= //= Euphy's Quest Shop //===== By: ================================================== //= Euphy //===== Current Version...
  4. ThyroDree

    Atcommand.c remove warning message when compiling

    Anyone can help me fix this warning showing on my atcommand.c when compiling? atcommand.c: In function ‘atcommand_pk’: ../common/nullpo.h:69:23: warning: nonnull argument ‘sd’ compared to NULL [-Wnonnull-compare] #define nullpo_chk(t) ( (t) != NULL ? false : (nullpo->assert_report(__FILE__...
  5. ThyroDree

    Help on Ankle Snare, Spider Web skill small changes

    How can I make Charge Attack, Body Relocation,Back Sliding, Flying Side Kick, High Jump, Shadow Jump fail when they are trapped in Spider Web and Ankle Snare? I tried on body relocation by adding this lines, The anklesnare skill fail when body reloacating works but the spider web skill fail...
  6. ThyroDree

    Outdated: (Errors) Soul Link Strip Bypass by Dastgir

    Heres the script //===== Hercules Plugin ====================================== //= Soul Link Boost: Single Strip bypass FCP //===== By: ================================================== //= Dastgir/Hercules //===== Current Version: ===================================== //= 1.0 //=====...
  7. ThyroDree

    Changing Effect of Soul Link Skill

    Hello, I already browsed some of the Soul Link effect. Some left are I cannot find in any forums.. Can anyone help me thank you! Wizard - 150% Boost damage of Magic Crasher Priest - Gives 30% melee reflect damage to enemy attacking you, and Increase Heal Effectiveness by 300% Knight -...
  8. ThyroDree

    Healer NPC with SC_END

    Anyone knows why my script is not working? No errors when I tried to run but it doesn't remove status like Hallucination //===== Hercules Script ====================================== //= Healer //===== By: ================================================== //= Euphy //===== Current Version...
  9. ThyroDree

    Making Guild Package NPC - Latest Hercules Compatible

    Hello! I found this script on my old hercules files, This script checks the Guild member online count, Guild Level, and Guild members Level. I also don't know if the sql still works properly.. So here.. Gpack.txt Script //4_F_ZONDAGIRL,4_M_EIN_SOLDIER prontera,164,155,4 script Guild Package...
  10. ThyroDree

    Adding /lb and /b command to Lower Level GMs

    Hello, can I make /lb and /b works on lower level GMs like (Event Manager)? I added @broadcast command to Event Manager group.conf but I cant use /lb /b shortcuts
  11. ThyroDree

    Healer will remove status like curse, etc.,

    Anyone can help me? I have tried this and it  doesn't remove curse status //===== Hercules Script ====================================== //= Healer //===== By: ================================================== //= Euphy //===== Current Version: ===================================== //= 1.2...
  12. ThyroDree

    Additioinal zeroes in Emperium Break Test

    Hello how can I add 2 more zeroes to ms? also can add 5 top breakers not only the fastest one? heres the script im using.. //===== rAthena Script ======================================= //= Emperium Break Room //===== By: ================================================== //= Masao //=====...
  13. ThyroDree

    DB/MVP Room with Timer

    Hello! anyone can make this compatible to hercules? //===== rAthena Script ======================================= //= Private MVP & Branch Room //===== By: ================================================== //= AnnieRuru //===== Current Version: ===================================== //=...
  14. ThyroDree

    Suddenly I cannot connect to my server

    Before this error, I can login normally, after I remove and changed my dll files from my client side. I get failed to connect to the server after character select, and then I restarted the server using ./athena-start restart then I cannot connect to my map server..  Its always [Fatal Error]...
  15. ThyroDree

    War of Emperium breaker announce

    Anyone can help me add breaker name when aannounce who break the emperium? function Disp_Owner { set .@o, getcastledata(getarg(0),1); if (.@o) announce "The ["+getcastlename(getarg(0))+"] castle "+((getarg(1))?"has been conquered":"is currently held")+" by the ["+getguildinfo(GUILDINFO_NAME...
Back
Top