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!

TheHyperNetwork - XEAxMaste 2021 Edition

Junior Spellweaver
Joined
Apr 5, 2011
Messages
184
Reaction score
9
I think leave this shaman and fixed them


1- Stats not working
2- kal shop is not working
3- Some commands make crashes
4- I think the war system needs an update
5- The family system may need to be added, as I have not tried it
6- The luminous indicator of stats, when it raises your level, it wants to move to the right a little
Will best to use this repack and i wanna tell for you much of people not will use shaman just fix this bugs please
 
Experienced Elementalist
Joined
Nov 9, 2008
Messages
214
Reaction score
46
I can cooperate with the sources adding Sword Trickster and other stuff to make a "clean repack" out of it.

Edit: Sent you friend request on Discord HighGamer.

<-- KiLLeR
 
Newbie Spellweaver
Joined
Dec 28, 2006
Messages
43
Reaction score
32
~Unlocked Sword Trickster!

nUqnk00 - TheHyperNetwork - XEAxMaste 2021 Edition - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jul 23, 2012
Messages
28
Reaction score
2
hello my antivirus software says Trojan:Win32/Wacatac.B!ml hmmm.....


what i need to compile the source i have vs2010 express and i get a bunch of errors
 
Last edited:
Newbie Spellweaver
Joined
Dec 28, 2006
Messages
43
Reaction score
32
hello my antivirus software says Trojan:Win32/Wacatac.B!ml hmmm.....


what i need to compile the source i have vs2010 express and i get a bunch of errors

you need to compile with either vs2015 vs2018 vs2020 and always check that it is in Release mode not Debug mode, Debug has errors like in Pulse.dll

the trojan is the authsvr.exe or inix.exe its a false positive.
 
Newbie Spellweaver
Joined
Jul 23, 2012
Messages
28
Reaction score
2
thx its works

what is pk password when i use the pw on the readme i get the message the pw is wrong
 
Last edited:
Newbie Spellweaver
Joined
Jul 23, 2014
Messages
10
Reaction score
7
i use KxEditor Edited by heth v2.02 :



ok thx Which pk editor do I need, if I use the one that is included, I can open it, for example the config.pk, then I can see the content of the pk file, but when I open something, I don't see the content
 
Experienced Elementalist
Joined
Sep 29, 2014
Messages
214
Reaction score
20
Thx for the release mate .. i face an issues .. character cannot sit with x or activate run with z also you cannot attack with right mouse for skills .. also when you relog , character wears strange items which character doesn't wear it .. thats appear on mainserver
 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
Nov 9, 2008
Messages
214
Reaction score
46
Source is nowhere near being finished, there are a lot of bugs and things that need to be fixed. If you don't know how to code, you either need to wait for HighGamer to fix stuff (if he still works on this project) or just simply don't use it, because there are still tons of bugs.
Thx for the release mate .. i face an issues .. character cannot sit with x or activate run with z also you cannot attack with right mouse for skills .. also when you relog , character wears strange items which character doesn't wear it .. thats appear on mainserver
 
Newbie Spellweaver
Joined
Jan 9, 2016
Messages
26
Reaction score
4
Aqui está um código simples para o SDK do jogo discord, se você quiser adicioná-los

pkedpker - TheHyperNetwork - XEAxMaste 2021 Edition - RaGEZONE Forums



[CÓDIGO]
#include <iostream>
#include "discord_game_sdk.h"

// Defina seu ID de aplicativo Discord aqui
#define APP_ID "1234567890"

int principal() {

// Cria uma instância Discord SDK
Parâmetros DiscordCreateParams = { APP_ID, DiscordCreateFlags_Default };
DiscordSDK* SDK;
DiscordCreate(DISCORD_VERSION, ¶ms, &sdk);

// Inicializa o SDK
DiscordInitialize(APP_ID, nullptr, 0);

// Configure uma atividade do Discord para representar o status do jogador
atividade DiscordActivity;
memset(&atividade, 0, tamanho(atividade));
activity.type = DiscordActivityType_Playing;
activity.details = "Jogando meu jogo";
activity.assets.large_image = "large_image_key";
activity.assets.large_text = "Meu jogo";
activity.timestamps.start = time(nullptr);

// Atualize o status do jogador no Discord
DiscordUpdatePresence(&atividade);

// Espera a entrada do usuário para sair std::cout << "Pressione qualquer tecla para sair." << std::endl;
std::cin.get();

// Limpa e sai
DiscordClearPresence();
DiscordShutdown();
DiscordDestroy(sdk);
retorna 0;}
[/CÓDIGO]
Aqui está um código simples para o SDK do jogo discord, se você quiser adicioná-los

pkedpker - TheHyperNetwork - XEAxMaste 2021 Edition - RaGEZONE Forums



[CÓDIGO]
#include <iostream>
#include "discord_game_sdk.h"

// Defina seu ID de aplicativo Discord aqui
#define APP_ID "1234567890"

int principal() {

// Cria uma instância Discord SDK
Parâmetros DiscordCreateParams = { APP_ID, DiscordCreateFlags_Default };
DiscordSDK* SDK;
DiscordCreate(DISCORD_VERSION, ¶ms, &sdk);

// Inicializa o SDK
DiscordInitialize(APP_ID, nullptr, 0);

// Configure uma atividade do Discord para representar o status do jogador
atividade DiscordActivity;
memset(&atividade, 0, tamanho(atividade));
activity.type = DiscordActivityType_Playing;
activity.details = "Jogando meu jogo";
activity.assets.large_image = "large_image_key";
activity.assets.large_text = "Meu jogo";
activity.timestamps.start = time(nullptr);

// Atualize o status do jogador no Discord
DiscordUpdatePresence(&atividade);

// Espera a entrada do usuário para sair std::cout << "Pressione qualquer tecla para sair." << std::endl;
std::cin.get();

// Limpa e sai
DiscordClearPresence();
DiscordShutdown();
DiscordDestroy(sdk);
retorna 0;}
[/CÓDIGO]
Bro i need help, My question is what is the name of the file I need to create to put this code? in which location? for example: Sources > pulse, if you can pass me your discord contact, I will be grateful
 
Newbie Spellweaver
Joined
Nov 16, 2020
Messages
9
Reaction score
5
Bro i need help, My question is what is the name of the file I need to create to put this code? in which location? for example: Sources > pulse, if you can pass me your discord contact, I will be grateful
this is my discord: shreif633#2061
 
Newbie Spellweaver
Joined
Jul 23, 2012
Messages
28
Reaction score
2
Here is a simple code for the discord game sdk, if you want to add them

pkedpker - TheHyperNetwork - XEAxMaste 2021 Edition - RaGEZONE Forums



Code:
#include <iostream>
#include "discord_game_sdk.h"

// Define your Discord application ID here
#define APP_ID "1234567890"

 int main() {

    // Create a Discord SDK instance
    DiscordCreateParams params = { APP_ID, DiscordCreateFlags_Default };
    DiscordSDK* sdk;
    DiscordCreate(DISCORD_VERSION, &params, &sdk);
 
   // Initialize the SDK
    DiscordInitialize(APP_ID, nullptr, 0);

   // Set up a Discord activity to represent the player's status
    DiscordActivity activity;
    memset(&activity, 0, sizeof(activity));
    activity.type = DiscordActivityType_Playing;
    activity.details = "Playing My Game";
    activity.assets.large_image = "large_image_key";
    activity.assets.large_text = "My Game";
    activity.timestamps.start = time(nullptr);

    // Update the player's status on Discord
    DiscordUpdatePresence(&activity);
 
   // Wait for user input to exit    std::cout << "Press any key to exit." << std::endl;
    std::cin.get();
 
   // Clean up and exit
    DiscordClearPresence();
    DiscordShutdown();
    DiscordDestroy(sdk);
    return 0;}
hello where do you build that into the enigne.dll? when i try to install it with the discord api i got some errors
 
Back
Top