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

Sprite Wand

What would you like more?


  • Total voters
    9
  • Poll closed .

Martiimeus

●тнυg●ℓιƒє● ρα¢ 4 єνєя
Joined
Feb 3, 2009
Messages
500
Reaction score
1
Location
gєямαηу
Hello Guys,

Im searching and searching, but I can't find a script to do this Sprite Wand (Arcane Staff)

I want that this Arcane Staff /\ *Sprite Wand* shoot's frozen starlights


Please help me:thumbup:
 
PHP:
<wand id="ID" level="LVL" mana="MANA" min="HIT min" max="HIT max" type="type" event="function" value="default">

<vocation name="Vocation"/>
	</wand>
 
Thank you very much, I will give ya rep++ !!

PHP:
<wand id="ID" level="LVL" mana="MANA" min="HIT min" max="HIT max" type="type" event="function" value="default">
 
<vocation name="Vocation"/>
    </wand>

But where should I add this lua. file?xD


Can you post me that what I have to do? :D:thumbup:
 
Last edited by a moderator:
data/weapons/weapons.xml

Code:
<wand id="2184" level="1" mana="13" min="550" max="650" type="death" event="function" value="default">
                <vocation name="Druid"/>
                <vocation name="Sorcerer"/>
                <vocation name="Witcher"/>
                <vocation name="Priest"/>

        </wand>
 
Well, thank you mate!

Should I make a lua. file?
 
Last edited by a moderator:
Try without .lua file.
If it doesnt work, i'll make lua file for u then.
 
Okay thank ya *again* hehe

It doesnt works!!!!

16:23 You see a sprite wand.
It can only be wielded properly by druids, sorcerers, paladins, knights, elder druids, master sorcerers, royal paladins and elite knights of level 110 or higher.
It weighs 40.00 oz.
ItemID: [2453].
Position: [X: 230] [Y: 507] [Z: 9].

If I want attack some1 I cant! I must be beside him to attack him :S and 2. This Sprite shoots spears with the same effect as the wand of decay, please help :S
 
Last edited by a moderator:
Take this: in items.xml for Arcane Staff

Code:
<item id="2453" article="an" name="sprite wand">
            <attribute key="weight" value="2500"/>
            <attribute key="description" value="What u want."/>
            <attribute key="weaponType" value="wand"/>
            <attribute key="shootType" value="smallice"/>
            <attribute key="range" value="7"/>

and next in weapons.xml

Code:
<wand id="2453" level="10" mana="20" min="400" max="600" type="ice" event="function" value="default"> <!-- Sprite Wand -->
            <vocation name="Sorcerer"/>
            <vocation name="Master Sorcerer"/>
            <vocation name="Druid"/>
	    <vocation name="Elder Druid"/>

i dont now this if this work in weapons type="ice or smallice" :)
 
Well thank ya, I will try this out :)

Yea thank you it works, but it shoots like the hailstorm rod, I want that this wand shoots frozen starlights :D It's possible to do that?
 
Last edited by a moderator:
Just change in the script which Bloumer posted "Smallice" and "Ice" to "Death"
 
This does not work, lmao! With ,,death" My wand is shooting like a spear and the wand of decay at the same time, >_<
 
Try adding the ID of the frozen starlight instead of "smallice" and replace "ice" with death.
 
Hahaha, fail! Look at this picture <_<
attachment.php



Shooting with a spear!

some1 should gimme an answer
 
Last edited by a moderator:
Can you tell me how much you want it too do (hit min and max)
The distance the to attack the enemy, the effect you want and the vocations that can use it and then i can make it for ya.
 
I will make you a script then, because now i'm not at home

Well, It would be nice.

Thank ya bro :D:thumbup:

Can you tell me how much you want it too do (hit min and max)
The distance the to attack the enemy, the effect you want and the vocations that can use it and then i can make it for ya.

Sorry but I have this sprite wand already, the only one thing that I need is that this wand shoots little frozen starlights :blink:

But I dont know how to do this sh'' :(

If you want to have this wand, go to the previous page:thumbup:
 
Last edited by a moderator:
Sorry but I have this sprite wand already, the only one thing that I need is that this wand shoots little frozen starlights :blink:

But I dont know how to do this sh'' :(

If you want to have this wand, go to the previous page:thumbup:

That type of shooteffect was already updated, try using "energy".

Hope I helped.
 
Well, I cant check it out cuz' I cant import the shemamysql to my database, if Im clicking on ,,import'' it brings me always to the start :( fuck!
 
Umm i dont know what write to shoot with frozen starlight but did someone now how make this wand shoots np. fire , energy and fire? I mean this wand will be shoot everytime other attack. Idk how make this.
 
the "black frozen starlight" animation was replaced in a tibia update by the new sudden death ani. As was the blue energy version. You need to edit sprites to get it to work
 
Back
Top