Jump to content

Vanquiser

Members
  • Content Count

    48
  • Joined

  • Last visited


Reputation Activity

  1. Upvote
    Vanquiser got a reaction from Quazi in Star Gladiator [Custom Soullink Effect]   
    Custom Soul link Effect

    Star Gladiator - Allowing to use Lvl 8 Lord of Vermillion, Lvl 5 Parrying. Increase damage on Boss monster and Holy monster by 100%. perfect dodge + 10



    Open src/map/status.c and find:
     
     
     
    Add Below
     
     
     
    Find:
     
    Add below:
    Find:
     
     
    Add Below
     
     
     
    Find:
     
    Add Below:
     

     
    For the parrying, u just need to change your parrying in db/(pre/re)/skill_require_db.txt

    Find:

    And replace with:


    Just Sharing )


  2. Upvote
    Vanquiser got a reaction from IndieRO in Simple Avast Thor Patcher   
    File Name: Simple Avast Thor Patcher
    File Submitter: Vanquiser
    File Submitted: 09 Jul 2014
    File Category: Other Graphics
     
    Thor Patcher,,, Avast 2014 Based
     
     
    Features
     
     
    Website Button
    Facebook Page Button
    Facebook Group Button
    Donate Button
    Help Button
    Register Button
    Setup Button (Open Setup.exe)
     
     
    BTW Im using MS Paint Only XD...
     
     
    Please Dont Remove Credits, Thx
     
    Click here to download this file
  3. Upvote
    Vanquiser reacted to Dastgir in Permanant Group Changer   
    File Name: Permanant Group Changer
    File Submitter: Dastgir
    File Submitted: 22 Jul 2014
    File Category: Utility
     
    This is a command "@adjgroup2" From which you can give a character new GroupID, no matter he is online or offline.
    The New Group is changed permanently.
     
    Usage:
    @adjgroup2 <GroupID> <PlayerName>
    If PlayerName contains Spaces, Just put it with spaces, without Quotes.
     
    Click here to download this file
  4. Upvote
    Vanquiser reacted to Dastgir in Simple Avast Thor Patcher   
    Well Nice Design..
     
    BTW Im using MS Paint Only XD...  Really? Its really good.. (also better than those who just copy background images)
  5. Upvote
    Vanquiser got a reaction from AdmCronus in Simple Avast Thor Patcher   
    File Name: Simple Avast Thor Patcher
    File Submitter: Vanquiser
    File Submitted: 09 Jul 2014
    File Category: Other Graphics
     
    Thor Patcher,,, Avast 2014 Based
     
     
    Features
     
     
    Website Button
    Facebook Page Button
    Facebook Group Button
    Donate Button
    Help Button
    Register Button
    Setup Button (Open Setup.exe)
     
     
    BTW Im using MS Paint Only XD...
     
     
    Please Dont Remove Credits, Thx
     
    Click here to download this file
  6. Upvote
    Vanquiser reacted to themon in Ragnarok 2013 Client - Back up Files   
    Here's my 2013 client
     
    2013-08-07aRagexe Full Client by Themon - Ready Made
     
    Ragnarok Main Folder - gravityro

     
    Grf Files - gravityro


     
    Ragnarok Patcher Lite - gravityro

     
    Tortoise SVN and GIT Installer - for updating and patching server
     
    MySql Installer - for ragnarok database
     
    Old and New Client and Diff - Sakexe, Ragexe and RagexeRE

     
    Ragnarok Servers - hercules server

     
    Custom Skins

     
    Loading Skin

     
    favorite script

     
    Ragnarok Tools - assorted ragnarok tools

     
    New!! Bank System - English Texture (Preview)

     
    NEW!!! 2013-08-14aRagexe Full Client by Themon - Trial Only (Post any packet error)
     
     
    Packets.h for 2013-08-14aRagexe Client
     
     
  7. Upvote
    Vanquiser reacted to themon in Ragnarok 2013 Client - Back up Files   
    added .inf done
     
    and beside its included in the Main folder download
     
    Ragnarok Main Folder
     
     
     
  8. Upvote
    Vanquiser reacted to themon in Ragnarok 2013 Client - Back up Files   
    new update!
     
    added:
    2013-08-07aRagexe Full Client by Themon - Ready Made
  9. Upvote
    Vanquiser reacted to Ai4rei in RO Patcher Lite, v4.2.2.1316 - last updated 2023/12/18   
    RO Patcher Lite


    About
    Replacement for Gravity's RO patcher. Works faster and doesn't consume your entire memory for just seeing it crashing, aside from this, it works almost exactly as the official patcher does, so that it shouldn't break, unless Gravity changes something vital to their patcher. It works on every 32-bit and 64-bit Microsoft* Windows* platform and is free of any cost.

    Known Issues
    None.

    Download & Website
    http://ai4rei.net/p/rsu

    License

    This work is licensed under a Creative Commons Attribution-Noncommercial-No Derivative Works 4.0 International License.
  10. Upvote
    Vanquiser reacted to Patskie in Soul Link Modif.. [Request]   
    src/map/status.c. You are in the english section of the hercules emulator. You should avoid using your native language in all english section unless ofcourse your native language is english. 
  11. Upvote
    Vanquiser reacted to schwierig in Soul Link Modif.. [Request]   
    Simple modification for Priest.
    I am using the Shield Reflect Statuschange from the Crusader and add it as an additional status on the Priest when the SL is cast. Though I can't make it reflect exactly 30% with that method, since it is using this table:
     
    http://ratemyserver.net/index.php?sk_name=Reflect+Shield&page=skill_db&sk_search=Search
     
    I could make a switch for the status effect itself, but I think that's a bit overkill considering on level 7 the difference is only 1%.
     
    In skill.c search for:
    if (skill_id == SL_SUPERNOVICE && dstsd && dstsd->die_counter && !(rnd()%100)) { //Erase death count 1% of the casts dstsd->die_counter = 0; pc_setglobalreg(dstsd,"PC_DIE_COUNTER", 0); clif->specialeffect(bl, 0x152, AREA); //SC_SOULLINK invokes status_calc_pc for us. } and place this after that:
    if (skill_id == SL_PRIEST) { clif->skill_nodamage(src,bl,skill_id,skill_lv, sc_start4(bl,SC_REFLECTSHIELD,100,7,skill_id,0,0,skill->get_time(skill_id,skill_lv)));}  
    I have no idea how the others work. I don't even know if the HP modification is possible. Though I will take a look into the Knight issue. Everything else I can't help you with at this point.
  12. Upvote
    Vanquiser reacted to Patskie in Soul Link Modif.. [Request]   
    Professor / Wizard ( intelligence / 5 ) : 
    if (sc && sc->data[SC_SOULLINK] && (sc->data[SC_SOULLINK]->val2 == SL_SAGE || sc->data[SC_SOULLINK]->val2 == SL_WIZARD)) vit += ((TBL_PC*)bl)->status.int_ / 5; Professor / Wizard ( BaseLevel * 200 ) :
    if (sc && sc->data[SC_SOULLINK] && (sc->data[SC_SOULLINK]->val2 == SL_SAGE || sc->data[SC_SOULLINK]->val2 == SL_WIZARD)) maxhp += ((TBL_PC*)bl)->status.base_level * 200; Star Gladiator ( Perfect Dodge + 10 ) :
    if (sc && sc->data[SC_SOULLINK] && sc->data[SC_SOULLINK]->val2 == SL_STAR) flee2 += 10; Star Gladiator ( Holy Monster & Boss Monster Additional Damage ) :
    if (sc && sc->data[SC_SOULLINK] && sc->data[SC_SOULLINK]->val2 == SL_STAR) { sd->right_weapon.addrace[RC_BOSS] += 100; sd->left_weapon.addrace[RC_BOSS] += 100; sd->right_weapon.addele[ELE_HOLY] += 100; sd->left_weapon.addele[ELE_HOLY] += 100;}  
    One thing is for sure. This is not 100% accurate nor will work. Hercules emulator have a different source structure.
  13. Upvote
    Vanquiser reacted to schwierig in Soul Link Modif.. [Request]   
    The very easy ones:
    2.Alchemist - Acid Terror Damage + 100% (I guess you want to double the damage here)
    search (battle.c):
    case AM_ACIDTERROR: skillratio += 40 * skill_lv; break;  
    replace with:
    case AM_ACIDTERROR: skillratio += 40 * skill_lv; if (sc && sc->data[SC_SOULLINK] && sc->data[SC_SOULLINK]->val2 == SL_ALCHEMIST) skillratio *= 2; break;  
    5.Crusader - Shield-Chain damage by 200% (I guess you want to tripple the damage?)
    search (battle.c):
    case PA_SHIELDCHAIN: skillratio += 30 * skill_lv; break;  replace with:
    case PA_SHIELDCHAIN: skillratio += 30 * skill_lv; if (sc && sc->data[SC_SOULLINK] && sc->data[SC_SOULLINK]->val2 == SL_CRUSADER) skillratio *= 3; break;  
    8.Rogue - You can use Single Strip through Full Chemical Protection by consumin Glistening Coat(Working only when the target has FCP or Full Chemical Protection), Increase Double Strafe damage by 150%
    - Strip:
    http://rathena.org/board/topic/87197-single-strip-bypass/
    - DS
    Not sure if this works (no time to try)
    search (battle.c):
    case AC_DOUBLE:case MA_DOUBLE: skillratio += 10 * (skill_lv-1); break;  replace with:
    case AC_DOUBLE:case MA_DOUBLE: skillratio += 10 * (skill_lv-1); if (sc && sc->data[SC_SOULLINK] && sc->data[SC_SOULLINK]->val2 == SL_ROGUE) skillratio *= 1.5; break;  
    9.Hunter - It gives 15% Chance of auto casting Falcon Assault when attacking.
    search (skill.c):
    // Automatic trigger of Blitz Beat if (pc_isfalcon(sd) && sd->status.weapon == W_BOW && (temp=pc->checkskill(sd,HT_BLITZBEAT))>0 && rnd()%1000 <= sstatus->luk*3 ) { rate = sd->status.job_level / 10 + 1; skill->castend_damage_id(src,bl,HT_BLITZBEAT,(temp<rate)?temp:rate,tick,SD_LEVEL); } place after that:
    if(pc_isfalcon(sd) && sd->status.weapon == W_BOW && sc && sc->data[SC_SOULLINK] && sc->data[SC_SOULLINK]->val2 == SL_HUNTER) { skill->castend_damage_id(src,bl,SN_FALCONASSAULT,temp,tick,0); }  
    Looking up the other ones and will edit later I guess.
×
×
  • Create New...

Important Information

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