EXP/SP Helper fix

12/06/2011 13:12 IceAmStiel#1
PHP Code:
USE SRO_VT_SHARD

Declare @Rate int
SET 
@Rate 35        /* e.g. for 35x EXP/SP */

UPDATE _RefObjItem SET Param3 Param3 * @Rate WHERE ID like 10698 OR ID like 10700

Declare @Nickname varchar(74)
SET @Nickname 'Caipi'    /* e.g. Caipi if your Char is named Caipi */

exec _ADD_ITEM_EXTERN @Nickname,'ITEM_ETC_100EXP_BASIC',1,
I'd appreciate it if someone could try this one out, if it "fixes" the exp/sp helper with the correct rate and not only +1x Rate.