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

Lua Cannot Buy Wayfarer Addons?

Alyhide

Banned User
Joined
Aug 21, 2010
Messages
1,945
Reaction score
55
Location
Switzerland
Hello, I want to know how I can buy Wayfarer Addons.. I went to Varkhal (Addon Seller) and bought the addons, it gave me all of them except wayfarer.

Please Help.
 
If you use the addoner which sells first and second addon sets, then you must update 000-constant.lua with the 2 new outfit (looktype) IDs:
LUA:
maleOutfits = {128, 129, 130, 131, 132, 133, 134, 143, 144, 145, 146, 151, 152, 153, 154, 251, 268, 273, 278, 289, 325, 328, 335, 367}
femaleOutfits = {136, 137, 138, 139, 140, 141, 142, 147, 148, 149, 150, 155, 156, 157, 158, 252, 269, 270, 279, 288, 324, 329, 336, 366}
 
Back
Top