Jump to content

Zeiyan

Members
  • Posts

    275
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by Zeiyan

  1. How about reducing the bonus damage of EDP given on Asura strike?

     

    Champ with level 3 EDP that gives 300% bonus damage:

    gives 150 or 200% bonus damage to asura strike but gives 300% to other skills and normal attacks.

  2. Fist you need to know, you post this at wrong area

    Oh crap. I didnt realize i posted at source releases. my bad. this was meant for source request -__-

     

    ** Please transfer this thread to Source Request. Sorry**

  3. Good day rathena. I know there are topics around related to this and are already solved. I was happy with this patch

    http://rathena.org/board/files/file/2356-warp-go-damage-delay/

     

    Players CAN NOT warp when being attacked ONLY by other players.

    Players CAN WARP when using skills.

     

    The problem is when i updated to the latest revision about 2 days ago? (i dont remember because i always update)

    it became this.

     

    Players CAN NOT warp when using skills and attacking/being attacked by monsters.

     

    What i want to do is turn it back to this:

    Players CAN WARP when attacking/being attacked by monsters AND Using Skills.

    Players CAN NOT warp when attacking/being attacked by other players.

     

    I dont know what changed in the latest revision that caused this but i hope you guys can help.

     

     

    (This apply to both @warp and @go command)



    bump



    bump

  4. ok my goal is everything (normal hits and skills) recieve the normal level 3 edp buff from my custom card that gives chance to cast  EDP which is Assassin cross card

    EXCEPT for asura strike skill. Im trying to nerf the buff/damage bonus of edp ONLY to asura strike



    bump



    bmp

  5. Please read carefully its kind of complicated

     

    I am running a 255/120 high rate server with the effect of Assassin cross card giving chance to buff Enchant Deadly Poison on self.

    I am fine with EDP affecting the damage of asura strike. What i want to do is nerf the bonus damage of EDP ONLY TO ASURA STRIKE but will not affect the bonus damage of edp to others skills and attacks. i was thinking of something like this in battle.c

     

    Original code

    case MO_EXTREMITYFIST:
    					skillratio += 100*(7 + sstatus->sp/10);
    					skillratio = min(500000,skillratio); //We stop at roughly 50k SP for overflow protection
    					break;
    

    The sort of code im thinking of (not that good at src but i think i can understand very little and an idea of it)

    case MO_EXTREMITYFIST:
    					skillratio += 100*(7 + sstatus->sp/10);
    // here's the part im thinking of.
                                            if (SC_EDP) skillratio += 200%; ( im using lvl 3 edp for my sinxc which i think is 300% so i want asura strike to only get 200%.
    					skillratio = min(500000,skillratio); //We stop at roughly 50k SP for overflow protection
    					break;
    

     

    i know that's not a code that will work :) but its just an idea of that im trying to say.



    bump
  6. Hello guys. Most of us here are grateful to rathena for helping us in topics on source mods and scripting and other technical stuffs. :) I created this thread for people like me who are starting their own ragnarok private server. In my opinion its really easy and doable to edit stuffs server or client side. the major goal is "Population" ragnarok Onine has been around since around 2002 i think and there are players all over the world that developed passion for the game. thus creating their own servers. The problem is the truth that ragnarok is old. Players starts to play other MMORPG. :( I'd like people to post here on tips and tricks to get people interested in playing Ragnarok again. Ways to advertise, ways to make people know how enjoyable the game is. I've been advertising on several facebook groups (along with other server owners) There are paid advertising on different websites like the Top ragnarok sites and ratemyserver. Who else can give tips and tricks that can help beginners populate and invite people to their servers?

  7. I registered and have been using rathena since december 2012 (i'm kinda new) well i certainly learned a lot here given that i really have no c+ or java experience. :) I've been trying to help new users here also with basic problems that i can answer easily. I just don't have anything to do and realized i have not posted here yet. so hello rathena :)

×
×
  • Create New...