- 0
-
Activity
-
3
-
942
[40250] Reference Serverfile + Client + Src [15 Available Languages]
Cant be bad bcs they work -drop edits/proto bonuses (after i reset tables) and they are “saved” but like i said i dont want to reset them almost everytime i want to made custom bonuses of effect items like lolly and “itemshop rings” i know how to change description of items but like i said its all good when i change in item proto but in future if somehow i made a bad edit in smth else and i need to reset navicat tables i lose the progres of what i say and edit in proto.. -
942
[40250] Reference Serverfile + Client + Src [15 Available Languages]
Maybe your modifications are bad? Show examples. -
0
itemproto/connection
whenever i modify something i need to reset tables in navicat (account,common,player) bcs it gives me connection refused in putty, its ok but when i try to modify some items bonus or anything in item/mob proto working until THE NEXT CHANGE when i need to reset again the tables (bcs of connection refused in putty) and i lost all the progress/edits in protos. there is a fix or smth? [40k] -
942
[40250] Reference Serverfile + Client + Src [15 Available Languages]
@ TMP4whenever i modify something i need to reset tables in navicat (account,common,player) bcs it gives me connection refused in putty, its ok but when i try to modify some items bonus or anything in item/mob proto working until THE NEXT CHANGE when i need to reset again the tables (bcs of connection refused in putty) and i lost all the progress/edits in protos. there is a fix or smth? -
5
Can't Connect to server\Client shows not channels are active even tho they are \\\ Error Logs after compiling DB and Game Files \\
i do have a client source i compiled the client many times just like in the tutorials and everything was working now by the looks of it its a server\machine problem or whatever you all call it Oh also im using hamachi with this Like i said earlier i just want to play the game (alone) -
2
Dragon Soul Change Attribute
You are the best @Owsap as usual, thanks a lot !. Just a little suggestions, you didn't check the Dragon Flames item server side other than "IsDragonSoulRefineMaterial" but it's can be true with any DS material, so we can imagine a cheat sending other items if bypassing the client check bool IsDragonSoulRefineMaterial(LPITEM pItem) { if (pItem->GetType() != ITEM_MATERIAL) return false; return (pItem->GetSubType() == MATERIAL_DS_REFINE_NORMAL || pItem->GetSubType() == MATERIAL_DS_REFINE_BLESSED || pItem->GetSubType() == MATERIAL_DS_REFINE_HOLLY #if defined(__DS_CHANGE_ATTR__) || pItem->GetSubType() == MATERIAL_DS_CHANGE_ATTR #endif ); } I will suggest to add a little check also // Replace this line in DragonSoul.cpp DSManager::DoChangeAttribute else if (IsDragonSoulRefineMaterial(pItem)) // With subtype check else if (IsDragonSoulRefineMaterial(pItem) && pItem->GetSubType() == MATERIAL_DS_CHANGE_ATTR) // Or with vnum check else if (IsDragonSoulRefineMaterial(pItem) && (pItem->GetVnum() == 100700 || pItem->GetVnum() == 100701)) -
5
Can't Connect to server\Client shows not channels are active even tho they are \\\ Error Logs after compiling DB and Game Files \\
What you mean with modifying the client correctly? Sounds like you dont even use a client source. -
4
-
-
Recently Browsing
- No registered users viewing this page.
Question
cobe 0
Hello guys
I have problem that i can't resolve whenever a user connects to my server after every 3 minutes every account that is logged in I get this error: "Analyze: login phase does not handle this packet! header 100" in syserr on every channel where i log in. Server files and client from invoice v2.
If some one has experience with this type of error and can share te solution that would be great.
Link to comment
Share on other sites
Top Posters For This Question
4
2
1
1
Popular Days
Apr 17
2
Apr 13
2
Apr 15
1
Nov 19
1
Top Posters For This Question
ahmedhaies 4 posts
emoemolizu 2 posts
ds_aim 1 post
alondark 1 post
Popular Days
Apr 17 2016
2 posts
Apr 13 2016
2 posts
Apr 15 2016
1 post
Nov 19 2015
1 post
Popular Posts
M.Sorin
Search input_login.cpp this: After this: Add this And it should look something like this:
ahmedhaies
how to plz i Search for it but No benefit
ahmedhaies
yes i need fix plz how to Add header in input_login.cpp
9 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now