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

OTClient NPC addons list with numbers please

Nyarl666

Member
Joined
Sep 25, 2022
Messages
63
Reaction score
7
I am looking for a list with addon numbers for NPCs for 10.98 version of client. Those that can be entered here:
<?xml version="1.0" encoding="UTF-8"?>
<npc name="Sorcerer Ferumbras" script="magic shop.lua" walkinterval="2000" floorchange="0">
<health now="100" max="100" />
<look type="634" head="0" body="113" legs="113" feet="114" addons="0" />

I need sorcerer hat xD But list with all addons will be wery helpful. THX :)
 
I'm not 100% sure what you were asking but I think this it.
XML:
<look type="153" head="78" body="88" legs="0" feet="88" [B]addons="0"[/B]/><!-- 0 -->
NPC_No_Addons.png
XML:
<look type="153" head="78" body="88" legs="0" feet="88" [B]addons="1"[/B]/><!-- 1st -->
NPC_1st_Addon.png
XML:
<look type="153" head="78" body="88" legs="0" feet="88" [B]addons="2"[/B]/><!-- 2nd -->
NPC_2nd_Addon.png
XML:
<look type="153" head="78" body="88" legs="0" feet="88" [B]addons="3"[/B]/><!-- 1st & 2nd -->
NPC_Both_Addons.png
EDIT: The hat for Conjurer outfit is 2. And to elaborate
addons="Addon_Number" 0 means no addons, 1 means the first addon only, 2 means the second addon only and 3 means both addons or "full outfit" Hope that helped.
 
Last edited:
I'm not 100% sure what you were asking but I think this it.
XML:
<look type="153" head="78" body="88" legs="0" feet="88" [B]addons="0"[/B]/><!-- 0 -->
View attachment 71098
XML:
<look type="153" head="78" body="88" legs="0" feet="88" [B]addons="1"[/B]/><!-- 1st -->
View attachment 71099
XML:
<look type="153" head="78" body="88" legs="0" feet="88" [B]addons="2"[/B]/><!-- 2nd -->
View attachment 71100
XML:
<look type="153" head="78" body="88" legs="0" feet="88" [B]addons="3"[/B]/><!-- 1st & 2nd -->
View attachment 71101
EDIT: The hat for Conjurer outfit is 2. And to elaborate
addons="Addon_Number" 0 means no addons, 1 means the first addon only, 2 means the second addon only and 3 means both addons or "full outfit" Hope that helped.
Yes, thank you!
 
Last edited:

Similar threads

Back
Top