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

Bug NPC

keilost

Member
Joined
Aug 4, 2012
Messages
63
Reaction score
12
Location
Brazil
Someone can help me?
6zv1.png


Script of npc:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<npc name="Master Vip Seller" script="data/npc/scripts/default.lua" walkinterval="2000" floorchange="0">
	<health now="100" max="100"/>
	<look type="128" head="114" body="114" legs="91" feet="0" addons="3"/>
	<parameters>
		<parameter key="module_shop" value="1"/>
		<parameter key="shop_buyable" value="Master Backpack,11244,50000;Master Vip Shield,7460,5000000;Master Vip Sword,2446,10000000;Master vip staff,2453,10000000;Master Vip Crossbow,8849,10000000;Master Vip Club,7432,10000000;Master vip arrow,12716,10000000;Master vip axe,2447,10000000"/>
	</parameters>
1</npc>

Script of the item in item.xml:
Code:
	<item id="12716" article="a" name="Master Vip Arrow" plural="Master Vip Arrows">
		<attribute key="weight" value="80" />
		<attribute key="slotType" value="ammo" />
		<attribute key="attack" value="300" />
		<attribute key="maxHitChance" value="90" />
		<attribute key="weaponType" value="ammunition" />
		<attribute key="ammoType" value="bolt" />
		<attribute key="shootType" value="sniperarrow" />
		<attribute key="ammoAction" value="removecount" />
	</item>
 
Bug??? No is bug..

Master Vip Sword,2446,10000000;

Since the sale of the same amount (10000000), however you can not see because, as the name of the item is too large, no is visible the complete value.

Sorry my english, I'm Brazilian.
 
Hello, I am brazillian too but you don't understand the problem..
Look, the name of item is Master Vip Arrow, but when i look the item it says "sniper arrow", the ID is correct, in items.xml is correct too..
 
Obrigado Keilost. Não vi o look da bagaça. rsrsrsrs Ele somente posto a imagem, e não diretamente a dúvida, achei que fosse a bagaça do preço... rsrsrsrs
 
yea , you need to fix it in npc script..


search for master vip arrow.
then edit ..

if this ^ didnt work
Go you your DATA-folder *use search* and search now sniper arrow, then delete or edit it.


REP ++ PLEASE !!
 
Back
Top