Releases
10 topics in this forum
-
I tried using unity world editor, support by Mati Plugin, I will share my first work here.[ATTACH type=full]9[/ATTACH][ATTACH type=full]10[/ATTACH][ATTACH type=full]11[/ATTACH][ATTACH type=full]12[/ATTACH]
-
- 4 replies
- 1.2k views
- 2 followers
-
-
Please read everything before you use anything in the repository. The library is designed to be reference material for people that back-engineer the game. You can view the source code here. Thanks: [mention=2]Cups[/mention] for being my inspiration and helping me to improve. I doubt this would exist without your contributions to this community. [mention=25]joins.dj[/mention] for being a good friend and letting me pick your brain whenever I want. [mention=26]Garret[/mention] for the Shaiya Essentials project. [mention=5]cwifo[/mention], [mention=1]Shaco[/mention] and [mention=10]ItsBeno[/mention] for helping me test most of the features. [mention=39]gualoki[/ment…
-
-
- 95 replies
- 12.6k views
- 11 followers
-
-
I'm releasing a list of game.exe files from which I've unpacked, and cleaned sections. I will update this list periodically with more exes that I can unpack. Use at your own risk, as these are standard exes, not bug-fixed versions; you may encounter typical bugs as you would with packed game.exe files. The purpose of releasing this is to support for individuals interested in understanding the differences between game.exe files. Unpacked game.exe files make this possible and easier. Shaiya PT - Patch 0186 (BuildVersion: 0x16031600) Download: https://mega.nz/file/DKIxUJgK#3r_DKEJH-BqIJ9qEE-T6LwIpiHSRHAdDLRL7L37R5ZM Shaiya PT - Patch 0189 (BuildVersion: 0x16032100)…
-
-
- 13 replies
- 2.7k views
- 4 followers
-
-
NOTHING SPECIAL :) Kindly see attached files. Use this source: https://github.com/Spelunkern/shaiya-essentials
-
- 6 replies
- 721 views
- 4 followers
-
-
Following my releases on epvpers and shaiya.GG discord, im also leaving here my project ;) ORIGINAL POST: https://www.elitepvpers.com/forum/shaiya-pserver-guides-releases/5171510-release-shaiya-essentials.html Shaiya Essentials it's a project designed around EP6 and offer a safe, efficient and easy to use base for new developers on their servers. There are several 'EP6' releases, most of them full of bugs, backdoors or just incredible outdated and unsafe. Essentials merge most of the released stuff into a solid and elegant client/server side files ready to use for everyone. Features: - Complete functional database with several QoL features and no exploits or bugs…
-
-
- 25 replies
- 4.6k views
- 6 followers
-
-
Discord Rich Presence (RPC) allows you to display detailed information about your game or application on your Discord profile. This project provides a C++ DLL implementation for integrating Discord RPC. What's New? UTF-8 Labels Allowed We've enhanced our system to support UTF-8 labels, allowing for a broader range of characters and symbols in your application. This ensures better internationalization and more expressive text options. Buttons Added Interactive buttons have been added to enrich user engagement. These buttons enable users to perform specific actions directly from their Discord profile, providing a more interactive and immersive experience. What…
-
- 0 replies
- 1.2k views
-
-
Hello, here is a simple python script that changes all quests level to 99. You can use Parsec GUI to convert your NpcQuest.SDATA to .JSON and run; Then convert back to sdata using same Tool.
-
- 0 replies
- 401 views
-
-
Hey guys, last two days i'v been working on a tool to make it more simple to convert SDATA, svmaps and many other files from data file to csv/json.Since people have some difficulties using parsec, i've decided to create this tool to help them; I didn't have time to fully test the tool, but seems it is working fine.. some friends have already tested and approved; If there is any bug please let me know!(Avaiable file conversion on screenshot) Download link: https://www.mediafire.com/file/reukaizffm0ss20/Shaiya_File_Converter_V2.rar/file [ATTACH type=full" width="552px" alt="ss.png]67[/ATTACH]
-
-
- 6 replies
- 1.2k views
- 1 follower
-
-
Hello dear shaiya users, I would like to introduce you to the application I have been working on for a long time: shDeveloperPack I wanted to create an easy, practical and versatile application for developers and new developers. You will have the advantage of being able to instantly download the programs required for Shaiya Development with this application, without having to deal with infected sites or people selling free files for money. You will also be able to access information about Shaiya and Development, which I will develop and publish in v2.0.0.0 for new developers, directly from within the application. Server owners and developers will have more access and be…
-
- 1 reply
- 1.8k views
- 1 follower
-
-
Here's a simple way to do it with Cheat Engine. As far as I know, it's safe to use. // Bowie 1/20/2024 [ENABLE] alloc(newmem,128) label(return) alloc(text3,32) // hooks CZone::BothMobRespawn newmem: // original call 0041CFF0 // CZone::EnterMob pushad mov eax,[edi+000000BC] push 0 // damage push 0 // text4 push 0 // "none" lea edi,[text3] mov edx,eax // CMob call 004B62C0 // CMob::SendLogBossMob popad jmp return text3: db 'respawn',0 00422F75: jmp newmem return: [DISABLE] dealloc(newmem) dealloc(text3) 00422F75: call 0041CFF0 Add the following to usp_Insert_Action_Log_E (optional) -- CMob::SendLogBossMob IF (@ActionType=173 AND @Text3='respawn') BEGIN …
-
- 0 replies
- 1.4k views
-