Register for your free account! | Forgot your password?

You last visited: Today at 00:18

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Release/WIP]EP6 Source code

Discussion on [Release/WIP]EP6 Source code within the Shaiya PServer Guides & Releases forum part of the Shaiya Private Server category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Dec 2012
Posts: 142
Received Thanks: 686
[Release/WIP]EP6 Source code

Hi guys,
First of all, I want to say that this release is not recommended for public servers yet. Shortly ago I changed my server to ep6 using shen1l's pet.dll, the server crashed every day, after checking the dump files I discovered that the problem was in pet.dll, but without the source code it would be harder to find the cause of the problem. So I decided to start a project and release the source code for everyone, so that everyone can solve their problems more easily, and also so that everyone knows exactly what is working on their server. This project is still far from complete so it should only be used by developers who want to finish or learn from it. It is not perfect and was not done in the best way possible because I do not have much knowledge, but I accept any help or tip to improve it.

These are the problems that have already been fixed:
- Character name on the selection screen and in the game.
- Character appearance (pets, costumes and wings) on the selection screen and in the game.
- Confirm button on the character creation screen.
- Pets, costumes and wings slot (obviously).
- Name and appearance of the characters around.
- Confirm button on trade.
- Show character stats.
11.22.2016:
- Guildname of characters around. (Credits to -Motion-)
- Appearance of weapons and shields in dungeons. (Credits to JuuF)


The used game.exe was taken from , was edited at address 00594AC8 to fix the hp, sp and mp bars.

Leave in the comments the problems that you find, I know that there are still problems, I will fix when I can. If you want to help with the project, leave the code in the comments that I'm going to add to the thread and put the credits.

My English is not good, forgive me for any mistake.

Special thanks to JuuF for helping me with this and with so many other things.
Attached Files
File Type: rar EP6 Project 11.19.2016.rar (3.70 MB, 1086 views)
File Type: rar EP6 Project 11.22.2016.rar (3.70 MB, 2303 views)
Eric-Dutra16 is offline  
Thanks
56 Users
Old 11/20/2016, 17:08   #2
 
elite*gold: 0
Join Date: Jul 2012
Posts: 36
Received Thanks: 7
nice bro
astross is offline  
Old 11/20/2016, 21:19   #3
 
elite*gold: 50
Join Date: Sep 2011
Posts: 408
Received Thanks: 1,262
Quote:
Originally Posted by [ADM]Sky View Post
bug weapons to use when the dungeons fixed wings?
Weapons and shields glitch because of wing shadow, you can turn shadow off or go to 0041F5E9 address with ollydbg and change je 0041F76D to jmp 0041F76D. This will remove shadow effect.
JuuF is offline  
Thanks
9 Users
Old 11/21/2016, 05:16   #4
 
elite*gold: 0
Join Date: Feb 2016
Posts: 16
Received Thanks: 20
Guild Name

Hello,
First for all great release,
I don't have idea if you forgot this part
For fix the guild name you need add this part in NewSlots.cpp before the pop ebx in naked_funcAroundChar
Quote:
//GuildName
mov ebx, [esp + 0x80]
mov dword ptr[bBytes + 0x5B], ebx
mov ebx, [esp + 0x84]
mov dword ptr[bBytes + 0x5F], ebx
mov ebx, [esp + 0x88]
mov dword ptr[bBytes + 0x63], ebx
mov ebx, [esp + 0x8C]
mov dword ptr[bBytes + 0x67], ebx
mov ebx, [esp + 0x90]
mov dword ptr[bBytes + 0x6B], ebx
mov ebx, [esp + 0x94]
mov dword ptr[bBytes + 0x6F], ebx
mov ebx, [esp + 0x98]
mov dword ptr[bBytes + 0x73], ebx
For Shen1 "Features"


Sorry english
Attached Files
File Type: rar NewSlots.rar (1.4 KB, 379 views)
-Motion- is offline  
Thanks
13 Users
Old 11/22/2016, 22:56   #5
 
elitonfarol9's Avatar
 
elite*gold: 0
Join Date: Oct 2016
Posts: 59
Received Thanks: 35
Muito Bom ! Me ajudou muito amigo, estou grato.
elitonfarol9 is offline  
Old 11/22/2016, 23:35   #6
 
[ADM]Sky's Avatar
 
elite*gold: 0
Join Date: Jul 2016
Posts: 88
Received Thanks: 236
and you can change the font size in the shop and study skills?
[ADM]Sky is online now  
Old 11/22/2016, 23:58   #7
 
elite*gold: 0
Join Date: Dec 2012
Posts: 142
Received Thanks: 686
Quote:
Originally Posted by [ADM]Sky View Post
and you can change the font size in the shop and study skills?
Sorry, but I'm only going to make ep6 fixes. For custom services you will have to ask for someone else.
Eric-Dutra16 is offline  
Old 11/23/2016, 10:57   #8
 
ResidentSH's Avatar
 
elite*gold: 0
Join Date: Nov 2016
Posts: 2
Received Thanks: 0
Which Client needed for this or work ?
ResidentSH is offline  
Old 11/25/2016, 02:01   #9
 
sanguto's Avatar
 
elite*gold: 0
Join Date: Jul 2016
Posts: 38
Received Thanks: 47
This release is great for all ep 6. Thank you so much.
sanguto is offline  
Old 11/25/2016, 05:45   #10
 
elite*gold: 0
Join Date: Dec 2014
Posts: 32
Received Thanks: 2
Using the rune for contraband the game close
evalbrito is offline  
Old 11/26/2016, 17:15   #11
 
elite*gold: 0
Join Date: Nov 2016
Posts: 1
Received Thanks: 0
Tnks Bro , Helped too much ! ^^
Hugo4 is offline  
Old 11/27/2016, 18:43   #12
 
elite*gold: 0
Join Date: Dec 2014
Posts: 32
Received Thanks: 2
Quote:
Originally Posted by doteroargentino View Post
Thanks for this release. I found a bug with enchants. When you enchant a weapon it's attack doesn't show properly (the damage is added to the weapon but it is not shown. Here's a
Could you fix it please? I know it's a game.exe problem but I haven't been able to solve it myself.
This game.exe's offset is different from (JuuF's post) that's why I'm asking.
Friend I believe the secret is in .dll
evalbrito is offline  
Old 11/28/2016, 14:52   #13
 
elite*gold: 0
Join Date: Jan 2010
Posts: 10
Received Thanks: 45
I also think it's a dll because I already checked the game.exe and nothing.
samuca is offline  
Old 11/29/2016, 01:20   #14
 
elite*gold: 0
Join Date: Dec 2014
Posts: 32
Received Thanks: 2
Quote:
Originally Posted by samuca View Post
I also think it's a dll because I already checked the game.exe and nothing.
Im 95% sure what's .dll
evalbrito is offline  
Thanks
1 User
Old 12/03/2016, 05:36   #15
 
elite*gold: 0
Join Date: Dec 2014
Posts: 32
Received Thanks: 2
Quote:
Originally Posted by luisinhofernando View Post
The bug in auction house can be fixed if you change the ps_game "works for me" and i found out that sometimes the game crash if you try to remove any equiped itens or type /cure, idk why this happens and this only happen when you are using a full set, i can make a video if you want, but it's random, can crash in the first try or take several minutes(sry my english)
I would love this sharing
evalbrito is offline  
Reply

Tags
shaiya ep6 source code


Similar Threads Similar Threads
[RELEASE(SOURCE CODE)]-- KabBOT2 v1 Full Source(vb6)
10/07/2011 - Dekaron Exploits, Hacks, Bots, Tools & Macros - 106 Replies
I've been meaning to post this for awhile but I pretty much forgot about it. I've been getting quite a few requests for it so I decided to finally get around to posting it. #1. So here you go, Just have or Download Visual Basic 6, you need to update it to VbRuntime 6 Service Pack 6. #2. Run the file name KabBOT.vbp. #3. Enjoy. 100% Virus Free VirusTotal.com report. VirusTotal - Free Online Virus, Malware and URL Scanner
[RELEASE] [OPEN SOURCE] CE 5.5 Pointer to AutoIt Source-Code
02/13/2011 - AutoIt - 6 Replies
Habe heute erst gemerkt, dass es hier eine AutoIt Sektion gibt xD also poste ich mal mein Programm mit rein. Funktionsweise: 1. in CE Rechtsklick auf den Pointer und auf "Copy" klicken 2. in meinem Programm auf "Code generieren" klicken 3. In euer Scite gehen und einfügen Hier ist der Source Code vom Programm:



All times are GMT +2. The time now is 00:18.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.