Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Shaiya > Shaiya Private Server
You last visited: Today at 15:43

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



GM Links / Rerolls Questions

Discussion on GM Links / Rerolls Questions within the Shaiya Private Server forum part of the Shaiya category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Aug 2011
Posts: 119
Received Thanks: 32
Exclamation GM Links / Rerolls Questions

is there a faster way to GM Link / Rerolls threw DB or using a GM panel then this 1 : How to do GM link, enchant and ep4 stats change trought DataBase ( the 1 provided by Julee )


if yes , plz answer me on this thread o.o
benoli105 is offline  
Old 08/08/2012, 20:16   #2
 
elite*gold: 50
Join Date: Sep 2011
Posts: 408
Received Thanks: 1,262
Here i wrote a script for you you can do it by 1 click o,o but you gotta change Craftname, CharID, Bag and Slot ofc

Code:
Use PS_GameData
UPDATE dbo.CharItems SET Craftname = '00000000000000000020' WHERE (CharID = '1') AND (Bag = '1') AND (Slot = '5')
SELECT RowID, CharID, ItemID, Type, TypeID, Bag, Craftname
FROM dbo.CharItems Where (CharID = '1') AND (Bag = '1') AND (Slot = '5')


Credits goes to Julee for his/her Screenshot.
JuuF is offline  
Thanks
5 Users
Old 08/08/2012, 20:52   #3
 
elite*gold: 0
Join Date: Aug 2011
Posts: 119
Received Thanks: 32
and do you have a script for links ?

and btw , could u tell me where im spose to put the items in inventory / Wh in order to makes it works? ty
benoli105 is offline  
Old 08/08/2012, 21:09   #4
 
elite*gold: 50
Join Date: Sep 2011
Posts: 408
Received Thanks: 1,262
It's for inventory. You can change that line to change item spot
Code:
(CharID = '1') AND (Bag = '1') AND (Slot = '5')

Here is GM Link Code:

Code:
Use PS_GameData
UPDATE dbo.CharItems SET Gem1 = '0', Gem2 = '0', Gem3 = '0', Gem4 = '0', Gem5 = '0', Gem6 = '0' WHERE (CharID = '1') AND (Bag = '1') AND (Slot = '5')
SELECT RowID, CharID, ItemID, Type, TypeID, Bag, Gem1, Gem2,Gem3, Gem4, Gem5,Gem6
FROM dbo.CharItems Where (CharID = '1') AND (Bag = '1') AND (Slot = '5')
JuuF is offline  
Thanks
4 Users
Old 08/08/2012, 21:34   #5
 
elite*gold: 0
Join Date: Aug 2011
Posts: 119
Received Thanks: 32
ok tyvm man !

man ur scripts arnt working at all e.e
benoli105 is offline  
Old 08/09/2012, 18:00   #6
 
elite*gold: 0
Join Date: Oct 2010
Posts: 30
Received Thanks: 9
best way is create your PHP based script then you will prevent of mistakes
mirazass is offline  
Old 08/09/2012, 18:28   #7
 
elite*gold: 50
Join Date: Sep 2011
Posts: 408
Received Thanks: 1,262
Quote:
Originally Posted by benoli105 View Post
man ur scripts arnt working at all e.e
They are working, i tested them and worked perfectly. Can you explain what error do you get?
JuuF is offline  
Old 08/09/2012, 18:58   #8
 
elite*gold: 0
Join Date: Aug 2011
Posts: 119
Received Thanks: 32
well im not getting any error tbh the only thing strange is , i run the script then it show everything is perfect , but when i enter the game the rerolls / link didnt chant o.o,

or maybe its just me but im editing those 2 lines Where (CharID = '1') AND (Bag = '1') AND (Slot = '5')
to Where (CharID = '1') AND (Bag = '1') AND (Slot = '1')
i put the item in the 1st bad 1st slot run the script i get " sucessfull " in the report and the bottom i can see my item with the lapis linked on it but i go into the game and the item is clean , where the prob :/?
benoli105 is offline  
Old 08/09/2012, 20:57   #9
 
abrasive's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 262
Received Thanks: 812
Quote:
Originally Posted by benoli105 View Post
well im not getting any error tbh the only thing strange is , i run the script then it show everything is perfect , but when i enter the game the rerolls / link didnt chant o.o,

or maybe its just me but im editing those 2 lines Where (CharID = '1') AND (Bag = '1') AND (Slot = '5')
to Where (CharID = '1') AND (Bag = '1') AND (Slot = '1')
i put the item in the 1st bad 1st slot run the script i get " sucessfull " in the report and the bottom i can see my item with the lapis linked on it but i go into the game and the item is clean , where the prob :/?
Are you logged into the game when you update the database? You must be logged off during the database update, and log in only after the changes are made.
abrasive is offline  
Thanks
2 Users
Old 08/09/2012, 21:21   #10
 
elite*gold: 0
Join Date: Aug 2011
Posts: 119
Received Thanks: 32
maybe thats why , well anyway ill try again

Still not working...

OH GOSH NVM I WAS JUST ENTERING THE WRONG CHAR ID LOOOL // soz for the blabla ikr im kinda fail D:

Your script is my life savior :O!! Thanks !
benoli105 is offline  
Old 07/27/2013, 02:25   #11
 
elite*gold: 93
Join Date: Mar 2011
Posts: 164
Received Thanks: 44
Sorry to post on an old thread but, I am trying to give my players max OJ's.... For some reason this script is not working for me. Can anyone make a video on it? If not its okay. Thanks.
lingern1 is offline  
Old 07/27/2013, 09:56   #12
 
nubness's Avatar
 
elite*gold: 10
Join Date: Jan 2012
Posts: 1,698
Received Thanks: 5,455
The mistake was originally made by JuuF. People need to learn the difference between script and query. Scripts are basically web based, PHP for instance. Queries are what you execute in SQL, SQL standing for Structured Query Language.

You need to execute this query in SQL, this is not what for example Shaiya Haven has, this is something you do manually.
nubness is offline  
Thanks
3 Users
Old 07/27/2013, 15:54   #13
 
elite*gold: 93
Join Date: Mar 2011
Posts: 164
Received Thanks: 44
Quote:
Originally Posted by nubness View Post
The mistake was originally made by JuuF. People need to learn the difference between script and query. Scripts are basically web based, PHP for instance. Queries are what you execute in SQL, SQL standing for Structured Query Language.

You need to execute this query in SQL, this is not what for example Shaiya Haven has, this is something you do manually.
Okay so what I did was, Open it as a query, enter the correct info, update the server, but still for some reason Im getting no results. Im going to mess around with it a bit more.
lingern1 is offline  
Old 07/27/2013, 16:20   #14
 
nubness's Avatar
 
elite*gold: 10
Join Date: Jan 2012
Posts: 1,698
Received Thanks: 5,455
Code:
USE PS_GameData

DECLARE @CharID int
DECLARE @Str varchar(2)
DECLARE @Dex varchar(2)
DECLARE @Rec varchar(2)
DECLARE @Int varchar(2)
DECLARE @Wis varchar(2)
DECLARE @Luc varchar(2)
DECLARE @HP varchar(2)
DECLARE @MP varchar(2)
DECLARE @SP varchar(2)
DECLARE @Enchant varchar(2)
DECLARE @NewCraftname varchar(20)

SET @CharID = (SELECT CharID FROM Chars WHERE CharName = '')
SET @Str = ''
SET @Dex = ''
SET @Rec = ''
SET @Int = ''
SET @Wis = ''
SET @Luc = ''
SET @HP = ''
SET @MP = ''
SET @SP = ''
SET @Enchant = ''

SET @NewCraftname = @Str + @Dex + @Rec + @Int + @Wis + @Luc + @HP + @MP + @SP  + @Enchant

UPDATE CharItems
SET Craftname = @NewCraftname
WHERE CharID = @CharID AND Bag = 0 AND Slot = 0
All you have to do is fill in the CharName and the stats you need, if you don't need any of those stats just put 00 there, it must have 2 digits.
I hope this makes it more explicit.
nubness is offline  
Thanks
10 Users
Old 07/28/2013, 19:23   #15
 
elite*gold: 93
Join Date: Mar 2011
Posts: 164
Received Thanks: 44
Thanks very much, finally got it down after a while!
lingern1 is offline  
Reply


Similar Threads Similar Threads
Hidden chronicles 50 xp links 50 energy links 50 clue links 50 coins link
03/26/2012 - Facebook - 0 Replies
removed
Who rerolls on Badlands? :)
02/04/2011 - General Gaming Discussion - 16 Replies
Hey guys, me and some guildies from the german server Carroburg rerolled on Badlands Destro, yesterday. Its amazing how many ppl are playing there :D I just wanted to ask who else is playing on Badlands? :) Greetings
plz post auto looter links and hack links plz
04/12/2008 - MapleStory - 4 Replies
plz post the links to hacks and auto looters u make and tell me how to use. I just joined this web and i got no clue how to use hacks do hacks or use autos or do autos so plz someone teach me! im despret! i need it bad! i need to learn how to do this kinda stuff.:(:(:(:(:(:confused:



All times are GMT +1. The time now is 15:44.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.