[RELEASE]11classes dekaronsrv.exe

11/03/2012 16:53 ronaldfa#31
Ohh Yeah Work For Mee :D ;)
11/13/2012 17:54 stalintlv#32
need Database for 11 class
11/13/2012 18:29 HellSpider#33
Quote:
Originally Posted by stalintlv View Post
need Database for 11 class
No you don't.

Only character database:

1) Add default characters to user_character ([DEV]HALFBAGI ...)
2) Edit the stored procedure SP_CHAR_CREATE
3) Edit user_suit for default weapon
4) Edit user_slot and user_skill for the default skill
11/13/2012 19:10 alexmak96#34
HellSpider , can u tell me what do i need to edit to make new characters? i mean the exe edit.
11/13/2012 19:44 HellSpider#35
Quote:
Originally Posted by alexmak96 View Post
HellSpider , can u tell me what do i need to edit to make new characters? i mean the exe edit.
There is quite a lot of things to do. The dekaron.exe is the harder one of them. If you have zero knowledge in editing executables with OllyDbg or something similar I can't help you. It's not as easy as editing a textfile.
11/13/2012 19:57 alexmak96#36
hm ok i will find a way how to edit them.
btw Can u please make a list which i need to edit for the new characters? (exe) :)
ty
11/13/2012 20:38 HellSpider#37
Quote:
Originally Posted by alexmak96 View Post
hm ok i will find a way how to edit them.
btw Can u please make a list which i need to edit for the new characters? (exe) :)
ty
SERVER:

+ Fishing
+ Skill class
+ Skill weapon
+ Itemupgrade
+ Itemsocket
+ Weapon hand functions (3 of them)

CLIENT:

+ Fishing
+ Skill class
+ Skill weapon
+ Itemupgrade
+ Itemsocket
+ Weapon hand functions (3 of them)
+ Class selection button function (+ ui_classselectwnd.txt)
+ Class selection button switch-case
+ Party function (+ ui_partyinfo.txt)
+ Client default mesh/tpack

There might be more but those are the most important ones I remember.
11/13/2012 20:50 SkadadIller#38
Quote:
Originally Posted by HellSpider View Post
SERVER:

+ Fishing
+ Skill class
+ Skill weapon
+ Itemupgrade
+ Itemsocket
+ Weapon hand functions (3 of them)

CLIENT:

+ Fishing
+ Skill class
+ Skill weapon
+ Itemupgrade
+ Itemsocket
+ Weapon hand functions (3 of them)
+ Class selection button function (+ ui_classselectwnd.txt)
+ Class selection button switch-case
+ Party function (+ ui_partyinfo.txt)


There might be more but those are the most important ones I remember.
Client:
+ Texture + Mesh

Thats pretty much it,
11/13/2012 21:24 alexmak96#39
Quote:
Originally Posted by HellSpider View Post
SERVER:

+ Fishing
+ Skill class
+ Skill weapon
+ Itemupgrade
+ Itemsocket
+ Weapon hand functions (3 of them)

CLIENT:

+ Fishing
+ Skill class
+ Skill weapon
+ Itemupgrade
+ Itemsocket
+ Weapon hand functions (3 of them)
+ Class selection button function (+ ui_classselectwnd.txt)
+ Class selection button switch-case
+ Party function (+ ui_partyinfo.txt)


There might be more but those are the most important ones I remember.



Thanks:)
11/14/2012 07:12 HellSpider#40
Quote:
Originally Posted by SkadadIller View Post
Client:
+ Texture + Mesh

Thats pretty much it,
Yush, forgot about it, added it to the list. Thanks for the heads-up.