Procedure For +3 Scroll [_AddTimedJob]

Results 1 to 3 of 3
  1. #1
    Novice ramy2012 is offline
    MemberRank
    Aug 2014 Join Date
    3Posts

    Procedure For +3 Scroll [_AddTimedJob]

    Hey every one !
    2day i'll Release new scroll for RZ

    this procedure created for give extra +3 to the item in slot '1' at char inventory, but this scroll not work if your item +8 or more.

    i mean it will give the extra +3 to any D11 EGY A or B +1 ~ +7 in Slot 1 in your inventory.

    you can change the values as u want !
    Slot, Extra plus, Items ID's and which item plus to work

    Notice: This ID's is D11 EGY A + EGY B ID's you can change it to the target Items ID's

    Spoiler:
    PHP Code:
    IF(@JobID 'Write Here Scroll Skill ID') -- Plus Scroll (+3coded by [iLegendDont copy under your Name!
     
    Begin
      
    Declare @OptLvl int
      
    Declare   [MENTION=571372]newo[/MENTION]ptLvl int
      Select 
    @OptLvl OptLevel From dbo._Items Where ID64 = ( Select ItemID From _Inventory Where CharID =   [MENTION=551894]Char[/MENTION]ID and Slot '13' and ItemID 
      
    Set   [MENTION=571372]newo[/MENTION]ptLvl = (@OptLvl '3') --# To Change Extra Plus Value
      
    Update dbo._Items Set OptLevel =   [MENTION=571372]newo[/MENTION]ptLvl Where ID64 = ( Select ItemID From _Inventory Where CharID =   [MENTION=551894]Char[/MENTION]ID and Slot '13' and ItemID ) and OptLevel <= '7' --# To Change Which Item Plus to Work
      
    and ((RefItemID between '25611' and '25668') Or (RefItemID between '25727' and '25762') Or (RefItemID between '25669' and '25726') Or (RefItemID between '25763' and '25798')) --# To Change Item ID's
     
    End 


    Last edited by ramy2012; 14-01-15 at 10:44 PM.


  2. #2
    Account Upgraded | Title Enabled! lemoniscool is offline
    MemberRank
    Nov 2009 Join Date
    GermanyLocation
    579Posts

    Re: Procedure For +3 Scroll [_AddTimedJob]

    why not simply use adv elix +3 or +4 or +5 or +50 or whatever value you want?
    as long as the effect this scroll has doesnt also reset automatically after a certain amount of time its useless .. also did you think about what would happen if the player uses the scroll to get extra +3 and then does alchemy with it without teleporting/relogging before doing so?

  3. #3
    Account Upgraded | Title Enabled! LeMbo is offline
    MemberRank
    Sep 2012 Join Date
    241Posts

    Re: Procedure For +3 Scroll [_AddTimedJob]

    Quote Originally Posted by lemoniscool View Post
    why not simply use adv elix +3 or +4 or +5 or +50 or whatever value you want?
    as long as the effect this scroll has doesnt also reset automatically after a certain amount of time its useless .. also did you think about what would happen if the player uses the scroll to get extra +3 and then does alchemy with it without teleporting/relogging before doing so?
    I think because it's not adv elixir .. it's upgrade +3 and the item still able to use adv !!



Advertisement