How add item in donate section?

Status
Not open for further replies.
Newbie Spellweaver
Joined
Mar 13, 2006
Messages
14
Reaction score
0
hey someone can help me how to add p2p items into the back account ?
i need to know how to set stats on those items and how to put them...

thank you....
 
open your Enterprise Manager.
select your DB , such as seven_ORA , or SHO
right click on a table > Open table > Query

and just paste that query inside
 
thnx dude... but you can give me the normal code that i need to put there ?

like if i want to make some item /item x x x x.....

so how its on the code
-----------------------------------------------------------------------------
Please make a guide that show step by step how to put items on back account.... ( what to run , where to put , and all )
the other guide its not so well i cant understand what his saying where to put the code and what is the code
 
sorry some 1 made a really awesome script for that
buy he deleted it :(
so there is a pretty good explanation for it
Here's the code breakdown for /item 2 2 300 (with 75 dura and 100% life span, refined (0)):


x2xxxxxxxxxx itemtypeVar added
4200xxxxxxxx itemIDVar added
42002Cxxxxxx itemstatVar added
42002C97xxxx duraVar added
42002C97E8xx life span added
42002C97E80x itemgradeVar added
42002C97E80B slot flag variable added

umm i got the script on my computer , but i'm not sure if i'm allowed to share
cuz he deleted it.
 
lol its too hard for me...

i need to see like :
1. open your Enterprise Manager.
2. select your DB , such as seven_ORA , or SHO
right click on a table > Open table > Query
.................next.... ?
 
i wish it was that easy..
anyways , to prevent any types of database hack , and atleast try and make it a lil bit harder to hack
they made it with haxed
you can edit items manually , kinda annoying though..
how to edit manually :
-open Enterprise Manager.
-select SHO or what ever the name ..
-right click on tblGS_BANK > chose ALL TASKS > QUERY
-put therer this query:
select ' 0x ' +upper (SHO.dbo.ufn_VarbinaryToVarcharHex ((select blobITEMS from SHO.. tblGS_BANK where txtACCOUNT ='accountname ')))
 
Status
Not open for further replies.
Back