Skill Rings ID nos.+How to make it work

Newbie Spellweaver
Joined
Sep 27, 2006
Messages
6
Reaction score
0
Skill Rings ID nos.+How to make it work



FYI the rings works !! just don't select it in your inventory but directly in your room (single / versus)

edit: you must add value to the ring first, in your SQL select Database>test2>T_o2jam_item add ring in your bag ex: 151 that would be the dark ring

next select Database>test2>T_o2jam_char_Attr_Item select an ID and edit it to your character ID (jedi = 41297) / add new row to insert your character ID , add value of the ring ex: if used_count 9 old_used_count would be 10

thats it, enjoy ^^



Rings id: Nos. 146 to 159
 
Last edited by a moderator:
SQL is your database
You can insert, delete or simply modify/alter your database to your likings.
Its much like all other games that run via web registration, they use SQL

Either MySQL or MSSQL. MySQL is web based, and can be accessed probably from your website: mysql.yourwebsite.com. either that or your webserver supliers website instead of your own. Do research.

MSSQL is based on a computer, in a program. Much easier to handle, but you will have to have your computer turned on. Unless you ofcourse have a virtual server (VPS) that you can use instead of your computer.

So basicly, SQL = The strings that make your game work properly, like handling char names, exp, gems, items, login/logout aso.

Hope it helped u
 
Back