Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Replace Arhons

Status
Not open for further replies.
Joined
Feb 13, 2009
Messages
545
Reaction score
53
Thanks guys! So when I put the new player in do I need to make their cpt match or does it matter? Also if the player has no Aserial because he/she didn't run for archon do I just use the next serial open in the list ? Thanks in advance and for all the help :)
 
Upvote 0
Junior Spellweaver
Joined
Dec 8, 2010
Messages
182
Reaction score
4
use RF_World
Insert into [dbo].[tbl_patriarch_candidate] (eSerial, Race, Lv, Rank, PvpPoint, ASerial, AName, GSerial, GName, ClassType, State, dtUpScore)
Values ('1', '0', '65', '', '', '23', 'test', '-1', '', '0', '2', getdate() )

eSerial = weeks
race 0 = bel, 1 = cora, 2 = arc
lv = Check the base 'character level'
rank = No input
pvppoint = No input
ASerial = Check the base 'Character serial'
AName = Check the base 'Character name'
GSerial = Check the Guild 'Guild Serial number'
GName = Check the Guild 'Guild Name'
ClassType = @xAlastor reply
State = Cumulative number
dtUpScore= 'getdate()' fix
 
Upvote 0
Status
Not open for further replies.
Back
Top