Ammend Magic Rollback

Results 1 to 8 of 8
  1. #1
    sharing is caring... dheluxe is online now
    MemberRank
    Jan 2009 Join Date
    PhilippinesLocation
    381Posts

    smile Ammend Magic Rollback

    when I create a trigger in my SQL it succesfully executed but my problem is all characters in game having rollback. what should i do? pls help and thanks a lot..


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

    Re: Ammend Magic Rollback

    welcome back...

  3. #3
    Quit lourence8 is offline
    MemberRank
    Oct 2006 Join Date
    PHILIPPINESLocation
    1,662Posts

    Re: Ammend Magic Rollback

    okies about ur problem are common problem with trigger conflict in ur DB

    if u observe if u have autoRB in ur Chainfo

    put 1 Alter trigger and End with 1 End Only

    example

    ALTER TRIGGER [dbo].[Auto_Reborn] ON [dbo].[ChaInfo]
    after update
    as
    BEGIN

    "YOUR AUTOREBORN SCRIPT HERE"

    END

    after the Word "END"

    put ur amend magic like ammend tele like this

    ALTER TRIGGER [dbo].[Auto_Reborn] ON [dbo].[ChaInfo]
    after update
    as
    BEGIN

    "YOUR AUTOREBORN SCRIPT HERE"

    END

    BEGIN
    UPDATE [ChaInfo] SET [ChaInfo].ChaSaveMap = 175,
    [ChaInfo].ChaSavePosX = -1,
    [ChaInfo].ChaSavePosY = -1,
    [ChaInfo].ChaSavePosZ = -1
    FROM INSERTED
    WHERE Inserted.ChaGuName = 'DestinyRanX'
    and [ChaInfo].ChaMoney > 1
    and [ChaInfo].ChaLevel > 1
    and [ChaInfo].ChaNum = Inserted.ChaNum
    and [ChaInfo].UserNum = Inserted.UserNum
    END
    u can make more ammend magic by starting to "BEGIN" and end up with the word "END"

    my guide helps? just press thanks ^_^

    good luck

  4. #4
    Alpha Member Eureka7 is offline
    MemberRank
    Oct 2008 Join Date
    PhilippinesLocation
    1,836Posts

    Re: Ammend Magic Rollback

    @star- welcome back?

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

    Re: Ammend Magic Rollback

    Quote Originally Posted by eureka7 View Post
    @star- welcome back?
    -->>matagal din kaya sya wala sa rz

  6. #6
    sharing is caring... dheluxe is online now
    MemberRank
    Jan 2009 Join Date
    PhilippinesLocation
    381Posts

    Re: Ammend Magic Rollback

    weew... is that so... well, thank you and more power... :D

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

    Re: Ammend Magic Rollback

    @star,what are u posting lol

  8. #8
    Alpha Member Eureka7 is offline
    MemberRank
    Oct 2008 Join Date
    PhilippinesLocation
    1,836Posts

    Re: Ammend Magic Rollback

    starstrokers is just spamming :D



Advertisement