[Share]Amend Stat Reset Manually not All stat reset...

Results 1 to 15 of 15
  1. #1
    Valued Member Yui_Ichigo is offline
    MemberRank
    Dec 2008 Join Date
    128Posts

    [Share]Amend Stat Reset Manually not All stat reset...

    I dont know if this has been shared before..
    I just want to share it maybe sum1 doesnt have this..

    This is very usefull for those who have High Reborn already,
    We all know that the max StatRemain is 65k
    Beyond that the stats will be lost when Reset..

    So it came up to my mind to have manually reset stat not all..
    For Example ResetPow, ResetDex, ResetInt, ResetVit..

    Original Code by: sir phoenix717
    Recode by me

    Heres the code
    Paste this to your Trigger where you have pasted Amend Add stats by sir phoenix717
    Paste the code before the word "end" w/o quotations..
    Code:
    UPDATE ChaInfo SET [ChaInfo].ChaGuName='RESETPOWFINISH',
    [ChaInfo].ChaStRemain=[ChaInfo].ChaStRemain+([ChaInfo].ChaPower),
    [ChaInfo].ChaPower=0,
    [ChaInfo].ChaMoney=[ChaInfo].ChaMoney-(([ChaInfo].ChaPower)*0)
    From Inserted
    WHERE Inserted.ChaGuName='RESETPOW'
    and [ChaInfo].ChaMoney>=(([ChaInfo].ChaPower)*0)
    and Inserted.ChaName=[ChaInfo].ChaName
    and Inserted.UserNum=[ChaInfo].UserNum
    
    UPDATE ChaInfo SET [ChaInfo].ChaGuName='RESETVITFINISH',
    [ChaInfo].ChaStRemain=[ChaInfo].ChaStRemain+([ChaInfo].ChaStrong),
    [ChaInfo].ChaStrong=0,
    [ChaInfo].ChaMoney=[ChaInfo].ChaMoney-(([ChaInfo].ChaStrong)*0)
    From Inserted
    WHERE Inserted.ChaGuName='RESETVIT'
    and [ChaInfo].ChaMoney>=(([ChaInfo].ChaStrong)*0)
    and Inserted.ChaName=[ChaInfo].ChaName
    and Inserted.UserNum=[ChaInfo].UserNum
    
    UPDATE ChaInfo SET [ChaInfo].ChaGuName='RESETDEXFINISH',
    [ChaInfo].ChaStRemain=[ChaInfo].ChaStRemain+([ChaInfo].ChaDex),
    [ChaInfo].ChaDex=0,
    [ChaInfo].ChaMoney=[ChaInfo].ChaMoney-(([ChaInfo].ChaDex)*0)
    From Inserted
    WHERE Inserted.ChaGuName='RESETDEX'
    and [ChaInfo].ChaMoney>=(([ChaInfo].ChaDex)*0)
    and Inserted.ChaName=[ChaInfo].ChaName
    and Inserted.UserNum=[ChaInfo].UserNum
    
    UPDATE ChaInfo SET [ChaInfo].ChaGuName='RESETINTFINISH',
    [ChaInfo].ChaStRemain=[ChaInfo].ChaStRemain+([ChaInfo].ChaSpirit),
    [ChaInfo].ChaSpirit=0,
    [ChaInfo].ChaMoney=[ChaInfo].ChaMoney-(([ChaInfo].ChaSpirit)*0)
    From Inserted
    WHERE Inserted.ChaGuName='RESETINT'
    and [ChaInfo].ChaMoney>=(([ChaInfo].ChaSpirit)*0)
    and Inserted.ChaName=[ChaInfo].ChaName
    and Inserted.UserNum=[ChaInfo].UserNum
    The Amendd Commands for Reseting manually
    Code:
    Just type
    RESETPOW
    RESETDEX
    RESETINT
    RESETVIT
    then recon..
    This requires 0 gold to execute...

    Credits:
    phoenix717
    My player F3ng for the idea


  2. #2
    Alpha Member starstrokers is offline
    MemberRank
    Jun 2009 Join Date
    PC FRONTLocation
    1,815Posts

    Re: [Share]Amend Stat Reset Manually not All stat reset...

    let's make this alive...!

    where can i put this trigger?
    i know it's in database...
    but, the question where in
    the database...?

  3. #3
    Proficient Member hectic is offline
    MemberRank
    Aug 2008 Join Date
    151Posts

    Re: [Share]Amend Stat Reset Manually not All stat reset...

    Quote Originally Posted by starstrokers View Post
    let's make this alive...!

    where can i put this trigger?
    i know it's in database...
    but, the question where in
    the database...?
    include that in ur Reborn script.. ^^

  4. #4
    Alpha Member starstrokers is offline
    MemberRank
    Jun 2009 Join Date
    PC FRONTLocation
    1,815Posts

    Re: [Share]Amend Stat Reset Manually not All stat reset...

    ah ok i'll try this...!

  5. #5
    Account Upgraded | Title Enabled! kooldudez is offline
    MemberRank
    Dec 2007 Join Date
    *DarK_SiDed*Location
    464Posts

    Re: [Share]Amend Stat Reset Manually not All stat reset...

    What if the players dont have guild? are they also included?

  6. #6
    Proficient Member jodanny is offline
    MemberRank
    Nov 2009 Join Date
    Cavite CityLocation
    166Posts

    Re: [Share]Amend Stat Reset Manually not All stat reset...

    hey i alreay using this scripts and its working well ^_^

    thanks

    me i require 200m gold to reset ahahaha

  7. #7
    Proficient Member tondofear is offline
    MemberRank
    Aug 2007 Join Date
    Tondo, ManilaLocation
    176Posts

    Re: [Share]Amend Stat Reset Manually not All stat reset...

    I just had a try, still monitoring of side effects or bugs, i hope none.

  8. #8
    Proficient Member jodanny is offline
    MemberRank
    Nov 2009 Join Date
    Cavite CityLocation
    166Posts

    Re: [Share]Amend Stat Reset Manually not All stat reset...

    you had a point huh....

  9. #9
    Account Upgraded | Title Enabled! russhimi is offline
    MemberRank
    Sep 2008 Join Date
    somewhereLocation
    587Posts

    Re: [Share]Amend Stat Reset Manually not All stat reset...

    im use ran to rb,how to use this?

  10. #10
    Alpha Member starstrokers is offline
    MemberRank
    Jun 2009 Join Date
    PC FRONTLocation
    1,815Posts

    Re: [Share]Amend Stat Reset Manually not All stat reset...

    Quote Originally Posted by russhimi View Post
    im use ran to rb,how to use this?
    yes...!
    how to use...!
    although we are bumping
    but, we want to know to to use
    this..?
    i think we should put
    this into reborn trigger...
    but, we use rancp/manual reborn,,,
    can this be useful in manual reborn?

  11. #11
    Valued Member Edison is offline
    MemberRank
    Feb 2009 Join Date
    135Posts

    Re: [Share]Amend Stat Reset Manually not All stat reset...

    If oyu have a new items where do i extract it heheheh like the korea new armors......

    http://i15.servimg.com/u/f15/13/45/52/24/a10.jpg

  12. #12
    Member brightlight777 is offline
    MemberRank
    May 2008 Join Date
    PhilippinesLocation
    93Posts

    Re: [Share]Amend Stat Reset Manually not All stat reset...

    Just paste that trigger in the bottom of the reborn trigger at press execute.

  13. #13
    Member neversofter is offline
    MemberRank
    Oct 2009 Join Date
    Butuan City, PhLocation
    69Posts

    Re: [Share]Amend Stat Reset Manually not All stat reset...

    Where Can i Execute this Triger?...

  14. #14
    Valued Member ProJ is offline
    MemberRank
    Dec 2009 Join Date
    United KingdomLocation
    128Posts

    Re: [Share]Amend Stat Reset Manually not All stat reset...

    can u tell me where in database please !!!

  15. #15
    Valued Member dart66 is offline
    MemberRank
    Aug 2009 Join Date
    down thereLocation
    140Posts

    Re: [Share]Amend Stat Reset Manually not All stat reset...

    ok thanks i get it :))



Advertisement