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!

[Release] Ex-Team Latest Source MultiServer S6EP3

Newbie Spellweaver
Joined
Jun 25, 2019
Messages
7
Reaction score
0
How to activate the table Master Skill and A key?
What edit in source to Exmain.dll work?
Help me
Please :lol:
 
Skilled Illusionist
Joined
Dec 9, 2009
Messages
373
Reaction score
42
How to activate the table Master Skill and A key?
What edit in source to Exmain.dll work?
Help me
Please :lol:

Make sure do not include any of this under your license part:
SetRange((LPVOID)0x00784B77, 5, ASM::NOP);
SetOp((LPVOID)0x00784F79, (LPVOID)IsMasterClass, ASM::CALL);// CALL 005878E0 //Master Button Disable
SetOp((LPVOID)0x007D3916, (LPVOID)IsMasterClass, ASM::CALL);// CALL 005878E0 //Master A Key Disable

And to active Master Exp, look at Data\MasterSystem.cfg
[Common]
AddExperience = 1000 // Master additional experience [1 - 9999]
UseMonsterList = 0 // 1 - Enable, 0 - Disable, if it option active then MonsterMinLevel disabled
MonsterMinLevel = 100 // Monster minimum level to get experience [1 - 150][0 - Any monster]
CharacterLevel = 400
CharacterReset = 0
CharacterGrand = 0
 
Skilled Illusionist
Joined
Mar 27, 2013
Messages
305
Reaction score
9
Wrong mix.bmd

Dowload this mix.bmd and copy into client/data/local/


:blush:

AC7sA00 - [Release] Ex-Team Latest Source MultiServer S6EP3 - RaGEZONE Forums

kEtdyKu - [Release] Ex-Team Latest Source MultiServer S6EP3 - RaGEZONE Forums

4IU5uEW - [Release] Ex-Team Latest Source MultiServer S6EP3 - RaGEZONE Forums


Please share source interface SS8 in main 1.04D :)
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jul 1, 2018
Messages
5
Reaction score
0
Hello guys please help me) How modifi connect.ex to activate launcher!
 
Newbie Spellweaver
Joined
Jun 25, 2019
Messages
7
Reaction score
0
When I kill spiders, premium time + 1 Hour, how to change?
Why did I move to Dungeon and was transferred to Lorencia(146,145)?

Pyke - [Release] Ex-Team Latest Source MultiServer S6EP3 - RaGEZONE Forums
 
Junior Spellweaver
Joined
Aug 11, 2013
Messages
112
Reaction score
64
hello, I compile source ExMain.dll and the main does not open..


^^ the problem is #define ENABLE_PROTECT :rolleyes:
 
Last edited:
Newbie Spellweaver
Joined
Jun 25, 2019
Messages
7
Reaction score
0
edit this : MonsterBonus.ini



Why did I move to Dungeon and was transferred to Lorencia(146,145)?

Look gate.txt
Still can't move to Dungeon, can you move to Dungeon?
I use the /gmove conf 1 x ycommand to move to any location in the Dungeon and always be taken to Lorencia(146,145)


Code:
//------------------------------------------------------------------------------------////  GateNumb   Flag   MapNumb    X1      Y1      X2      Y2   Target   Dir    LvlReq  //
//------------------------------------------------------------------------------------//
//Gate    Flag    Map    X1    Y1    X2    Y2    Target    Dir    Level
1    1    0    121    232    123    233    2    0    20
2    2    1    107    247    110    247    0    1    20
3    1    1    108    248    109    248    4    0    0
4    2    0    121    231    123    231    0    1    0
5    1    1    239    149    239    150    6    0    20
6    2    1    231    126    234    127    0    1    20
7    1    1    232    127    233    128    8    0    20
8    2    1    240    148    241    151    0    3    20
9    1    1    2    17    2    18    10    0    20
10    2    1    3    83    4    86    0    3    20
 
Last edited:
Junior Spellweaver
Joined
Dec 6, 2015
Messages
157
Reaction score
11
Weird im using the client that was attached to the post (mu primal) I have already changed Connect.ex with my encrypted local IP in ExTeam folder located on Client folder. The weird part was even I close the gameserver totally the client was still working. I close everything in the StartUp. Any idea whats going on?
 
Newbie Spellweaver
Joined
Feb 4, 2010
Messages
11
Reaction score
0
Weird im using the client that was attached to the post (mu primal) I have already changed Connect.ex with my encrypted local IP in ExTeam folder located on Client folder. The weird part was even I close the gameserver totally the client was still working. I close everything in the StartUp. Any idea whats going on?

you are connecting to the other server, not your :D
 
Junior Spellweaver
Joined
Dec 6, 2015
Messages
157
Reaction score
11
you are connecting to the other server, not your :D

thanks but as I said I have already changed connect.ex to my ip address.

My other question to other people here. The cuurent Gameserver file size is 9,134kb in GameServer folder but when I compile the source it became 7,948kb. Is the source outdated?
 
Last edited:
Junior Spellweaver
Joined
Mar 15, 2008
Messages
121
Reaction score
44
Weird im using the client that was attached to the post (mu primal) I have already changed Connect.ex with my encrypted local IP in ExTeam folder located on Client folder. The weird part was even I close the gameserver totally the client was still working. I close everything in the StartUp. Any idea whats going on?


becouse there is ip atached to the main Pyke attached to his server build your oun main.dll
 
Junior Spellweaver
Joined
Dec 6, 2015
Messages
157
Reaction score
11
becouse there is ip atached to the main Pyke attached to his server build your oun main.dll

I tried building main.dll and gameserver but it's too complicated im using visua studio 2010.

Do you have exmain.dll and gameserver that is working for localhost connection with full premium system?
 
Junior Spellweaver
Joined
Mar 15, 2008
Messages
121
Reaction score
44
I tried building main.dll and gameserver but it's too complicated im using visua studio 2010.

Do you have exmain.dll and gameserver that is working for localhost connection with full premium system?
[VMware] IP 192.168.1.104
FixedClient:
Server:

Guide:

Network adapter select Custom (VMnet1)
Edit -> Virtual network editor -> Change Setting -> Select VMnet1 -> Adjust Subnet IP 192.168.1.0 -> OK

Open ServerStartUp -> Click Start

ping 192.168.1.104
 
Newbie Spellweaver
Joined
Jul 8, 2019
Messages
5
Reaction score
0
when starting ODBC failed, but still works properly

Thanks for up
 
Newbie Spellweaver
Joined
Jun 25, 2019
Messages
7
Reaction score
0
I am about to update some things to play offline, the changes I am making:
- Add NPC event, monster in some map.
- Re-enable the disabled Master table (key A).
- Add Quest to play offline.
- Add some items to the shop and sell some items with Wcoin.
- Add rewards for Events: after Event ends, random will receive Full Option Weapons (Blood Castle), Full Option Equipment (Devil Square), Full Option Wings (Chaos Castle). Only 1 item is received at a time. Except for golden items, other items can be received in Event.
- Kill gold Boss + 150 Wcoin/1.
- After opening the store use 1 of the commands: /offzen, /offcredit, /offwcoinc, /offwcoinp, /offgoblin for offline sales. Meet the NPC Mirage (137,122) in Lorencia to see all the players stores are selling.

Arena
Pyke - [Release] Ex-Team Latest Source MultiServer S6EP3 - RaGEZONE Forums
Master table
Pyke - [Release] Ex-Team Latest Source MultiServer S6EP3 - RaGEZONE Forums
ExQuest mission: Meet the NPC Guard (155,129) in Lorencia to receive and return the mission. This NPC has 4 gates of Lorencia, also available on other maps. Reward: Zen, Wcoin, Credits, Point, Chaos. A route about 60 quests. Only the first route receives Points, Wcoin in the following routes received is 10 Wcoin/Quest
Pyke - [Release] Ex-Team Latest Source MultiServer S6EP3 - RaGEZONE Forums
MonsterQuest mission: Meet the NPC Stone Statue (145,128) in Lorencia to receive and return the quest. Reward: Wcoin, WcoinP, Point, Full Option Item. There are about 60 Monster Quests
Pyke - [Release] Ex-Team Latest Source MultiServer S6EP3 - RaGEZONE Forums
QuestSystem mission: Includes 3 branches per branch 6 quest. Meet the NPC David (150,145) in Lorencia to receive and return the mission.Master Killer: Kill all the required monsters, click on the sign ! to see the monster location. Reward: Zen, Point
Pyke - [Release] Ex-Team Latest Source MultiServer S6EP3 - RaGEZONE Forums
Treasure Hunt: Collect items, click on the sign ! to view maps kill monsters, a quest can be done on many different maps. Rewards: Zen, Wcoin, Jewel.
Pyke - [Release] Ex-Team Latest Source MultiServer S6EP3 - RaGEZONE Forums
Craft Way: Buy items at the shops next to you and do as required. Reward: Zen, Jewel.
Pyke - [Release] Ex-Team Latest Source MultiServer S6EP3 - RaGEZONE Forums
Marriage: Meet the NPC Stone Statue (11.25) in Devias to get married. Instructions: Each person needs 30 Heart (fight with monsters in Devias will get Heart), 2 people in the same party and click on the NPC Stone Statue and press Ok
Pyke - [Release] Ex-Team Latest Source MultiServer S6EP3 - RaGEZONE Forums
Shop Wcoin
Pyke - [Release] Ex-Team Latest Source MultiServer S6EP3 - RaGEZONE Forums
Pyke - [Release] Ex-Team Latest Source MultiServer S6EP3 - RaGEZONE Forums
I'm still finishing, when finished I will share
 
Last edited by a moderator:
Newbie Spellweaver
Joined
Mar 29, 2014
Messages
20
Reaction score
8
Good day! Has anyone compiled files from source? How to compile GameServer.exe and ExData.dll with a full set of add-ons?
 
Back
Top