• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

Spellbutton problem

Status
Not open for further replies.
Level 4
Joined
May 8, 2007
Messages
70
Servus

i have a problem.... very simple but i dont get it :cry:

I have a Spellbook... 12 Positions ( 4 horizontal and 3 vertical)
Know i want add 12 Spells in this spellbook. I go Object Editor and there i can change the Position of a button
( I:Art - Position Button - Normal X and I:Art - Position Button - Normal Y )
BUT X goes only to 3 and Y only to 2

Know i need help with the correct number at position X and position Y, that i get my 12 spells in this Spellbook.
(I try it alot of time but sometimes the Button is at the wrong position or sometimes theres no button)

I want it do like:
Level1 spell: 1 line, postion1 / Level2 spell: 1 line, position2/Level3 spell: 1 line, position3/ Level4 spell: 1 line, Position4
 
Level 11
Joined
Aug 25, 2006
Messages
971
This is how it works.
- = empty
x = spell

At 0,0
x---
----
----
At 1,1
----
-x--
----
----
At 3,0
---x
----
----
----
At 0,2
----
----
---x

I'm almost certain thats the way it works, correct me if I'm wrong.
 
Level 4
Joined
May 8, 2007
Messages
70
It don´t work... but i try to explain it:

I create a Spellbook there are 12 slots. Know i have 4 spells (more come later)
Spell1: Elvendis Heal / X=0 - Y=0
Spell2: Poisenbolt / X=1 - Y=0
Spell3: Battlecry / X=2 - Y=0
Spell4: Roots / X=3 - X=0

So know the Spellbutton must be:
1 2 3 4
- - - -
- - - -
- - - -

But when i open the Spellbook it is:
3 2 1 -
- - - -
- - - -
- - - -

And this meens, that X=0 - Y=0 CANT be:
X - - -
- - - -
- - - -
- - - -

Or i understand something wrong? :confused:
 
I hope you'll understand this illutration, then! :pal:
 

Attachments

  • Button position.jpg
    Button position.jpg
    45.6 KB · Views: 147
Level 11
Joined
Aug 25, 2006
Messages
971
I think he understands placement.
Try putting the spells in the spell book in the order you want them to appear. Sometimes the order of the spell in the book determines the order in the game.
 
Level 4
Joined
May 8, 2007
Messages
70
Ok here iam..

i try mutch u say and i dont get it...

http://www.epicwar.com/maps/35451/ <link update>
here Upload this testmap...
I have add 6 abilitys with the correct X/Y
So open this map, test it and open the Spellbook and you would see, thats wrong what u say here.

Or maybe iam to stupid and i do it wrong, but i dont know what :confused:
 
Level 4
Joined
May 8, 2007
Messages
70
Hmm i see only some changes but still it doesn´t work...

When i open the Spellbook i see only 4 Spell... and at the first position was spell4 etc

or can this be a bug with my Warcraft? :eekani:
 
Status
Not open for further replies.
Top