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!

Model view lookchange problem and job create char with DB

Status
Not open for further replies.
Newbie Spellweaver
Joined
Dec 31, 2020
Messages
8
Reaction score
0
Hello, I made an addition of the modelview modelviewer and the lookchange but when I select the character I have body which is invisible and the model view does the same and does not work with the wiki system while the modelviewer works fine . I think there is something to modify in the BASE_VALUE_TBL but I don't know how to modify it.
I also have a problem with the job create char, I don't get an error when I compile everything appears but when I click create I have name already exist. While I modified the str character by adding "And m_nJob ..". Same I think there is a modification to do in the BASE_VALUE_TBL but I don't know how ... Thanks :)
 
Inactive
Joined
Jan 20, 2009
Messages
1,014
Reaction score
1,830
Hello, I made an addition of the modelview modelviewer and the lookchange but when I select the character I have body which is invisible and the model view does the same and does not work with the wiki system while the modelviewer works fine . I think there is something to modify in the BASE_VALUE_TBL but I don't know how to modify it.

Code:
USE [CHARACTER_01_DBF]

UPDATE [BASE_VALUE_TBL] SET [m_Inventory] = '0,502,0,0,,1,0,9000000,0,0,0,0,0,0,0,0,0,-1/1,2801,0,0,,1,0,0,0,0,0,0,0,0,0,0,0,-1/2,4805,0,0,,5,0,0,0,0,0,0,0,0,0,0,0,-1/42,506,0,0,,1,0,5850000,0,0,0,0,0,0,0,0,0,-1/43,510,0,0,,1,0,4500000,0,0,0,0,0,0,0,0,0,-1/44,21,0,0,,1,0,7200000,0,0,0,0,0,0,0,0,0,-1/45,2800,0,0,,3,0,0,0,0,0,0,0,0,0,0,0,-1/$' WHERE g_nSex = '0'
UPDATE [BASE_VALUE_TBL] SET [m_Inventory] = '0,504,0,0,,1,0,9000000,0,0,0,0,0,0,0,0,0,-1/1,2801,0,0,,1,0,0,0,0,0,0,0,0,0,0,0,-1/2,4805,0,0,,5,0,0,0,0,0,0,0,0,0,0,0,-1/42,508,0,0,,1,0,5850000,0,0,0,0,0,0,0,0,0,-1/43,512,0,0,,1,0,4500000,0,0,0,0,0,0,0,0,0,-1/44,21,0,0,,1,0,7200000,0,0,0,0,0,0,0,0,0,-1/45,2800,0,0,,3,0,0,0,0,0,0,0,0,0,0,0,-1/$' WHERE g_nSex = '1'
 
Upvote 0
Newbie Spellweaver
Joined
Dec 31, 2020
Messages
8
Reaction score
0
Thx u again Ketchup it's kind of thunder of your time to help me ! for the jobcreatechar, i tried to change the job by a 3th job but the neuz crash when i choose the class whereas with the 1th job its work perfectly. it is possible or not because of the hero rank?
 
Upvote 0
Status
Not open for further replies.
Back
Top