• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

How to remove addons from a character

soxuru

New Member
Joined
Feb 20, 2009
Messages
11
Reaction score
0
I tried checking the SQL database but seems there's nothing about addons (just "lookaddon" but that's not what I want)

Is there a function or something to do so? Maybe a script with a function similar to "doPlayerRemoveAddons" ?

Thanks!
 
Last edited:
you should use [an] for a / e / i / o / u


well and now to the script, my friend got a script like this one but hes offline in msn - messenger so I decided to bump another thread to get such a script.. why you dont go and search for?
 
I know, I bumped that thread aswell but I though that creating a new thread would be better :p

Btw what you ment with "you should use [an] for a / e / i / o / u" ? I didn't get it
 
well you said [ 'Maybe an script with']


you should use an maybe by: this is [an a]wesome tool this is [an i]diot
this is [an o]fficial tested *blablabla* and so on... only by vocals, vocals like a, e , i , o, u... never heard 'bout them?^^
 
You right, I didn't notice I made that mistake. Anyway, my born language is not english, so don't blame me ^.- xd I knew that, I just didn't pay attention when I wrote the thread.

Anyway, BUMP!
Still looking for a script or a way to remove addons from a character!!
 
Mhhh.. where you come from then?

by the way.. did you tested it already with *phpmyadmin* to remove this shit? I mean did you tested it with your database already?
 
Venezuela.

I don't use phpmyadmin, I edit the database with SQLite, and as far as I saw, there's nothing about addons (just the "lookaddons" as I mentioned above).

As I'm testing an addon script, I really need this, because I don't want to create a new character for every test I do, and even if there're other ways to avoid creating new characters while testing, It would be amazingly helpful to remove the addons instantly, the same way they are added.
 
Nvm, trying and trying I found the function.. its doPlayerRemOutfit(cid,looktype,addon)

There u got, Martiimeus ;)


Now the thing is.. how to remove the addons of ALL the outfits?? Its kinda long to write every looktype u.u

EDIT: Nvm I did it too, with a list of looktypes.
 
Last edited:
Back
Top