almirtibiaalmir
New Member
Hello Everyone,
Im currently Working on a React SPA with aspnetcore api request. Now i want to implement creatplayer api. Does Somone can Tell me the default values for each vocation lets say for lvl 1
Players Shema:
Thank you
Regards
Im currently Working on a React SPA with aspnetcore api request. Now i want to implement creatplayer api. Does Somone can Tell me the default values for each vocation lets say for lvl 1
Players Shema:
SQL:
id int(11)
name varchar(255)
group_id int(11)
account_id int(11)
level int(11)
vocation int(11)
health int(11)
healthmax int(11)
experience bigint(20)
lookbody int(11)
lookfeet int(11)
lookhead int(11)
looklegs int(11)
looktype int(11)
lookaddons int(11)
maglevel int(11)
mana int(11)
manamax int(11)
manaspent int(11)
soul int(10)
town_id int(11)
posx int(11)
posy int(11)
posz int(11)
conditions blob
cap int(11)
sex int(11)
lastlogin bigint(20)
lastip int(10)
save tinyint(1)
skull tinyint(1)
skulltime bigint(20)
lastlogout bigint(20)
blessings tinyint(2)
onlinetime int(11)
deletion bigint(15)
balance bigint(20)
offlinetraining_time smallint(5)
offlinetraining_skill int(11)
stamina smallint(5)
skill_fist int(10)
skill_fist_tries bigint(20)
skill_club int(10)
skill_club_tries bigint(20)
skill_sword int(10)
skill_sword_tries bigint(20)
skill_axe int(10)
skill_axe_tries bigint(20)
skill_dist int(10)
skill_dist_tries bigint(20)
skill_shielding int(10)
skill_shielding_tries bigint(20)
skill_fishing int(10)
skill_fishing_tries bigint(20)
direction int(11)
Thank you
Regards