Jump to content

  •  

alohadoubt

Member Since 30 Jan 2013
Offline Last Active Jan 15 2015 12:28 AM
-----

Issues I've Posted

    Some SC_ bug

    Posted 27 Aug 2014

    While working on my test server I tested one item which is

    {
    Id: 14526
    AegisName: "Oriental_Pastry"
    Name: "Oriental Pastry"
    Type: 2
    Buy: 0
    Weight: 10
    Upper: 63
    Script: <" sc_start SC_PLUSMAGICPOWER,180000,10; ">
    },

    It says on description is 30 minutes and MATK will have additional +10, but after consuming the item, it didn't work, I got no MATK and only 3 minutes.

    just like this one

    {
    Id: 14601
    AegisName: "Tyr's_Blessing"
    Name: "Tyr's Blessing"
    Type: 2
    Buy: 0
    Weight: 10
    Upper: 63
    Trade: {
    nodrop: true
    noselltonpc: true
    nogstorage: true
    }
    Script: <"
    sc_start SC_INCFLEE,300000,30;
    sc_start SC_INCHIT,300000,30;
    sc_start SC_PLUSATTACKPOWER,300000,20;
    sc_start SC_PLUSMAGICPOWER,300000,20;
    ">
    },


    only FLEE+30 works.

    is this a bugged? or just because of my hexed?