• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[Bug] in IPACC :s

Status
Not open for further replies.

president vankk

Web Developer & AuraOT Owner
Joined
Jul 10, 2009
Messages
5,719
Solutions
9
Reaction score
339
Hiho :D
i have one bug on my ipacc, exemple: i will add one new item in admin panel... and the shop does not add ;X
 
Check your db, maybe missing tables... I think that you are missing image URL.
 
also desactivate the option of buy a item for other char/friend! when you buy an object to another, no points are not removed
(Ipacc v1.1)
 
hmm, to alert me from this bug
but where I desative this ?
And how I add a shop offer of Premium Account using sql code ?
 
you desactivate this removing a part of the script when says the part of send, i think is enough..

and the sql... I am not sure but try this

in z_shop_offer

id = 'XXXX'
points = '3'
itemid1` = '0'
count1` = '30'
itemid2` = '0'
count2` = '0'
offer_type` = 'pacc'
offer_description` = '30 dias de PACC / 30 days with PACC'
offer_name` = '30 D. Pacc'

[ isn't a sql code ]
 
Status
Not open for further replies.
Back
Top