Spell Sprites

Discussion about Helbreath Server Files.
Post Reply
marleythe9
Loyal fan
Posts: 391
Joined: Sat Mar 26, 2005 12:41 am

Post by marleythe9 »

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' />
Dyno
Regular
Posts: 68
Joined: Wed May 25, 2005 2:54 am

Post by Dyno »

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
The first # "Type" is what type of sprite will be assigned to that spell, Now if your asking how to add a sprite to the HG server, That I dont know. And I havent seen anyone who does....Yet ...
marleythe9
Loyal fan
Posts: 391
Joined: Sat Mar 26, 2005 12:41 am

Post by marleythe9 »

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' />
Slipknight
Loyal fan
Posts: 423
Joined: Thu Apr 07, 2005 7:53 pm

Post by Slipknight »

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....
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).
<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>
Dyno
Regular
Posts: 68
Joined: Wed May 25, 2005 2:54 am

Post by Dyno »

Depends really on what your trying to add, in his case hes just trying to use a existing type, I have seen 1 thing that blizzard is very touchy on which magic # it is. Same with ESW
marleythe9
Loyal fan
Posts: 391
Joined: Sat Mar 26, 2005 12:41 am

Post by marleythe9 »

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....
magic = 3  Party-Heal                2  0    0    85        5  5          7 10 20    0 0 0    0  0  0        85 500  0        0
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 know :)... help me fix spell?.
<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' />
Slipknight
Loyal fan
Posts: 423
Joined: Thu Apr 07, 2005 7:53 pm

Post by Slipknight »

marleythe9 wrote: 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....
magic = 3  Party-Heal                2   0     0     85         5  5          7 10 20    0 0 0     0  0  0         85 500   0         0
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 know :)... help me fix spell?.
lol if that spell is working like you think it would heal everyone (including enemys) in that area.

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>
marleythe9
Loyal fan
Posts: 391
Joined: Sat Mar 26, 2005 12:41 am

Post by marleythe9 »

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' />
Post Reply