[HELP]Buff Pang Full Assist Buffs and Full Heal w/ Buff Delay

Results 1 to 16 of 16
  1. #1
    Newbie chrono101 is offline
    MemberRank
    Feb 2011 Join Date
    8Posts

    [HELP]Buff Pang Full Assist Buffs and Full Heal w/ Buff Delay

    Please help me out this one guys..

    I have search throughout google and cant find anything about this..

    How can I make a buff pang with Full Heal in it and a delay to buff again so that people cannot spam it....


    Thnx in advance ...


  2. #2
    Newbie Tyrus is offline
    MemberRank
    Feb 2011 Join Date
    10Posts

    Re: [HELP]Buff Pang Full Assist Buffs and Full Heal w/ Buff Delay

    Do you need this ?

    character.inc
    Code:
    MaFl_Helper_ver12
    {
    	setting
    	{
    		AddMenu( MMI_DIALOG );
    		AddMenu( MMI_NPC_BUFF );
    		SetBuffSkill( SI_ASS_HEAL_PATIENCE,	20, 1, 200, 7200000 );
    		SetBuffSkill( SI_ASS_CHEER_QUICKSTEP,	20, 1, 200, 7200000 );
    		SetBuffSkill( SI_ASS_CHEER_HASTE, 	20, 1, 200, 7200000 );
    		SetBuffSkill( SI_ASS_CHEER_CATSREFLEX,	20, 1, 200, 7200000 );
    		SetBuffSkill( SI_ASS_CHEER_CANNONBALL,	20, 1, 200, 7200000 );
    		SetBuffSkill( SI_ASS_CHEER_HEAPUP, 	20, 1, 200, 7200000 );
    		SetBuffSkill( SI_ASS_CHEER_BEEFUP,	20, 1, 200, 7200000 );
    		SetBuffSkill( SI_ASS_CHEER_ACCURACY,	20, 1, 200, 7200000 );
    		SetImage
    		(
    			IDS_CHARACTER_INC_000703
    		);
    		m_szDialog= "MaFl_Helper.txt";
    	}
    
    	SetName
    	(
    		IDS_CHARACTER_INC_000956
    	);
    }
    ore you need the delay ....?

    you can change max buff at Toms Antihack at /config/Spamlist.txt


    ; Timeinterval between the usage of the buffpang (in seconds)
    buffpang_interval=10 <------

    so they have to waite 10 sec to get the next buffs
    Last edited by Tyrus; 25-02-11 at 01:35 AM.

  3. #3
    Newbie chrono101 is offline
    MemberRank
    Feb 2011 Join Date
    8Posts

    Re: [HELP]Buff Pang Full Assist Buffs and Full Heal w/ Buff Delay

    Thnx for your reply tyrus ...

    I already have those ..

    But how can i add an auto heal when you click the buff pang..?

    Its like a combination of buffs and full recovery ..

    Btw thnx for the time interval .. ;)

  4. #4
    1/11/1995 ~ 23/11/2011 rebora2007 is offline
    Grand MasterRank
    Nov 2010 Join Date
    Care much ?Location
    2,346Posts

    Re: [HELP]Buff Pang Full Assist Buffs and Full Heal w/ Buff Delay

    Hi, I think you can edit the buff pang in the -> character.inc for max buffs and such, but I don't think giving interval is possible.

    Though, you can add some custom buffs, such as heal.

  5. #5
    Newbie chrono101 is offline
    MemberRank
    Feb 2011 Join Date
    8Posts

    Re: [HELP]Buff Pang Full Assist Buffs and Full Heal w/ Buff Delay

    Thnx rebora for replying on this thread...

    Ima test what tyrus said on using toms antihack for interval..

    but i need to know how can i have a full hp/sp/mp recovery or if not maybe the full hp recovery only on the buff pang..?

    Any one know this ..? thnx in advance :D

  6. #6
    Elite Member poledoo is offline
    Member +Rank
    Dec 2008 Join Date
    OklahomaLocation
    212Posts

    Re: [HELP]Buff Pang Full Assist Buffs and Full Heal w/ Buff Delay

    Well im not sure if it will work but you could try 1 of 2 things for full heal. Or go in and chance the normal skill Heal at Lv20 to heal the same amount as a Remantis and then put heal in the buff pang so it will heal all hp. FP and MP i dont think can be done with a buff pang without coding something in yourself

  7. #7
    One word! Im Fawkin Pro! Xakzi is offline
    Grand MasterRank
    Jul 2010 Join Date
    SwedenLocation
    1,356Posts

    Re: [HELP]Buff Pang Full Assist Buffs and Full Heal w/ Buff Delay

    Quote Originally Posted by poledoo View Post
    Well im not sure if it will work but you could try 1 of 2 things for full heal. Or go in and chance the normal skill Heal at Lv20 to heal the same amount as a Remantis and then put heal in the buff pang so it will heal all hp. FP and MP i dont think can be done with a buff pang without coding something in yourself
    Not truly correct there my friend..

    if you check the skill "Heal" that assists use, then you see its using DST_HP

    Let me show you :)

    Code:
    SA_HEALING_L01,SI_ASS_HEAL_HEALING,1,=,=,=,=,=,=,=,=,=,DST_HP,=,100,=,=,=,=,=,=,=,=,=,17,=,=,600,=,=,=,=,=,1,1,600
    SA_HEALING_L02,SI_ASS_HEAL_HEALING,2,=,=,=,=,=,=,=,=,=,DST_HP,=,120,=,=,=,=,=,=,=,=,=,17,=,=,575,=,=,=,=,=,1,1,600
    SA_HEALING_L03,SI_ASS_HEAL_HEALING,3,=,=,=,=,=,=,=,=,=,DST_HP,=,140,=,=,=,=,=,=,=,=,=,19,=,=,550,=,=,=,=,=,1,1,600
    SA_HEALING_L04,SI_ASS_HEAL_HEALING,4,=,=,=,=,=,=,=,=,=,DST_HP,=,160,=,=,=,=,=,=,=,=,=,19,=,=,525,=,=,=,=,=,1,1,600
    SA_HEALING_L05,SI_ASS_HEAL_HEALING,5,=,=,=,=,=,=,=,=,=,DST_HP,=,180,=,=,=,=,=,=,=,=,=,19,=,=,500,=,=,=,=,=,1,1,600
    SA_HEALING_L06,SI_ASS_HEAL_HEALING,6,=,=,=,=,=,=,=,=,=,DST_HP,=,200,=,=,=,=,=,=,=,=,=,19,=,=,475,=,=,=,=,=,1,1,600
    SA_HEALING_L07,SI_ASS_HEAL_HEALING,7,=,=,=,=,=,=,=,=,=,DST_HP,=,220,=,=,=,=,=,=,=,=,=,22,=,=,450,=,=,=,=,=,1,1,600
    SA_HEALING_L08,SI_ASS_HEAL_HEALING,8,=,=,=,=,=,=,=,=,=,DST_HP,=,240,=,=,=,=,=,=,=,=,=,22,=,=,425,=,=,=,=,=,1,1,600
    SA_HEALING_L09,SI_ASS_HEAL_HEALING,9,=,=,=,=,=,=,=,=,=,DST_HP,=,260,=,=,=,=,=,=,=,=,=,25,=,=,400,=,=,=,=,=,1,1,600
    SA_HEALING_L10,SI_ASS_HEAL_HEALING,10,=,=,=,=,=,=,=,=,=,DST_HP,=,280,=,=,=,=,=,=,=,=,=,25,=,=,375,=,=,=,=,=,1,1,600
    SA_HEALING_L11,SI_ASS_HEAL_HEALING,11,=,=,=,=,=,=,=,=,=,DST_HP,=,300,=,=,=,=,=,=,=,=,=,27,=,=,350,=,=,=,=,=,1,1,600
    SA_HEALING_L12,SI_ASS_HEAL_HEALING,12,=,=,=,=,=,=,=,=,=,DST_HP,=,320,=,=,=,=,=,=,=,=,=,27,=,=,325,=,=,=,=,=,1,1,600
    SA_HEALING_L13,SI_ASS_HEAL_HEALING,13,=,=,=,=,=,=,=,=,=,DST_HP,=,340,=,=,=,=,=,=,=,=,=,30,=,=,300,=,=,=,=,=,1,1,600
    SA_HEALING_L14,SI_ASS_HEAL_HEALING,14,=,=,=,=,=,=,=,=,=,DST_HP,=,360,=,=,=,=,=,=,=,=,=,30,=,=,275,=,=,=,=,=,1,1,600
    SA_HEALING_L15,SI_ASS_HEAL_HEALING,15,=,=,=,=,=,=,=,=,=,DST_HP,=,380,=,=,=,=,=,=,=,=,=,33,=,=,250,=,=,=,=,=,1,1,600
    SA_HEALING_L16,SI_ASS_HEAL_HEALING,16,=,=,=,=,=,=,=,=,=,DST_HP,=,400,=,=,=,=,=,=,=,=,=,33,=,=,250,=,=,=,=,=,1,1,600
    SA_HEALING_L17,SI_ASS_HEAL_HEALING,17,=,=,=,=,=,=,=,=,=,DST_HP,=,440,=,=,=,=,=,=,=,=,=,34,=,=,250,=,=,=,=,=,1,1,600
    SA_HEALING_L18,SI_ASS_HEAL_HEALING,18,=,=,=,=,=,=,=,=,=,DST_HP,=,480,=,=,=,=,=,=,=,=,=,34,=,=,250,=,=,=,=,=,1,1,600
    SA_HEALING_L19,SI_ASS_HEAL_HEALING,19,=,=,=,=,=,=,=,=,=,DST_HP,=,520,=,=,=,=,=,=,=,=,=,40,=,=,250,=,=,=,=,=,1,1,600
    SA_HEALING_L20,SI_ASS_HEAL_HEALING,20,=,=,=,=,=,=,=,=,=,DST_HP,=,550,=,=,=,=,=,=,=,=,=,40,=,=,150,=,=,=,=,=,1,2,600
    Now, There might be a change because Im checking the korean files atm xD

    But If it is used like this, he could change a current skill (or create a new one for buff pang)
    That heals FP and MP, by using DST_MP or DST_FP..
    but In my understanding, that will just add more FP & MP.. not recover.. hm..

    Edit: Nop! checked the eflyff files, that is for healing a player..
    so just make the same kind of skill, but change DST_HP to DST_FP or DST_MP.. and add it into the buff pang :) Have Fun
    Last edited by Xakzi; 25-02-11 at 02:12 PM.

  8. #8
    Newbie chrono101 is offline
    MemberRank
    Feb 2011 Join Date
    8Posts

    Re: [HELP]Buff Pang Full Assist Buffs and Full Heal w/ Buff Delay

    uhm.. kk i might do that.. i think i will disregard the fp and mp thingy ..

    thnx for your reply poledoo..

    but i need the time interval for the buff pang.. toms antihack wont work on my server..

    anyone who knows to change/ code it?

  9. #9
    1/11/1995 ~ 23/11/2011 rebora2007 is offline
    Grand MasterRank
    Nov 2010 Join Date
    Care much ?Location
    2,346Posts

    Re: [HELP]Buff Pang Full Assist Buffs and Full Heal w/ Buff Delay

    I don't think recovering its HP is possible except for creating a new skill, hello flyff source.

    Regarding time interval, ressource files don't have any commands such at those I think, sorry ..

  10. #10
    One word! Im Fawkin Pro! Xakzi is offline
    Grand MasterRank
    Jul 2010 Join Date
    SwedenLocation
    1,356Posts

    Re: [HELP]Buff Pang Full Assist Buffs and Full Heal w/ Buff Delay

    creating a new skill is no need for source really...
    you need to edit the source IF you create a skill for a class, or something like that..

    but if you create a skill for buffpang, then you can simply add any kind of icon, quz it wont be shown to the character (if you use healing for example)

  11. #11
    Newbie chrono101 is offline
    MemberRank
    Feb 2011 Join Date
    8Posts

    Re: [HELP]Buff Pang Full Assist Buffs and Full Heal w/ Buff Delay

    hmm.. i will experiment more about this things.. and figure this out by myself..

    anyweiz.. thnx rebora and wakazaki for giving your ample time replying on my thread and for the infos ;)

  12. #12
    Elite Member poledoo is offline
    Member +Rank
    Dec 2008 Join Date
    OklahomaLocation
    212Posts

    Re: [HELP]Buff Pang Full Assist Buffs and Full Heal w/ Buff Delay

    Quote Originally Posted by chrono101 View Post

    but i need the time interval for the buff pang.. toms antihack wont work on my server..

    anyone who knows to change/ code it?
    Change your cacheserver.ini port to 1500 and try running toms antihack
    Last edited by poledoo; 25-02-11 at 08:51 PM.

  13. #13
    Grand Master kolelolx is offline
    Grand MasterRank
    Oct 2010 Join Date
    577Posts

    Re: [HELP]Buff Pang Full Assist Buffs and Full Heal w/ Buff Delay

    Its not that hard to restore HP and MP... FP wouldnt be hard either but its not necessary to recover that... Heres what to do.
    1. Open PropSkillAdd.csv
    2. "CTRL+F" And type in "SI_ASS_HEAL_HEALING"
    3. Once you find it, find the column that adds a second stat to the skill and add either DST_MP or DST_FP then i think two columns over, type in the amount you want restored!

  14. #14
    1/11/1995 ~ 23/11/2011 rebora2007 is offline
    Grand MasterRank
    Nov 2010 Join Date
    Care much ?Location
    2,346Posts

    Re: [HELP]Buff Pang Full Assist Buffs and Full Heal w/ Buff Delay

    Quote Originally Posted by kolelolx View Post
    Its not that hard to restore HP and MP... FP wouldnt be hard either but its not necessary to recover that... Heres what to do.
    1. Open PropSkillAdd.csv
    2. "CTRL+F" And type in "SI_ASS_HEAL_HEALING"
    3. Once you find it, find the column that adds a second stat to the skill and add either DST_MP or DST_FP then i think two columns over, type in the amount you want restored!
    Are you sure this is not gonna give addtional MP/FP?

  15. #15
    Grand Master kolelolx is offline
    Grand MasterRank
    Oct 2010 Join Date
    577Posts

    Re: [HELP]Buff Pang Full Assist Buffs and Full Heal w/ Buff Delay

    Quote Originally Posted by rebora2007 View Post
    Are you sure this is not gonna give addtional MP/FP?
    Yes... It will just restore... If you want to give additional HP/MP/FP you need to use DST_HP_MAX (total HP) or DST_HP_MAX_RATE (% HP)

  16. #16
    One word! Im Fawkin Pro! Xakzi is offline
    Grand MasterRank
    Jul 2010 Join Date
    SwedenLocation
    1,356Posts

    Re: [HELP]Buff Pang Full Assist Buffs and Full Heal w/ Buff Delay

    ye rebora, that will work too xD



Advertisement