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

AAC Help Show Character Outfit on Manage Account

mark45

New Member
Joined
Jan 8, 2016
Messages
13
Reaction score
0
Website: Modern Aac
Using Google Translate

I would like some help or if anyone has a script ready.

I found on the internet a script "Online Players" and "Character View" with outfit, I adapted the script to do the same in the top 5, but using the same code I couldn't do the same in manage account.

The outfit appears, but takes the outfit of a single player, eg the last created, or the strongest character in DB Players.

So I wanted to know how to make the script pull the account information to identify the specific player to pull the looktype

To show the outfits, it works +- like this:
HTML:
<img src="/public/outfits/outfit/'. $"money_chr['looktype']" .'_2_0_0.png">
money_chr['looktype']
"money_chr['looktype']" = variable that calls outfit id, I've tried using other methods, but without success.

where "Money_chr" would be where the outfit id that is in the folder would be, then the outfits would be +- so "1_2_0_0.png" the id the script would take from the player's loktype.

Depending on how I set the query, it pulls from the strongest or the weakest, or from the last player created etc, instead of showing the outfit referring to the name as it appears in the image:
manageaccountoutfit.PNG
top5playersoutfit.PNG

I would be grateful if someone can help me
 
Back
Top