Forum

> > CS2D > Scripts > [Tibia]-Magic Wand
Forums overviewCS2D overview Scripts overviewLog in to reply

English [Tibia]-Magic Wand

5 replies
To the start Previous 1 Next To the start

old [Tibia]-Magic Wand

Ryden
User Off Offline

Quote
Hey all us players,

Sorry about this thread i know some of you don't like tibia luas...

Question : How do I make Wands with magic?

I just had an Items named Wizard Wand, the Items id is 75 for snowballs,

But when I use it in-Game of course i just see my player throwing snowball but,

I want to change that snowball to Fire spell or Ice spell...
How do I do?

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[7000] = {
          name = "Wizard Wand", 
          desc = "Very PowerFull Stick.", 
          r = 255, g = 255, b = 255, 
          action = "equip", 
          slot = 3, 
          twohand = false, 
          eimage = "gfx/weiwen/UchiwaTibia/wand9.png", 
          fimage = "gfx/weiwen/UchiwaTibia/wand9.png", 
          offsety = 9,
          equip = 75,
          scalex = 0.5,
           scaley = 0.5,
          atk = 25, 
          speed = -1, 
          func = equip,

By the way I want to know how to modify gfx size but wand gfx is too big than my Player I want to make it fit to my player I tried by adding these too codes but nothing happens...

1
2
scalex = 0.5,
scaley = 0.5,


Thanks,
-MaskedØbïtø

old Re: [Tibia]-Magic Wand

Masea
Super User Off Offline

Quote
user Ryden has written
By the way I want to know how to modify gfx size but wand gfx is too big than my Player I want to make it fit to my player I tried by adding these too codes but nothing happens...

1
2
scalex = 0.5,
scaley = 0.5,
You could have tried a basic graphic programs to scale such.

old Re: [Tibia]-Magic Wand

Ryden
User Off Offline

Quote
@user Masea: Thank you it works

@user Joni And Friends: I had this lua script on my computer and I tried to had it to my tibia but it was too hard lol my screen goes blue for some reason

But I'll try again

old Re: [Tibia]-Magic Wand

Ryden
User Off Offline

Quote
@user Ajmin: ohh i can't understand what to do
Can you explain it please?

Any More Helps please??? waiting from too long time
edited 1×, last 04.09.17 11:27:46 pm
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview