• 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!

a Db command to remove all addons of all players ?

1268995

Member
Joined
Sep 9, 2010
Messages
422
Reaction score
13
Is that possible?

A database comand that remove all the addons of all players?
I mean, players have full knight, full hunter, wayfarer, etc. I want all players have NO addons maded.
 
In that case do some reserach insted and hopefully learn something while you are doing it.
https://github.com/otland/forgottenserver/blob/master/src/player.cpp#L3864
https://github.com/otland/forgottenserver/blob/master/src/const.h#L528-L529

That should get you going.

I need a teacher to learn this things that i have NO IDEA how works.
Thanks for all but a noob cant learn this kind of stuff from nowhere. This codes are NOT for newbies.

If some good sould could explain me better, i would be gratefull.

Thanks.
 
I need a teacher to learn this things that i have NO IDEA how works.
Thanks for all but a noob cant learn this kind of stuff from nowhere. This codes are NOT for newbies.

If some good sould could explain me better, i would be gratefull.

Thanks.

We are talking about math pretty much..
A = 1000
B = A + 1000
ID = 27

storage id = B + id
Result: 2027.
 
Back
Top