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

[HELP] 2 scripts help

perdigs

New Member
Joined
Aug 22, 2010
Messages
114
Reaction score
1
How can i increase or decrease the distance from the summon between me ?
My summon get 1 sqm from distance for me how to change to 0 ?

And how to change the box of npcs the value of money in npc

on say trade to npc open one box in the right of the screen and this box contains item name, value(gold coins), and weight(in oz)

how to change the gold coins to yenes

im search the source to edit this but im not found....
Thks:D

Srry for the english....:(
 
To change from gold coins to some other form of currency you can change its value in items.xml:
XML:
<attribute key="worth" value="1" />

As for the distance of your summons, I believe it is in the sources (either creature or player, can't remember) and is almost as simple as changing the number.

Good luck.
 
To change from gold coins to some other form of currency you can change its value in items.xml:
XML:
<attribute key="worth" value="1" />

As for the distance of your summons, I believe it is in the sources (either creature or player, can't remember) and is almost as simple as changing the number.

Good luck.

Sorry but u understand
in npc open a box of buyable and sellable item and in this the name gol coins appear
i need to change this, in the sources...
 
Back
Top