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] DarkSide 97Y+ Server (Glow change + function offsets)

Junior Spellweaver
Joined
Apr 27, 2005
Messages
124
Reaction score
62
Here is original darksideofmu version of the 97Y+ beast

MAIN IN A PACKAGE CALLED: NPX970.DAT rename the file to main.exe


Serial on MAIN:
DaRKSideOfMU97Y+


Serial on a Server:
ClientExeSerial = DaRKSideOfMU97Y_


SO, change them accordingly!!!!!
Use HEX EDIT, OFFSET IN main: 001c36bc

DaRKav - [Release] DarkSide 97Y+ Server (Glow change + function offsets) - RaGEZONE Forums



DaRKav - [Release] DarkSide 97Y+ Server (Glow change + function offsets) - RaGEZONE Forums

DaRKav - [Release] DarkSide 97Y+ Server (Glow change + function offsets) - RaGEZONE Forums


You could use your original 97J or 97 version database if you do not want to use the one included with MuServer.

A lot of previous changes and fixes for the issues faced in 97J
- GS reload works perfectly
- Visual client bugs fix: glow colors changed, missing skins, items
- Chaos Castle works as a Chaos Castle event
- New Skills work
- GOLDEN ARCHER works if you use the 99 EVENT server (with 99 DB) exe is included

The gs will show a VIRUS, but there is no virus, for those that love to unpack files = feel free to unpack, sorry guys but i lost original source.

How to launch GS:
Code:
First Time GSLauncherV14.exe Launch:

1. Make sure in first Field you have the right patch to GameServer.exe
	
	Example: C:\MuServer\GameServer\
	
	
2. Second field should contain following line with your IP:

	127.0.0.1 55970 127.0.0.1 55960 55901

3. Press the button (with the Race flag) two times. The GS Should start.

Done.

The main that you will need from the client is called npx970.dat , it is not packed or crypted, so simply change it to main.exe and use your launcher

Any questions = shoot here.

DaRKav - [Release] DarkSide 97Y+ Server (Glow change + function offsets) - RaGEZONE Forums



DOWNLOAD:


NOT A FULL CLIENT <<<< THIS IS A PATCH!!! UNPACK OVER ANY 97 CLIENT

When you get it going, post your pictures here :juggle:

Cheers.

P.S. Since it is a really old version, it will be very useful for beginner coders to see how monsters, weapons, skills, sounds and GLOW colors are added!

P.S.S. Please do not change the (c)


ATTENTION: GATES.TXT, MONSTER.TXT and MONSTERSETBASE.TXT WILL need to be updated accordingly, because a lot of files got lost in time!!!

GATES.TXT = MISSING ENTRANCES to AIDA, CRYWOLF, DARE DEVIL (land of trials)

MONSTER.TXT = AIDA MONSTERS, CRYWOLF monsters will need to be renamed from TEST XX to proper names

MONSTERSETBASE.TXT = MISSING AIDA MONSTERS, MISSING LOREN ATTACK MONSTERS
 
Last edited:
Junior Spellweaver
Joined
Apr 27, 2005
Messages
124
Reaction score
62
Re: [Release] 4 the lover of 97J => 97Y+

DaRKav - [Release] DarkSide 97Y+ Server (Glow change + function offsets) - RaGEZONE Forums


DaRKav - [Release] DarkSide 97Y+ Server (Glow change + function offsets) - RaGEZONE Forums


DaRKav - [Release] DarkSide 97Y+ Server (Glow change + function offsets) - RaGEZONE Forums


MAPS:

If you need to add more terrains to the GS it has plenty of space free.....

GS Map Load main controller would be here, just add others accordingly
I think its for that GS, but might be a bit earlier version.

Code:
0048A304   .  8955 EC       MOV DWORD PTR SS:[EBP-14],EDX            ;  ntdll.KiFastSystemCallRet
0048A307   >^ EB 95         JMP SHORT GameServ.0048A29E
0048A309      A1 ACE15000   MOV EAX,DWORD PTR DS:[50E1AC]            ;  1 Lorencia [0]
0048A30E      8985 ECFEFFFF MOV DWORD PTR SS:[EBP-114],EAX
0048A314      A1 A8E15000   MOV EAX,DWORD PTR DS:[50E1A8]            ;  2 Dungeon [1]
0048A319      8985 F0FEFFFF MOV DWORD PTR SS:[EBP-110],EAX
0048A31F      A1 A4E15000   MOV EAX,DWORD PTR DS:[50E1A4]            ;  3 Davias [2]
0048A324      8985 F4FEFFFF MOV DWORD PTR SS:[EBP-10C],EAX
0048A32A      A1 A0E15000   MOV EAX,DWORD PTR DS:[50E1A0]            ;  4 Noria [3]
0048A32F      8985 F8FEFFFF MOV DWORD PTR SS:[EBP-108],EAX
0048A335      A1 9CE15000   MOV EAX,DWORD PTR DS:[50E19C]            ;  5 Lost Tower [4]
0048A33A      8985 FCFEFFFF MOV DWORD PTR SS:[EBP-104],EAX
0048A340      A1 98E15000   MOV EAX,DWORD PTR DS:[50E198]            ;  6 Excile [5]
0048A345      8985 00FFFFFF MOV DWORD PTR SS:[EBP-100],EAX
0048A34B      A1 94E15000   MOV EAX,DWORD PTR DS:[50E194]            ;  7 Stadium [6]
0048A350      8985 04FFFFFF MOV DWORD PTR SS:[EBP-FC],EAX
0048A356      A1 90E15000   MOV EAX,DWORD PTR DS:[50E190]            ;  8 Atlans [7]
0048A35B      8985 08FFFFFF MOV DWORD PTR SS:[EBP-F8],EAX
0048A361      A1 8CE15000   MOV EAX,DWORD PTR DS:[50E18C]            ;  9 Tarkan [8]
0048A366      8985 0CFFFFFF MOV DWORD PTR SS:[EBP-F4],EAX
0048A36C      A1 88E15000   MOV EAX,DWORD PTR DS:[50E188]            ;  10 Devil Square [9]
0048A371      8985 10FFFFFF MOV DWORD PTR SS:[EBP-F0],EAX
0048A377      A1 84E15000   MOV EAX,DWORD PTR DS:[50E184]            ;  11 Icarus [10]
0048A37C      8985 14FFFFFF MOV DWORD PTR SS:[EBP-EC],EAX
0048A382      A1 80E15000   MOV EAX,DWORD PTR DS:[50E180]            ;  12 Blood Castle I [11]
0048A387      8985 18FFFFFF MOV DWORD PTR SS:[EBP-E8],EAX
0048A38D      A1 80E15000   MOV EAX,DWORD PTR DS:[50E180]            ;  12 Blood Castle II [12]
0048A392      8985 1CFFFFFF MOV DWORD PTR SS:[EBP-E4],EAX
0048A398      A1 80E15000   MOV EAX,DWORD PTR DS:[50E180]            ;  12 Blood Castle III [13]
0048A39D      8985 20FFFFFF MOV DWORD PTR SS:[EBP-E0],EAX
0048A3A3      A1 80E15000   MOV EAX,DWORD PTR DS:[50E180]            ;  12 Blood Castle IV [14]
0048A3A8      8985 24FFFFFF MOV DWORD PTR SS:[EBP-DC],EAX
0048A3AE      A1 80E15000   MOV EAX,DWORD PTR DS:[50E180]            ;  12 Blood Castle V [15]
0048A3B3      8985 28FFFFFF MOV DWORD PTR SS:[EBP-D8],EAX
0048A3B9      A1 80E15000   MOV EAX,DWORD PTR DS:[50E180]            ;  12 Blood Castle VI [16]
0048A3BE      8985 2CFFFFFF MOV DWORD PTR SS:[EBP-D4],EAX
0048A3C4      A1 80E15000   MOV EAX,DWORD PTR DS:[50E180]            ;  12 Blood Castle VII [17]
0048A3C9      8985 30FFFFFF MOV DWORD PTR SS:[EBP-D0],EAX
0048A3CF      A1 7CE15000   MOV EAX,DWORD PTR DS:[50E17C]            ;  19 Chaos Castle I [18]
0048A3D4      8985 34FFFFFF MOV DWORD PTR SS:[EBP-CC],EAX
0048A3DA      A1 7CE15000   MOV EAX,DWORD PTR DS:[50E17C]            ;  19 Chaos Castle II [19]
0048A3DF      8985 38FFFFFF MOV DWORD PTR SS:[EBP-C8],EAX
0048A3E5      A1 7CE15000   MOV EAX,DWORD PTR DS:[50E17C]            ;  19 Chaos Castle III [20]
0048A3EA      8985 3CFFFFFF MOV DWORD PTR SS:[EBP-C4],EAX
0048A3F0      A1 7CE15000   MOV EAX,DWORD PTR DS:[50E17C]            ;  19 Chaos Castle IV [21]
0048A3F5      8985 40FFFFFF MOV DWORD PTR SS:[EBP-C0],EAX
0048A3FB      A1 7CE15000   MOV EAX,DWORD PTR DS:[50E17C]            ;  19 Chaos Castle V [22]
0048A400      8985 44FFFFFF MOV DWORD PTR SS:[EBP-BC],EAX
0048A406      A1 7CE15000   MOV EAX,DWORD PTR DS:[50E17C]            ;  19 Chaos Castle VI [23]
0048A40B      8985 48FFFFFF MOV DWORD PTR SS:[EBP-B8],EAX
0048A411      A1 78E15000   MOV EAX,DWORD PTR DS:[50E178]            ;  25 Kalima I [24]
0048A416      8985 4CFFFFFF MOV DWORD PTR SS:[EBP-B4],EAX
0048A41C      A1 78E15000   MOV EAX,DWORD PTR DS:[50E178]            ;  25 Kalima II [25]
0048A421      8985 50FFFFFF MOV DWORD PTR SS:[EBP-B0],EAX
0048A427      A1 78E15000   MOV EAX,DWORD PTR DS:[50E178]            ;  25 Kalima III [26]
0048A42C      8985 54FFFFFF MOV DWORD PTR SS:[EBP-AC],EAX
0048A432      A1 78E15000   MOV EAX,DWORD PTR DS:[50E178]            ;  25 Kalima IV [27]
0048A437      8985 58FFFFFF MOV DWORD PTR SS:[EBP-A8],EAX
0048A43D      A1 78E15000   MOV EAX,DWORD PTR DS:[50E178]            ;  25 Kalima V [28]
0048A442      8985 5CFFFFFF MOV DWORD PTR SS:[EBP-A4],EAX
0048A448      A1 78E15000   MOV EAX,DWORD PTR DS:[50E178]            ;  25 Kalima VI [29]
0048A44D      8985 60FFFFFF MOV DWORD PTR SS:[EBP-A0],EAX
0048A453      A1 74E15000   MOV EAX,DWORD PTR DS:[50E174]            ;  31 Lord Baren [30]
0048A458      8985 64FFFFFF MOV DWORD PTR SS:[EBP-9C],EAX
0048A45E      A1 70E15000   MOV EAX,DWORD PTR DS:[50E170]            ;  32 Dare Devil [31]
0048A463      8985 68FFFFFF MOV DWORD PTR SS:[EBP-98],EAX
0048A469      A1 6CE15000   MOV EAX,DWORD PTR DS:[50E16C]            ;  33 TEST [32]
0048A46E      8985 6CFFFFFF MOV DWORD PTR SS:[EBP-94],EAX
0048A474      A1 68E15000   MOV EAX,DWORD PTR DS:[50E168]            ;  34 Adia [33]
0048A479      8985 70FFFFFF MOV DWORD PTR SS:[EBP-90],EAX
0048A47F      A1 64E15000   MOV EAX,DWORD PTR DS:[50E164]
0048A484      8985 74FFFFFF MOV DWORD PTR SS:[EBP-8C],EAX
0048A48A      A1 60E15000   MOV EAX,DWORD PTR DS:[50E160]
0048A48F      8985 78FFFFFF MOV DWORD PTR SS:[EBP-88],EAX
0048A495      A1 5CE15000   MOV EAX,DWORD PTR DS:[50E15C]
0048A49A      8985 7CFFFFFF MOV DWORD PTR SS:[EBP-84],EAX
0048A4A0      A1 58E15000   MOV EAX,DWORD PTR DS:[50E158]
0048A4A5      8985 80FFFFFF MOV DWORD PTR SS:[EBP-80],EAX
0048A4AB      A1 54E15000   MOV EAX,DWORD PTR DS:[50E154]
0048A4B0      8985 84FFFFFF MOV DWORD PTR SS:[EBP-7C],EAX
0048A4B6      A1 50E15000   MOV EAX,DWORD PTR DS:[50E150]
0048A4BB      8985 88FFFFFF MOV DWORD PTR SS:[EBP-78],EAX
0048A4C1      A1 4CE15000   MOV EAX,DWORD PTR DS:[50E14C]
0048A4C6      8985 8CFFFFFF MOV DWORD PTR SS:[EBP-74],EAX
0048A4CC      A1 48E15000   MOV EAX,DWORD PTR DS:[50E148]
0048A4D1      8985 90FFFFFF MOV DWORD PTR SS:[EBP-70],EAX
0048A4D7      A1 44E15000   MOV EAX,DWORD PTR DS:[50E144]
0048A4DC      8985 94FFFFFF MOV DWORD PTR SS:[EBP-6C],EAX
0048A4E2      A1 40E15000   MOV EAX,DWORD PTR DS:[50E140]
0048A4E7      8985 98FFFFFF MOV DWORD PTR SS:[EBP-68],EAX
0048A4ED      A1 3CE15000   MOV EAX,DWORD PTR DS:[50E13C]
0048A4F2      8985 9CFFFFFF MOV DWORD PTR SS:[EBP-64],EAX
0048A4F8      A1 38E15000   MOV EAX,DWORD PTR DS:[50E138]
0048A4FD      8985 A0FFFFFF MOV DWORD PTR SS:[EBP-60],EAX
0048A503      90            NOP
0048A504      90            NOP
0048A505      90            NOP


ITEMS GLOW FIX:

I'm gonna post only offsets, i'm sorry but i do not have any time to explain on what is going on in there and how, trace it, follow through it and you will figure it out.

Code:
Main Glow:
0056755F  |> \8D46 FF       LEA EAX,DWORD PTR DS:[ESI-1]             ;  Switch (cases 1..14)


OTHER STUFF:
here you will find other offsets for 97Y+ main
I had a lot more info, but i kinda lost it, sorry folks....

Code:
Monster Damage:
004A957D      3D C8000000       CMP EAX,0C8
                            ; Ball Invincible

Monster Sound:
0056E060   $  55            PUSH EBP


Monster Skin Load Section
004A6BB0   $  55            PUSH EBP

Default Monster Section (Jump)
004A93C7   >-\E9 551CE807   JMP npx970.0832B021                      ;  Default case of switch 004A6BBD


Player Name Display:
004A950F      3BDF          CMP EBX,EDI                              ;  ntdll.7C910738
004A9511      0F84 AA000000 JE npx970.004A95C1


Character Display (how many refresh per screen):
004A5C97     /74 37         JE SHORT npx970.004A5CD0

NPC Skin Load:
0056D960  /$  55            PUSH EBP

Weapon Position (Character hold spear,sword...)
004A5AE7      C683 AD020000>MOV BYTE PTR DS:[EBX+2AD],21
004A5AEE      C683 CD020000>MOV BYTE PTR DS:[EBX+2CD],2A


World Folder Load:
0057307F   . /7F 05          JG SHORT npx970.00573086


http://www.darksideofmu.com
http://www.darksidegaming.net
http://****************
 
Last edited:
Junior Spellweaver
Joined
Apr 27, 2005
Messages
124
Reaction score
62
DaRKav - [Release] DarkSide 97Y+ Server (Glow change + function offsets) - RaGEZONE Forums


DaRKav - [Release] DarkSide 97Y+ Server (Glow change + function offsets) - RaGEZONE Forums



Look here on how to add monsters to the older main.

Pretty sure it will be helpful to add other extra monsters to that main, P.S. You might need to increase the indexes of monsters from 256 to 512 or something because in my main there is only a couple of extra spots left...

http://forum.ragezone.com/f197/release-adding-monsters-main-97j-up-334510/#post2888171

MONSTERS SUPPORTED IN CLIENT:
Code:
//-------------------------------
//Dark Side of MU
//Client Monster File v97X
//-------------------------------
//www.darksideofmu.com
//-------------------------------
 0 1 "Bull Fighter"
 1 1 "Hound"
 2 1 "Budge Dragon"
 3 1 "Spider"
 4 1 "Elite Bull Fighter"
 5 1 "Hell Hound"
 6 1 "Lich"
 7 1 "Giant"
 8 1 "Poison Bull Fighter"
 9 1 "Thunder Lich"
10 1 "Dark Knight"
11 1 "Ghost"
12 1 "Larva"
13 1 "Hell Spider"
14 1 "Skeleton"
15 1 "Skeleton Archer"
16 1 "Elite Skeleton"
17 1 "Cyclops"
18 1 "Gorgon"
19 1 "Yeti"
20 1 "Elite Yeti"
21 1 "Assassin"
22 1 "Ice Monster"
23 1 "Hommerd"
24 1 "Worm"
25 1 "Ice Queen"
26 1 "Goblin"
27 1 "Chain Scorpion"
28 1 "Beetle Monster"
29 1 "Hunter"
30 1 "Forest Monster"
31 1 "Agon"
32 1 "Stone Golem"
33 1 "Elite Goblin"
34 1 "Cursed Wizard"
35 1 "Death Gorgon"
36 1 "Shadow"
37 1 "Devil"
38 1 "Balrog"
39 1 "Poison Shadow"
40 1 "Death Knight"
41 1 "Death Cow"
42 1 "Death Dragon"
43 1 "Golden Budge Dragon"
44 1 "Dragon"
45 1 "Bahamut"
46 1 "Vepar"
47 1 "Valkyrie"
48 1 "Lizard King"
49 1 "Hydra"
50 1 "Sea Worm"
51 1 "Great Bahamut"
52 1 "Silver Valkyrie"
53 1 "Golden Titan"
54 1 "Golden Solider"
55 1 "Death King"
56 1 "Death Bone"
57 1 "Iron Wheel"
58 1 "Tantallos"
59 1 "Zaikan"
60 1 "Bloody Wolf"
61 1 "Vim Knight"
62 1 "Mutant"
63 1 "DeathvimKnight"
64 1 "Orc Archer"
65 1 "Elite Orc"
66 1 "Cursed King"
67 1 "Metal balrog"
68 1 "Molt"
69 1 "Alquamos"
70 1 "Queen Rainer"
71 1 "Mega Crust"
72 1 "Phantom Knight"
73 1 "Drakan"
74 1 "Alpha Crust"
75 1 "Gaint Drakan"
76 1 "Dark Phoenix shield"
77 1 "Dark Phoenix"
78 1 "Golden Goblin"
79 1 "Golden Derkon"
80 1 "Golden Lizard King"
81 1 "Golden Vepar"
82 1 "Golden Tantalos"
83 1 "Golden Wheel"
84 1 "Skeleton Fighter Boss"
85 1 "Skeleton Archer Boss"
86 1 "Dark Skeleton Fighter"
87 1 "Giant Oak"
88 1 "Knight  Red Skeleton"
89 1 "Magic Skeleton"
90 1 "Skeleton Fighter Boss"
91 1 "Skeleton Archer Boss"
92 1 "Dark Skeleton Fighter"
93 1 "Giant Oak"
94 1 "Knight  Red Skeleton"
95 1 "Magic Skeleton"
96 1 "Skeleton Fighter Boss"
97 1 "Skeleton Archer Boss"
98 1 "Dark Skeleton Fighter"
99 1 "Giant Oak"
111 1 "Knight  Red Skeleton"
112 1 "Magic Skeleton"
100 1 "Saw Trap"
101 1 "Skewer Trap"
102 1 "Fire Trap"
103 1 "Meteorite Trap"
113 1 "Skeleton Fighter Boss"
114 1 "Skeleton Archer Boss"
115 1 "Dark Skeleton Fighter"
116 1 "Giant  Oak"
117 1 "Knight  Red Skeleton"
118 1 "Magic Skeleton"
119 1 "Skeleton Fighter Boss"
120 1 "Skeleton Archer Boss"
121 1 "Dark Skeleton Fighter"
122 1 "Giant Oak"
123 1 "Knight  Red Skeleton"
124 1 "Magic Skeleton"
//-------------------------------
//Blood Castle 6
//-------------------------------
125 1 "Skeleton Fighter Boss"
126 1 "Skeleton Archer Boss"
127 1 "Dark Skeleton Fighter"
128 1 "Giant Oak"
129 1 "Knight  Red Skeleton"
130 1 "Magic Skeleton"
//-------------------------------
//Castle Misc
//-------------------------------
131 1 "Castle Gate"
132 1 "Statue of Saint"
133 1 "Statue of Saint"
134 1 "Statue of Saint"
135 1 "White Wizards"
136 1 "Orc Soldiers of Destruction"
137 1 "Orc Archer of Destruction"
//-------------------------------
//Blood Castle7
//-------------------------------
138 1 "Skeleton Fighter Boss"
139 1 "Skeleton Archer Boss"
140 1 "Dark Skeleton Fighter"
141 1 "Giant Oak"
142 1 "Knight  Red Skeleton"
143 1 "Magic Skeleton"
//-------------------------------
//Kalima [DS 97W]
//-------------------------------
144 1 "Death Angel"
145 1 "Illusion of KUNDUN"
146 1 "Lobster"
147 1 "Aegis"
148 1 "Bloody Soldier"
149 1 "Necron"
152 1 "Death Centureon"
153 1 "KUNDUN"
//-------------------------------
//Default
//-------------------------------
150 1 "Bali"
151 1 "Solider"
//-------------------------------
//97Z release Changes
//-------------------------------
//152 1 "Gate Stone of %s "
//153 1 "Gate Stone of %s "
//154 1 "Gate Stone of %s "
//155 1 "Gate Stone of %s "
//156 1 "Gate Stone of %s "
//157 1 "Gate Stone of %s "
//158 1 "Shadow Knight"
//-------------------------------
//Dare Devil Map [97W]
//-------------------------------
154 1 "Predator"
155 1 "Fire Golem"
156 1 "Princess Tiara"
157 1 "Poison Golem"
158 1 "Warewolf"
159 1 "Dare Devil"
//-------------------------------
//Crystal Quest BOSS [97W]
//-------------------------------
160 1 "Crystal Statue"
161 1 "Energy Tower"
//-------------------------------
//Chaos Castle Monster [97W]
//-------------------------------
162 1 "Chaos Castle Soldier"
163 1 "Chaos Castle Soldier"
164 1 "Chaos Castle Soldier"
165 1 "Chaos Castle Soldier"
166 1 "Chaos Castle Soldier"
167 1 "Chaos Castle Soldier"
168 1 "Chaos Castle Soldier"
169 1 "Chaos Castle Soldier"
170 1 "Chaos Castle Soldier"
171 1 "Chaos Castle Soldier"
172 1 "Chaos Castle Soldier"
173 1 "Chaos Castle Soldier"
//-------------------------------
//Stadium Soldiers [97W]
//-------------------------------
174 1 "Red Dragon Warrior"
175 1 "Spirit Goddess"
176 1 "Bone Wizzard"

177 1 "Black Dragon Warrior"
178 1 "Guardian Goddess"
179 1 "Spinx Wizzard"

180 1 "Phoenix Warrior"
181 1 "Divine Goddess"
182 1 "Soul Wizzard"

183 1 "Red Phoenix Warrior"
184 1 "Nature Goddess"
185 1 "DarkSide Wizzard"

186 1 "Forsaken King"
//-------------------------------
//Aida [97X]
//-------------------------------
187 1 "Forest Wizzard"
188 1 "Forest Spirit Knight"
189 1 "Forest Beast"
190 1 "Forest Blade Ogre"
191 1 "Forest Tree Guard"
192 1 "Lucifer"

//-------------------------------
//Test [97Y+] CRYWOLF MOBS
//-------------------------------
187 1 "Test 58"
188 1 "Test 59"
189 1 "Test 60"
190 1 "Test 61"
191 1 "Test 62"
192 1 "Test 63"
193 1 "Test 64"
194 1 "Test 65"
195 1 "Test 66"
196 1 "Test 67"
197 1 "Test 68"
198 1 "Test 69"
199 1 "Test 70"
//-------------------------------
//Stadium Event Soccer Misc
//-------------------------------
200 1 "Ball"
//-------------------------------
//Test [97.]
//-------------------------------
201 1 "Test 71"
202 1 "Test 72"
203 1 "Test 73"
204 1 "Test 74"
205 1 "Test 75"
206 1 "Test 76"
207 1 "Test 77"
208 1 "Test 78"
209 1 "Test 79"
210 1 "Test 80"
211 1 "Test 81"
212 1 "Test 82"
213 1 "Test 83"
214 1 "Test 84"
215 1 "Test 85"
216 1 "Test 86"
217 1 "Test 87"
218 1 "Test 88"
219 1 "Test 89"
220 1 "Test 90"
221 1 "Test 91"
222 1 "Test 92"
223 1 "Test 93"
224 1 "Test 94"
225 1 "Test 95"
227 1 "Test 95"
228 1 "Test 95"
//-------------------------------
//NPC [97w]
//-------------------------------
226 1 "Trainer"
229 1 "Marlon"
230 1 "Alex"
231 1 "Thompson Kenel"
232 1 "Archangel"
233 1 "Spirit of Archangel"
234 1 "Goblin Gatekeeper"
235 1 "Priestess Sevina"
236 1 "Golden Archer"
237 1 "Charon"
238 1 "Chaos Goblin"
239 1 "Stadium Guard"
240 1 "Baz the Vault Keeper"
241 1 "Guild Minister"
242 1 "Elf Lala"
243 1 "Eo the Craftsman"
244 1 "Laeticia the Barmaid"
245 1 "Morgana the Sorceress"
246 1 "Zienna the Weapon Merchant"
247 1 "Sentinel"
248 1 "Peddler"
249 1 "Sentinel"
250 1 "Wandering Merchant"
251 1 "Hanzo the Blacksmith"
252 1 ""
253 1 "Florence the Potion Peddler"
254 1 "Pasi the Mage"
255 1 "Lumen the Barmaid"
 
Last edited:
Junior Spellweaver
Joined
Apr 27, 2005
Messages
124
Reaction score
62
Re: [Release] 4 the lover of 97J => 97Y+

TY VERY MUCH

I asked you for this and I cant believe you shared!!! THANKS!!

to be honest, i forgot about it completely, time flyes
 
Twilight Mu Owner
Loyal Member
Joined
Aug 8, 2005
Messages
505
Reaction score
74
Re: [Release] DarkSide 97Y+ Server [Glow change + function offsets]



 
Last edited:
Junior Spellweaver
Joined
Oct 9, 2006
Messages
117
Reaction score
3
Re: [Release] DarkSide 97Y+ Server [Glow change + function offsets]

intruder5 you could order this to me serves everything complete without needing moves with offsets I does not know eats moved with this debtor since already
 
Newbie Spellweaver
Joined
Oct 14, 2006
Messages
28
Reaction score
0
Re: [Release] DarkSide 97Y+ Server [Glow change + function offsets]

MIRROR FOR THE MUSERVER
 
Junior Spellweaver
Joined
Apr 27, 2005
Messages
124
Reaction score
62
Re: [Release] DarkSide 97Y+ Server [Glow change + function offsets]

MIRROR FOR THE MUSERVER


tnx for mirroring, but i'm planning on updating the files plus adding pics and some guides in them....
 
Newbie Spellweaver
Joined
Apr 30, 2006
Messages
17
Reaction score
0
Re: [Release] DarkSide 97Y+ Server [Glow change + function offsets]

Thx for this great release ... this is for old school lovers ... just like me :p keep it up
 
Newbie Spellweaver
Joined
Nov 27, 2007
Messages
11
Reaction score
0
Re: [Release] DarkSide 97Y+ Server [Glow change + function offsets]

First time here about this version,need to try it!
 
Experienced Elementalist
Joined
Jul 19, 2007
Messages
214
Reaction score
0
Re: [Release] DarkSide 97Y+ Server [Glow change + function offsets]

10/10 for this release, gonna try it out on my test server
 
Junior Spellweaver
Joined
Apr 27, 2005
Messages
124
Reaction score
62
Re: [Release] DarkSide 97Y+ Server [Glow change + function offsets]

DaRKav - [Release] DarkSide 97Y+ Server (Glow change + function offsets) - RaGEZONE Forums


I failed xD

erm, try another launcher, there is 2 of them there, works for me with no props...

btw, what OS you use?
 
Joined
Apr 16, 2005
Messages
2,651
Reaction score
655
Re: [Release] DarkSide 97Y+ Server [Glow change + function offsets]

I tried both. Win XP 64 bits xD

Can I ask why is it called 97j when its 0.99b modified? This things ( add monster, change glows) can be done to 97d ? or its possible only cause 99b includes this space?
 
Junior Spellweaver
Joined
Apr 27, 2005
Messages
124
Reaction score
62
I tried both. Win XP 64 bits xD

Can I ask why is it called 97j when its 0.99b modified? This things ( add monster, change glows) can be done to 97d ? or its possible only cause 99b includes this space?

its not 99B..... ;]
its a hybrid of 98c with use of technology from CT99J and B

and btw, XP64 bit = try using useless windows emulation ;-D

anyways, setting up server now, so i can post some pics of that hairy thing ;]

Updating Pictures ;]
 
Last edited by a moderator:
Joined
Apr 16, 2005
Messages
2,651
Reaction score
655
Re: [Release] DarkSide 97Y+ Server [Glow change + function offsets]

Why cant I use the main to connect to my 97d server? I changed serial and version with no problems but as soon as I walk or do anything I get DC
 
Junior Spellweaver
Joined
Apr 27, 2005
Messages
124
Reaction score
62
Why cant I use the main to connect to my 97d server? I changed serial and version with no problems but as soon as I walk or do anything I get DC
because my server has protocol change, you need to use my server....

well, all i can say, wait if some bored person will unpack the DLL...
Its packet with EncryptPE 2005 edition...

I told you, i lost the sources for it...


P.S. you can get it going, just on 64 bit u need to emulate 32 bit :SniperHea

NEW INFO: GS needs a lot of updates to be done to it.

Main supports Monsters up to CryWolf, but GS missing settings and spawns for those maps.

Aida map is already in GS, i will see if anyone is interested, i will be able to add all of the current map in it.

:phone:

Can I ask why is it called 97j when its 0.99b modified? This things ( add monster, change glows) can be done to 97d ? or its possible only cause 99b includes this space?

because 97J is not 99... 97 original main is 97B..... and thats exactly what i did in 97J => added mobs and maps from newer version...

97Y+ is based on 98C version, and pretty much is 97 just with better graphics
 
Joined
Apr 16, 2005
Messages
2,651
Reaction score
655
Re: [Release] DarkSide 97Y+ Server [Glow change + function offsets]

I have 2 computers, so the gs I was able to run :p The client you uploaded has a lot of missing DLLS, maybe its that whats causing the problems, I had to use some (like vorbisfile.dll from other client files)
 
Back
Top