Likes: 0
Results 11 to 20 of 26
-
20-08-10, 03:00 PM #11
Register to remove this adAbout the SQL can't be sure, I've not really used Mangos much with DBs. There must be a way, but I'm not 100% sure, I'll have a look if you like.
› See More: Need help with C++ changing stamina health bonus, PLS look
-
20-08-10, 03:27 PM #12
Sure I mean if you could find something, dont trouble yourself too much on my account lol Ill check around more too.
Kandi
-
20-08-10, 04:27 PM #13
Shouldn't be to hard to find it, I'll google it now quickly.
I think this may work:
Code:UPDATE TABLENAME SET field1=NEWVALUE
named in Mangos. Then, change "Field1" to whatever the extended cost field
name is, it may be "ExtendedPrice". Then change "NEWVALUE" to the ID of the
token.
e.g.
Code:UPDATE Items SET ExtendedPrice=1234
Last edited by Avidgamer; 20-08-10 at 04:33 PM.
-
20-08-10, 07:20 PM #14
OMG, worked beautifully every single item in my database is Bind on Equip now thanks you so much...to tell you the truth I was kind of expecting something to go horribly wrong so I created a backup of my mangos DB lol
Thank you so much though, ill rep you when I can...I just need to find someone else that is repworthy first so I can rep you again lol
Kandi <3Last edited by kandi; 20-08-10 at 07:30 PM.
-
20-08-10, 07:36 PM #15Code:
Update `item_template` set `type` = ID where `type` = ID;
Something like that, i dont know the values to make it BoE. Go huntNo touching please.
-
20-08-10, 07:57 PM #16
-
20-08-10, 09:15 PM #17
yeah so if anyone else wants to know the sql query is
Code:UPDATE Item_template SET bonding = 2
Credits to AvidGamer for the structure lolLast edited by kandi; 21-08-10 at 01:15 AM.
-
22-08-10, 01:34 PM #18
Ok guys, another question, I edited all of the items in my db to have X100 spell power and all that fun stuff, I just made a priest and equipped an Item set (which has a combo of 66400 SP) but even with all that my crits are only 13k... Is there a reason that its doing this?
(I changed all the core stuff back to normal and deleted my WDB from my cache folder)
Kandi
-
22-08-10, 06:22 PM #19
Could just be your core is not very good, you're using arcemu or mangos?
-
23-08-10, 01:11 AM #20
Register to remove this adMaNGOS of corse tis the best lol