
Spell Sprites
-
- Loyal fan
- Posts: 391
- Joined: Sat Mar 26, 2005 12:41 am
i have created new spells but i am wanting to put a graphic on it
graphics arnt working... i do have source so if dose have any thing to do with source i could do it. would you help me?

<img src='http://freewebs.com/trickro/70s.png' border='0' alt='user posted image' /><img src='http://freewebs.com/trickro/70s2.jpg' border='0' alt='user posted image' />
Code: Select all
magic = 94 Earth-Shock-Wave 30 0 0 200 2 2 9 1 20 10 8 16 0 0 0 300 75000 1 1
-
- Loyal fan
- Posts: 391
- Joined: Sat Mar 26, 2005 12:41 am
thx .... but lets say i made the spell mass blizz.. the typ number is same as blizz... and i still have no sprite
.. how can i fix that??? or dose the number have to be diffrent....

<img src='http://freewebs.com/trickro/70s.png' border='0' alt='user posted image' /><img src='http://freewebs.com/trickro/70s2.jpg' border='0' alt='user posted image' />
-
- Loyal fan
- Posts: 423
- Joined: Thu Apr 07, 2005 7:53 pm
if you set a Magic spells type # too an already existing one it should work. But if you wanna add new types search game.cpp for magic effects and write your own (which is hard as shit mind you).marleythe9 wrote: thx .... but lets say i made the spell mass blizz.. the typ number is same as blizz... and i still have no sprite.. how can i fix that??? or dose the number have to be diffrent....
<img src='http://www.bleachportal.net/interactive ... irjjkt.jpg' border='0' alt='user posted image' /><br><img src='http://www.hazegfx.com/UserBanners/Slipknot%20Fan.jpg' border='0' alt='user posted image' /><br><img src='http://www.hazegfx.com/UserBanners/UT2004%20Player.jpg' border='0' alt='user posted image' /><br><img src='http://www.hazegfx.com/UserBanners/AC%20DC%20Fan.png' border='0' alt='user posted image' /><br>
-
- Loyal fan
- Posts: 391
- Joined: Sat Mar 26, 2005 12:41 am
hmmmm thx for help... ill keep messing with it
see what happens.. ill try diffrent Typ numbers
right now i temp got rid my mass blizz and whent back orginal spells but .... i have one new spell this is what it is
.... it has no graphics tho
.. plus i dont htink its healing every one in the half screen like its supos too....
... help me fix spell?.

right now i temp got rid my mass blizz and whent back orginal spells but .... i have one new spell this is what it is


I used great heal to make it.... and just changed the name.. the magic number and the heal amount... also i changed the rang... so it would heal more then just area you click.. ya knowmagic = 3 Party-Heal 2 0 0 85 5 5 7 10 20 0 0 0 0 0 0 85 500 0 0

<img src='http://freewebs.com/trickro/70s.png' border='0' alt='user posted image' /><img src='http://freewebs.com/trickro/70s2.jpg' border='0' alt='user posted image' />
-
- Loyal fan
- Posts: 423
- Joined: Thu Apr 07, 2005 7:53 pm
lol if that spell is working like you think it would heal everyone (including enemys) in that area.marleythe9 wrote: hmmmm thx for help... ill keep messing with itsee what happens.. ill try diffrent Typ numbers
right now i temp got rid my mass blizz and whent back orginal spells but .... i have one new spell this is what it is.... it has no graphics tho
.. plus i dont htink its healing every one in the half screen like its supos too....
I used great heal to make it.... and just changed the name.. the magic number and the heal amount... also i changed the rang... so it would heal more then just area you click.. ya knowmagic = 3 Party-Heal 2 0 0 85 5 5 7 10 20 0 0 0 0 0 0 85 500 0 0... help me fix spell?.
One thing you gotta make sure is that its not usuing a already used magic ID like that spell is usuing magic ID 3 and if another spell has the same ID your HG wont start correctly and you will get magic.cfg error so make sure of that.
Really you cant change the effect of any spell unless you code a new type.
In the magic.cfg you can only change how strong the effect is and its area(not sure about its area).
Basically if you want completely new spells (like that party-heal) start learning C++ code and write your own.
<img src='http://www.bleachportal.net/interactive ... irjjkt.jpg' border='0' alt='user posted image' /><br><img src='http://www.hazegfx.com/UserBanners/Slipknot%20Fan.jpg' border='0' alt='user posted image' /><br><img src='http://www.hazegfx.com/UserBanners/UT2004%20Player.jpg' border='0' alt='user posted image' /><br><img src='http://www.hazegfx.com/UserBanners/AC%20DC%20Fan.png' border='0' alt='user posted image' /><br>
-
- Loyal fan
- Posts: 391
- Joined: Sat Mar 26, 2005 12:41 am
hmmm ill mess with it i guess
<img src='http://freewebs.com/trickro/70s.png' border='0' alt='user posted image' /><img src='http://freewebs.com/trickro/70s2.jpg' border='0' alt='user posted image' />