EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   Bane damage (https://www.eqemulator.org/forums/showthread.php?t=33399)

Shamanistik08 04-26-2011 04:08 AM

Bane damage
 
Hi there,

Just a question, I was wondering if it was possible to create a bane damage : Froglok weapon, and if it's possible, how exactly.

Thanks !

ChaosSlayerZ 04-26-2011 11:17 AM

update items set banedmgrace=Z, banedmgraceamt=10 where id=X;

this will add 10 points of Bane damage to weapon id X, for race # Z

Secrets 04-26-2011 11:31 AM

Quote:

Originally Posted by ChaosSlayerZ (Post 198956)
update items set banedmgrace=Z, banedmgraceamt=10 where id=X;

this will add 10 points of Bane damage to weapon id X, for race # Z

Keep in mind you have to use the bane races list.

http://www.eqemulator.net/wiki/wikka...ka=BodyTypList

ChaosSlayerZ 04-26-2011 11:57 AM

thats actually list of BODY types.
for the sql command I gave him, he can use actual RACES - like Gnollslayer

http://common.allakhazam.com/images/...cc9bf9eefe.png

to make a body type bane weapon he will need:

update items set banedmgbody=Z, banedmgamt=10 where id=X;

where Z is the type of the body from your list

Secrets 04-26-2011 12:06 PM

Quote:

Originally Posted by ChaosSlayerZ (Post 198959)
thats actually list of BODY types.
for the sql command I gave him, he can use actual RACES - like Gnollslayer

http://common.allakhazam.com/images/...cc9bf9eefe.png

to make a body type bane weapon he will need:

update items set banedmgbody=Z, banedmgamt=10 where id=X;

where Z is the type of the body from your list

Wasn't aware of that; I assumed they removed the races from the client as strings and thus they used bodytypes. Maybe that changed in titanium.

edit: it did. My bad; I don't know if we have support for bane race being a uint32, i'll have to look at that too, since items like Hammer of the Gnoll Slayer use a race ID above 255.

Shamanistik08 04-26-2011 12:54 PM

Thanks, I've located that in navicate, but since there is 3 fields I wasn't really sure.

Another point if I may.. I check the table over and over.. but how can I change the look of a weapon or Shield, I see material, but it seems to only work for armors, the weapons have a 0 in that column.

Any clue? thanks in advance :)

ChaosSlayerZ 04-26-2011 05:04 PM

4 actually:
banedmgrace and banedmgraceamt for bane by race
banedmgbody and banedmgamt for bane by body type (like animal)

to change weapon look, you need to change column called IDfile
there is a weapon model encyclopedia that was put together by George, which shows Ids for all weapon models

Shamanistik08 04-27-2011 06:01 AM

Quote:

Originally Posted by ChaosSlayerZ (Post 198973)
4 actually:
banedmgrace and banedmgraceamt for bane by race
banedmgbody and banedmgamt for bane by body type (like animal)

to change weapon look, you need to change column called IDfile
there is a weapon model encyclopedia that was put together by George, which shows Ids for all weapon models

Aye noticed that for the bane, and am stupid.. you can do it with GeorgeS item editor.. *bonk self*

For the number to change weapon, armor, or shield, I have the encyclopedia, was just not sure where to put that number, thanks a lot ! :)


All times are GMT -4. The time now is 01:47 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.