how i can edit stats of items - weapons ?

12/26/2014 11:22 vengards#1
hello guys ..


i have a big problem ingame
my game was d12 and i do it d11
now mobs 110 droping items 110 this items stats is same power - immortatlty
nova - power is nothing in server


can anyone help me to explain to me

how i can change stats of weapon - items

explain : if power stats > magic 4500 - 5500 - phy 1500 - 2500

how i can change magic to 4700 - 5700 phy to 1700 - 2700

..............

or how i can change 102-110 items to 101 items with same stats 101

i can't delete it cuz i have players ingame and they have items with high plus and blues ..

w8ing answer ..
regards :)
12/26/2014 21:18 magicanoo#2
_RefObjItem

You'll find the magic/physic damage values there. Don't forget to edit itemdata files in the media.
12/27/2014 09:42 vengards#3
i don't find phy - mag it refobjitem only lvl ..

u can explain to me which on in the table ?

or show me screen ..

ty
12/27/2014 10:31 WickedNite.#4
Quote:
Originally Posted by vengards View Post
i don't find phy - mag it refobjitem only lvl ..

u can explain to me which on in the table ?

or show me screen ..

ty
Get the Link ID of an item from refobjcommon, I got for example from d10 som blade(link ID = 2355), then search for it in RefObjItem and there you'll find everything.

[Only registered and activated users can see links. Click Here To Register...]
12/27/2014 18:00 Dracula Untold#5
USE [SRO_VT_SHARD]
GO

/****** Object: Table [dbo].[Modified_wepons] Script Date: 01/06/2013 22:08:40 ******/
SET ANSI_NULLS ON
GO

SET QUOTED_IDENTIFIER ON
GO

SET ANSI_PADDING ON
GO

CREATE TABLE [dbo].[Modified_wepons](
[CodeName] [varchar](150) NULL,
[LinkID] [varchar](150) NULL,
[percent] [varchar](150) NULL,
[date] [varchar](150) NULL
) ON [PRIMARY]

GO

SET ANSI_PADDING OFF
GO




Try to find this program on Epvp / Wepon Stat Editor (WSE)
12/27/2014 18:10 vengards#6
thanks dude i find it
but ..
1. i drop staff fight d11 and check the stats but not the same stats in refobitem
2.if i want change the mag - phy which one in this line ?

Quote:
Originally Posted by OwnerDracula View Post
USE [SRO_VT_SHARD]
GO

/****** Object: Table [dbo].[Modified_wepons] Script Date: 01/06/2013 22:08:40 ******/
SET ANSI_NULLS ON
GO

SET QUOTED_IDENTIFIER ON
GO

SET ANSI_PADDING ON
GO

CREATE TABLE [dbo].[Modified_wepons](
[CodeName] [varchar](150) NULL,
[LinkID] [varchar](150) NULL,
[percent] [varchar](150) NULL,
[date] [varchar](150) NULL
) ON [PRIMARY]

GO

SET ANSI_PADDING OFF
GO




Try to find this program on Epvp / Wepon Stat Editor (WSE)

why i have to creat new table ?
12/27/2014 23:31 magicanoo#7
You must change the stats in the MEDIA.PK2 side too. If you changed the database-side only, you will not see the new numbers ingame, but the damage done will be calculated according to the database values.
12/28/2014 04:26 WickedNite.#8
Quote:
Originally Posted by vengards View Post
thanks dude i find it
but ..
1. i drop staff fight d11 and check the stats but not the same stats in refobitem
2.if i want change the mag - phy which one in this line ?




why i have to creat new table ?
How in god's name you want to change physical attack on a staff?....whatever, if you don't get it even now then you're hopeless.

3988-4874 represents current mag attack at +0 with 0% stats.
4220-5158 represents max mag attack at +0 with 100% stats.
the rest you can figure it out yourself(hopefully)
[Only registered and activated users can see links. Click Here To Register...]
12/28/2014 17:28 vengards#9
really very thanks bro for ur helpful <3

but last question which file in itemdata i can edit it ?
12/28/2014 18:12 WickedNite.#10
Quote:
Originally Posted by vengards View Post
really very thanks bro for ur helpful <3

but last question which file in itemdata i can edit it ?
RefObjCommon ID = itemdata number.

If an item has 4388 refobjcommon ID then you edit it in itemdata5000
12/28/2014 21:30 vengards#11
really very thanks bro you helped me much <3