Re: Script for mana stones
Posted: Sun Nov 04, 2012 11:17 am
Ah thats simple enough
thanks

What script?kilbord wrote:i used script bought the items but didn't make mana stones how can i fix that?
Code: Select all
<?xml version="1.0" encoding="utf-8"?><waypoints>
<!-- # 1 --><waypoint x="-17157" z="-24295" y="737">
player:openStore(Faia Yarding)
store:buyItem(Sublime Belt, 10)
</waypoint>
<!-- # 2 --><waypoint x="-17078" z="-24272" y="738"> </waypoint>
<!-- # 3 --><waypoint x="-16994" z="-24257" y="736"> player:openStore(Iha Janna)
store:buyItem(Random Fusion Stone, 10)
</waypoint>
<!-- # 5 --><waypoint x="-17101" z="-24262" y="737">
</waypoint>
Fusion_Config(setting, value)
Fusion_MakeMaxManaStones(_maxManaStoneLevel)
</waypoints>
Code: Select all
<?xml version="1.0" encoding="utf-8"?><waypoints>
<!-- # 1 --><waypoint x="-17157" z="-24295" y="737">
player:openStore("Faia Yarding")
store:buyItem("Sublime Belt", 10)
</waypoint>
<!-- # 2 --><waypoint x="-17078" z="-24272" y="738"> </waypoint>
<!-- # 3 --><waypoint x="-16994" z="-24257" y="736"> player:openStore("Iha Janna")
store:buyItem("Random Fusion Stone", 10)
</waypoint>
<!-- # 5 --><waypoint x="-17101" z="-24262" y="737">
</waypoint>
Fusion_Config("speed", 0.2)
Fusion_MakeMaxManaStones(6) -- Make tier 6 stones
</waypoints>
Code: Select all
<!-- # 5 --><waypoint x="-17101" z="-24262" y="737">
Fusion_Config("speed", 0.2)
Fusion_MakeMaxManaStones(6) -- Make tier 6 stones
</waypoint>
Code: Select all
<?xml version="1.0" encoding="utf-8"?><waypoints>
<!-- # 1 --><waypoint x="-17157" z="-24295" y="737">
player:openStore("Faia Yarding")
store:buyItem("Sublime Belt", 10)
</waypoint>
<!-- # 2 --><waypoint x="-17078" z="-24272" y="738"> </waypoint>
<!-- # 3 --><waypoint x="-16994" z="-24257" y="736"> player:openStore("Iha Janna")
store:buyItem("Random Fusion Stone", 10)
</waypoint>
<!-- # 5 --><waypoint x="-17101" z="-24262" y="737">
Fusion_MakeMaxManaStones(6) -- Make tier 6 stones
</waypoint>
</waypoints>