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!

[DEV] Seal Online Emulation (Tech Talk not A Help Me Place)

Status
Not open for further replies.
Newbie Spellweaver
Joined
Feb 7, 2009
Messages
20
Reaction score
9
Re: Seal Online Emulation

Cross Lake
Travia Mountain
Travia Valley
Eslidon Lake
South Phoibus
North Phoibus
West Sealed Island
East Sealed Island
Sealed Cave
Herakus Forest - Fixed Herakus Command
East Laywook Forest
West Laywook Forest


no command yet i found for this map,i just seeing that command in 1819.exe and 1820.exe

update for your release : hex edit 1819.exe and 1820.exe,then search text 458Game,change this to [GM].
that notice appear when GM broadcast :thumbup:


i made .bat command for simply start and close 4 server file,make this .bat file:

open notepad,then type this code :

a.Start Server
Code:
[SIZE="3"]start /min 1819.exe
start /min 1820.exe
start /min chat.exe
start /min acc_.exe[/SIZE]

save as : start_server.bat

b.Kill Server
Code:
[SIZE="3"]taskkill /im 1819.exe
taskkill /im 1820.exe
taskkill /im chat.exe
taskkill /im acc_.exe[/SIZE]

save as : kill_server.bat

put file start server.bat and kill server.bat in folder game server
 
Last edited:
Joined
Oct 6, 2010
Messages
133
Reaction score
29
Re: Seal Online Emulation

trying that crashed the client when a msg was sent :S

and besides I could care less off that, I would like to know how to mkae the announcement in Yellow at top of screen and make the "bling" sound lol

---------- Post added at 10:46 AM ---------- Previous post was at 10:44 AM ----------

Oh and I forgot, right now I am needing to match ID mob numbers with the map sou ID, knowing the formula or which is which would speed up the process of me placing warps in maps

---------- Post added at 11:13 AM ---------- Previous post was at 10:46 AM ----------

This is teh current warp Liist I found, and they seem to start at 20, but things get confusing and lost a little after 533 on up!

WARP - Map - X - Y - TO MAP - Map DB Number

516 - Changed - 20
~517 - 100 - 491 - 402 - End of Land East - 21
~518 - 101 - 490 - 251 - Upper Stream of Glasis River East - 22
519 - Changed - 23
~520 - 102 - 18 - 247 - Silon Malitia West - 24
~521 - 110 - 253 - 75 - Laywook Forest E South - 25
522 - Changed - 26
~523 - 101 - 266 - 492 - Upper Stream of Glassis River North - 27
~524 - 101 - 15 - 235 - Upper Stream of Glasis River West - 28
~525 - 8 - 245 - 407 - Lime North - 29
~526 - 18 - 494 - 62 - Adel Monestary South-East - 30
~527 - 102 - 495 - 279 - Silon Malitia East - 31
~528 - 102 - 194 - 17 - Silon Malitia South - 32
529 - Elim - not changed not sure if 33
~530 - 108 - 251 - 17 - Crude Mountain South Warp - 34 and 35????

~531 - 8 - 411 - 253 - Lime East - 36
~532 - 111 - 167 - 495 - Upper Stream of Mirmir River North - 37
~533 - 109 - 16 - 203 - Outerwall of Lime North-West - 38?
~534 - 109 - 17 - 13 - Outerwall of Lime South-West - 40
~535 - 19 - 267 - 494 - Travia Valley North -41
~536 - 18 - 255 - 492 - Adel Monestary North - 42
~537 - 111 - 492 - 156 - Upper Stream of Mirmir River East - 43
~538 - 111 - 18 - 213 - Upper Stream of Mirmir River West - 44
~539 - 111 - 228 - 17 - Upper Stream of Mirmir River South - 45
~540 - 19 - 19 - 336 - Travia Valley West - 46
~541 - 19 - 189 - 19 - Travia Valley South West - 47
~542 - 18 - 494 - 341 - Adel Monestary North East - 48
543 - Changed? - 49?
~544
~545
~546
~547
~548
~549
~550
~551
~552
~553
~554
~555
~556
557 - 8 - 224 - 299 - Lime Default NPC Girl
558 - 8 - 224 - 299 - Lime Default NPC Girl
~559
560 - 8 - 224 - 299 - Lime Default NPC Girl
561 - 8 - 224 - 299 - Lime Default NPC Girl
562 - 8 - 224 - 299 - Lime Default NPC Girl
563 - 8 - 224 - 299 - Lime Default NPC Girl
564
565
566
567
568
569
570
571
572 - 8 - 224 - 299 - Lime Default NPC Girl
573
574
575
576
~577
578
579
580
581
582
583
584
585
586
587
588
589
590
~683
~684
~689

---------- Post added at 11:30 AM ---------- Previous post was at 11:13 AM ----------

Ok here is the new Server files only, no extras or databases, just the new 1819 and 1820! :w00t:

 
Newbie Spellweaver
Joined
Feb 7, 2009
Messages
20
Reaction score
9
Re: Seal Online Emulation

trying that crashed the client when a msg was sent :S

bla bla... :p:



replace hex like this :
from 458Game,Hex = 34 35 38 47 61 6D 65 3A
to [GM] (start replace hex from 34)
Hex = 5B 47 4D 5D 20 3A 20 20

i have to sleep,we continue tomorrow
:thumbup:
 
Last edited:
Joined
Oct 6, 2010
Messages
133
Reaction score
29
Re: Seal Online Emulation

replace hex like this :
from 458Game,Hex = 34 35 38 47 61 6D 65 3A
to [GM] (start replace hex from 34)
Hex = 5B 47 4D 5D 20 3A 20 20

i have to sleep,we continue tomorrow
:thumbup:

I did that, it crashed the client when message sent out... :S

---------- Post added at 05:05 PM ---------- Previous post was at 04:55 PM ----------

Oh also I am still having trouble understanding how the warps work, 516 does indeed = 20 in the maps database, however when I got to 528 on up they begin to act inconsistant...

PS Sleep? thats what I did 5 hours ago from this post :p
 
Last edited:
Joined
Oct 6, 2010
Messages
133
Reaction score
29
Re: Seal Online Emulation

OK People here is a quick re-cap of the list of things needed done at the moment that would help me greatly, I know we need commands and other things to happen, but I think we should focus more on the following:

Getting Maps to work correctly:
Find out why the hell these maps are not working right? Does the server files need to be Hexed to fix this? Will the maps 1 2 3 5 22 ect. the ones in the main maps folder for the client work with the server? I plan on trying this, but really need to find awnsers fast!

The current problems again are, some maps monsters do not move, others they move but go through walls and rivers and such. The other problem is the monsters are not agressive, and do not attack first, and when they do attack in maps they can move in, they stick to you like bubble gum! :?:


Warps are not fully done, finding out the codes:
Guys Let me explain one more time about this, if your not understanding.... there is a maps section in the database files or sql files that tells where WARPs will spawn the player at. Apparently the numbers within the maps section in the database does not match the ID number of the MOB ID, WARPS are considered as Mobs, and therefore have there own ID starting at 516 and up. I do not know where it ends, but I do know there is over 100 at least between 516 and 616 or so. The problem is the Database maps section contains a field called SOU which is short for Seal Online Unit, or something like that, not sure what the U means. Anyways, the SOU does not corrispond or match with the WARPS Mob ID number.

Here is a prime example of a mob file for a WARP 516:

<?xml version="1.0" ?>
<!--WARP-->
<Mob>
<TYPE>4</TYPE>
<ÉúÃüÖµ>108000</ÉúÃüÖµ>
<ħ·¨Öµ>0</ħ·¨Öµ>
<¾­ÑéÖµ>1</¾­ÑéÖµ>
<¹¥»÷Á¦>820</¹¥»÷Á¦>
<·ÀÓùÁ¦>690</·ÀÓùÁ¦>
<ˢмä¸ô>11</ˢмä¸ô>
<X>285</X>
<Y>488</Y>
<MAP_ID>115</MAP_ID>
<¹ÖÎïID>516</¹ÖÎïID> < ----- This is the MOB Number, or WARP number. As you can see here it says 516! This is the actual warp number.
<µôÂäÊýÁ¿>0</µôÂäÊýÁ¿>
<µôÂäÎïÆ·>
</µôÂäÎïÆ·>
</Mob>

Now in the database there is a list in the map section, it looks something like this:

id | sou | map_id | x | y
46 | 0| 2 226 36


and currently the SOU value for 516 is 20 like so

26 | 20| 2| 225| 60

The sou value is pre-set apparently in the database, unless someone can prove otherwise, I need to know what SOU numbers go to what MOB ID numbers! This is the most important task currently as this is how we travel in game, and need these warps to work! They are also related to NPC's! So please help with this...


Is there missing pathing information? :
As said, is there an issue with Paths? It seems there is, or monsters would not be acting this way? Like I stated before, the Monsters are not acting correctly!


Finally, is there monsters missing from the database or from the client?

Currently there is an issue with the Monsters 2700+ not appearing in game, and using these values does not crash Seal or the Server, it is like it is ignored.
These are the Monsters that are not visable in game when created:

2726 - Meora? 80LVL 13239HP 437DMG 267DEF 13239EXP
2729 - Great Nixie 85LVL 14905HP 466DMG 287DEF 14905EXP

2732 - Great Wormo 90LVL 16680HP 496DMG 309DEF 16680EXP
2738 - [Hungry] Krab 105LVL 22605HP 585DMG 375DEF 22605EXP

2741 - Confused Abyss 125LVL 31905HP 708DMG 471DEF 31905EXP
2744 - [E]Demon Knight 125LVL 31905HP 708DMG 471DEF 31905EXP
2747 - [Vile] Pedoron 127LVL 32923HP 721DMG 481DEF 32923EXP

2750 - [Crazy] Dark Swordsman 127LVL 32923HP 721DMG 481DEF 32923EXP
2753 - Dark Berserker? 129LVL 33957HP 733DMG 491DEF 33957EXP
2756 - Dark Gariel 167LVL 56643HP 979DMG 699DEF 56643EXP
2759 - Cool Mariel? 173LVL 60753HP 1020DMG 734DEF 60753EXP

2762 - Terror Skull Collect?? 171LVL 59367HP 1006DMG 722DEF 59367EXP
2765 - Chaos 174LVL 61452HP 1026DMG 740DEF 61452EXP
2768 - [Mega] Titan Skull 152LVL 46998HP 881DMG 614DEF 46998EXP

2771 - Massive Macho Zombie 154LVL 48232HP 894DMG 625DEF 48232EXP
2774 - [Guardian] Cankura 156LVL 49482HP 907DMG 636DEF 49482EXP
2777 - Rizadoria 159LVL 51387HP 926DMG 653DEF 51387EXP

2780 - [Strong]Pedron 163LVL 53983HP 953DMG 676DEF 53983EXP
2783 - [Cursed] Kimbara 165LVL 55305HP 966DMG 687DEF 55305EXP
2786 - Super Titan Skull 196LVL 77842HP 1177DMG 877DEF 77842EXP
2789 - Demon Wizard 212LVL 78429HP 1612DMG 982DEF 78429EXP

2792 - Dark Warrior 212LVL 78429HP 1612DMG 982DEF 78429EXP
2795 - Soul Collector MK3 206LVL 85932HP 1247DMG 942DEF 85932EXP

2816 - [Excited] MoleRat 188LVL 71658HP 1122DMG 826DEF 71658EXP
2819 - Superduper WoodWood? 183LVL 67923HP 1087DMG 795DEF 67823EXP

2822 - Timid Horse 185LVL 69405HP 1101DMG 807DEF 69405EXP
2825 - [Lurid] Mushrooms 200LVL 81030HP 1205DMG 903DEF 81030EXP
2828 - Earthworm 211LVL 90127HP 1283DMG 975DEF 90127EXP

2831 - Gargantuos Beast 203LVL 83463HP 1226DMG 922DEF 83463EXP
2834 - Shizamu 204LVL 84282HP 1233DMG 929DEF 84282EXP
2837 - [F] Mega Macho 205LVL 85105HP 1240DMG 935DEF 85105EXP

2894 - Dark Aleph 220LVL 134654HP 1515DMG 1037DEF 134654EXP
2897 - Ancient Titan Skull 199LVL 110312HP 1348DMG 896DEF 110312EXP

2900 - Runaway Railor 187LVL 97492HP 1254DMG 820DEF 97492EXP

2912 - [Excited] Pedoron 202LVL 113641HP 1371DMG 916DEF 113641EXP

2924 - [Passion] Pedoron 205LVL 117019HP 1395DMG 935DEF 117019EXP

2933 - Ancient Goku 214LVL 127452HP 1467DMG 995DEF 127452EXP

2945 - Shark 184LVL 94410HP 1231DMG 801DEF 94410EXP
2948 - Goriate 217LVL 131028HP 1491DMG 1016DEF 131028EXP

2951 - Ancient Golem 190LVL 100623HP 1277DMG 839DEF 100623EXP

2960 - Guardian BOSS 236LVL ? ? ? ?

3062 - Pig Boss 1 ? 225LVL ? ? ? ?
3065 - Pig Boss 2 ? 225LVL ? ? ? ?
3068 - Pig Boss 3 ? 225LVL ? ? ? ?

Plus there could be others not listed here! This also needs fixing and is important!


Skills:
Some Skills do not work, others are not acting right, and some refuse to work properly.... help me with this as well, perhaps even write more xml skill sets??

So please help me with these issues before any others, as these are the top prioities right now, once these issues are solved we can get to the next step of placing warps, npcs and monsters, and hopefully if we can get a server up, test it there. And the Rest of the Bugs fixes wil follow!


---------- Post added at 10:36 PM ---------- Previous post was at 09:24 PM ----------

Okay I found out some shocking new information, apparently I can use the other maps for control of the mobs, however, there is not enough room in the server file space for me to put all the maps there, so this will pose to be a buigger problem... the mobs still are not agressive, and I am still testing to see if they go through walls in some maps. In doing this change, I had lost East and West Red Soil Maps movement, meaning the map did not get loaded in the server information file, and now the mobs don;t move in these maps, so this means I will have to find some other way to load all the maps up. it also means that the reason in maps 20 and 25 Dod and the others are not loaded within the server, so that is why they DO NOT MOVE!~ But this still does not explain why the mobs don't attack and are not agressive... And it does not guarantee BOSSes like Ohm not moving... Just thought I would share this info with you guuys, keep me informed if you find anything helpfull in discovering how to fix this! Thanks ahead of time! :rolleyes:
 
Last edited:
Newbie Spellweaver
Joined
Feb 7, 2009
Messages
20
Reaction score
9
Re: Seal Online Emulation

Code:
[SIZE="2"]<?xml version="1.0" ?>
<!--WARP-->
<Mob>
<TYPE>4</TYPE>
<ÉúÃüÖµ>108000</ÉúÃüÖµ>
<ħ·¨Öµ>0</ħ·¨Öµ>
<¾­ÑéÖµ>1</¾­ÑéÖµ>
<¹¥»÷Á¦>820</¹¥»÷Á¦>
<·ÀÓùÁ¦>690</·ÀÓùÁ¦>
<ˢмä¸ô>11</ˢмä¸ô>
<X>285</X>
<Y>488</Y>
<MAP_ID>115</MAP_ID> 
<¹ÖÎïID>516</¹ÖÎïID> 
<µôÂäÊýÁ¿>0</µôÂäÊýÁ¿>
<µôÂäÎïÆ·>
</µôÂäÎïÆ·>
</Mob>[/SIZE]

you can see our font dont recognize "hieroglif" letter in server or client file.
i recommend you to change setting like me..
CONTROL PANEL => Regional and Language Option => Advanced =>
then drop down menu for Select language change to Chinise (Hongkong S.A.R)
restart..then when you open file or open client font will recognize original letter for the file :thumbup:

like this :
Code:
[SIZE="2"]
<?xml version="1.0" ?>
<!--紩惘妀-->
<Mob>
<TYPE>4</TYPE>
<汜韜硉>184500</汜韜硉>
<藹楊硉>0</藹楊硉>
<冪桄硉>1</冪桄硉>
<馴僻薯>820</馴僻薯>
<滅郘薯>690</滅郘薯>
<芃陔潔路>11</芃陔潔路>
<X>200</X>
<Y>200</Y>
<MAP_ID>8</MAP_ID>
<墅昜ID>360</墅昜ID>
<裁邈杅講>0</裁邈杅講>
<裁邈昜>
</裁邈昜>
</Mob>[/SIZE]

now we can recognize that letters on file,hoping someone could read the Chinese letters :grr: and translate for us,so we can identify any xml command on file.

hope this help you little bit.. :thumbup:

N.B. :
use program NPC怪物修改工具.exe on mobs folder to change value .xml file simply direct.
but i can't made any change,because i don't know what meaning chinese letter on the program. :lol:

GoldenAce - [DEV] Seal Online Emulation (Tech Talk not A Help Me Place) - RaGEZONE Forums


GoldenAce - [DEV] Seal Online Emulation (Tech Talk not A Help Me Place) - RaGEZONE Forums


just use try and error mode :8:
 

Attachments

You must be registered for see attachments list
Last edited:
Joined
Oct 6, 2010
Messages
133
Reaction score
29
Re: Seal Online Emulation

Thanks but no cigar, thats helpfull ina sense, but without the maps loading correctly, that info is kind of pointless, besides I know what 90% of what all that means, thats not my issue, the issue is I can't find a relation ship to the MobID and SOU ID yet.... and I got a big problem.... Did you know that not all maps are loaded into the server? That there is maps missing, and I tried loading them as a seperate number like 25m to shorten them up a bit, and it wont load them all and only loads like 15 maps out of 94!!!! No wonder we are having issues!!! :(

---------- Post added at 12:17 AM ---------- Previous post was at 12:15 AM ----------

Code:
[SIZE="2"]<?xml version="1.0" ?>
<!--WARP-->
<Mob>
<TYPE>4</TYPE>
<ÉúÃüÖµ>108000</ÉúÃüÖµ>
<ħ·¨Öµ>0</ħ·¨Öµ>
<¾­ÑéÖµ>1</¾­ÑéÖµ>
<¹¥»÷Á¦>820</¹¥»÷Á¦>
<·ÀÓùÁ¦>690</·ÀÓùÁ¦>
<ˢмä¸ô>11</ˢмä¸ô>
<X>285</X>
<Y>488</Y>
<MAP_ID>115</MAP_ID> 
<¹ÖÎïID>516</¹ÖÎïID> 
<µôÂäÊýÁ¿>0</µôÂäÊýÁ¿>
<µôÂäÎïÆ·>
</µôÂäÎïÆ·>
</Mob>[/SIZE]

you can see our font dont recognize "hieroglif" letter in server or client file.
i recommend you to change setting like me..
CONTROL PANEL => Regional and Language Option => Advanced =>
then drop down menu for Select language change to Chinise (Hongkong S.A.R)
restart..then when you open file or open client font will recognize original letter for the file :thumbup:

like this :
Code:
[SIZE="2"]
<?xml version="1.0" ?>
<!--紩惘妀-->
<Mob>
<TYPE>4</TYPE>
<汜韜硉>184500</汜韜硉>
<藹楊硉>0</藹楊硉>
<冪桄硉>1</冪桄硉>
<馴僻薯>820</馴僻薯>
<滅郘薯>690</滅郘薯>
<芃陔潔路>11</芃陔潔路>
<X>200</X>
<Y>200</Y>
<MAP_ID>8</MAP_ID>
<墅昜ID>360</墅昜ID>
<裁邈杅講>0</裁邈杅講>
<裁邈昜>
</裁邈昜>
</Mob>[/SIZE]

now we can recognize that letters on file,hoping someone could read the Chinese letters :grr: and translate for us,so we can identify any xml command on file.

hope this help you little bit.. :thumbup:

N.B. :
use program NPC怪物修改工具.exe on mobs folder to change value .xml file simply direct.
but i can't made any change,because i don't know what meaning chinese letter on the program. :lol:

GoldenAce - [DEV] Seal Online Emulation (Tech Talk not A Help Me Place) - RaGEZONE Forums


GoldenAce - [DEV] Seal Online Emulation (Tech Talk not A Help Me Place) - RaGEZONE Forums


just use try and error mode :8:

I do not use the editor, like I just had said, I understand what teh lines do 90%, and I do it manually not by that program... but if you can find out a translation that makes sense, and not google or yahoo bable fish, then let me know, otherwide, I will continue to do it like I am now....


Oh and I forgot to mention that program numbers the xml's making it very confusing, I am using a naming system i can understand, and Seal loads them xml's perfectly fine without a bunch of numbering system like that program does!

---------- Post added at 12:24 AM ---------- Previous post was at 12:17 AM ----------

For example:

NPC440.xml

<?xml version="1.0" ?>
<!--KnightWeaponSmith­-->
<Mob>
<TYPE>4</TYPE>
<ÉúÃüÖµ>184500</ÉúÃüÖµ>
<ħ·¨Öµ>0</ħ·¨Öµ>
<¾­ÑéÖµ>1</¾­ÑéÖµ>
<¹¥»÷Á¦>820</¹¥»÷Á¦>
<·ÀÓùÁ¦>690</·ÀÓùÁ¦>
<ˢмä¸ô>11</ˢмä¸ô>
<X>122</X>
<Y>422</Y>
<MAP_ID>3</MAP_ID>
<¹ÖÎïID>440</¹ÖÎïID>
<µôÂäÊýÁ¿>0</µôÂäÊýÁ¿>
<µôÂäÎïÆ·>
</µôÂäÎïÆ·>
</Mob>

this system works perfectly fine :)

---------- Post added at 12:30 AM ---------- Previous post was at 12:24 AM ----------

Read up on this topic first before.... it explains what you wish to know without having chinese font!

http://forum.ragezone.com/f111/seal-online-605206/index12.html#post5941594
 
Last edited:
Newbie Spellweaver
Joined
Feb 7, 2009
Messages
20
Reaction score
9
Re: Seal Online Emulation

I haven't read your post before this thread...hehehe
ok i'll learn those first.
ace,could you upload your new .SQL file??
 
Joined
Oct 6, 2010
Messages
133
Reaction score
29
Re: Seal Online Emulation

I am getting this on my loading screen

server.conf
┤┤╜¿00-54-46.log│╔╣ª
├╗╙╨╘╪╚δ╡╪═╝╬─╝■90m!
├╗╙╨╘╪╚δ╡╪═╝╬─╝■86m!
├╗╙╨╘╪╚δ╡╪═╝╬─╝■82m!
├╗╙╨╘╪╚δ╡╪═╝╬─╝■78m!
├╗╙╨╘╪╚δ╡╪═╝╬─╝■74m!
├╗╙╨╘╪╚δ╡╪═╝╬─╝■70m!
├╗╙╨╘╪╚δ╡╪═╝╬─╝■66m!
├╗╙╨╘╪╚δ╡╪═╝╬─╝■62m!
├╗╙╨╘╪╚δ╡╪═╝╬─╝■58m!
├╗╙╨╘╪╚δ╡╪═╝╬─╝■54m!
├╗╙╨╘╪╚δ╡╪═╝╬─╝■50m!
├╗╙╨╘╪╚δ╡╪═╝╬─╝■46m!
├╗╙╨╘╪╚δ╡╪═╝╬─╝■42m!
├╗╙╨╘╪╚δ╡╪═╝╬─╝■38m!
├╗╙╨╘╪╚δ╡╪═╝╬─╝■34m!
├╗╙╨╘╪╚δ╡╪═╝╬─╝■30m!
├╗╙╨╘╪╚δ╡╪═╝╬─╝■27m!
├╗╙╨╘╪╚δ╡╪═╝╬─╝■23m!
├╗╙╨╘╪╚δ╡╪═╝╬─╝■19m!
├╗╙╨╘╪╚δ╡╪═╝╬─╝■16m!
11m!╘╪╚δ╡╪═╝╬─╝■10m
├╗╙╨╘╪╚δ╡╪═╝╬─╝■06m!
├╗╙╨╘╪╚δ╡╪═╝╬─╝■01m!
LoadSkill...Done!
LoadMobs...Done!
╖■╬±╞≈╡⌠▒ª▒╢╩²:2
╖ó╦═╧√╧ó: Welcome Everyone to Seal Online, please Enjoy the 2X Drop and Experien
ce! :)
╖ó╦═<<╧╡═│╜½╥¬╓╪╞⌠>>│╔╣ª!
╖ó╦═╧√╧ó: Welcome Everyone to Seal Online, please Enjoy the 2X Drop and Experien
ce! :)
╖ó╦═<<╧╡═│╜½╥¬╓╪╞⌠>>│╔╣ª!

but not all maps are loading, there are 94 maps total! I dunno how to fix this, I even tried search for 23 or 24 and replacing it with 94 to up the max map loaded I guess? Well that did not work, any suggestions???

Here is the updared server files again, and the test8 is the sql, and just add the mobs.rar content into your mobs folder
 

Attachments

You must be registered for see attachments list
Last edited:
凸(ಠ益ಠ)凸
Loyal Member
Joined
Jun 16, 2008
Messages
1,665
Reaction score
227
Re: Seal Online Emulation

wow, this is one of very few projects ive seen people making progress in, im rooting for you and don't give up. tons of people appreciate it if they show it or not.
 
Newbie Spellweaver
Joined
Feb 7, 2009
Messages
20
Reaction score
9
Warp List Database

Warp List Database

Elim Town
a.north west warp to travia valley : 19 189 19
b.north east warp to travia valley : 19 347 20
c.west warp to upstream glasis river : 104 495 253
d.south warp to east red soil : 115 285 482
f.east warp to travia mountain : 7 40 340
g.to training tower : 3 179 416
h.training tower to elim town : 2 193 202
i.to bar : 3 57 444
j.bar to elim town : 2 194 160
k.to weapon shop : 3 122 415
l.weapon shop to elim : 2 247 149
m.to goods store : 3 120 471
n.goods store to elim town : 2 248 211
o.to church : 3 196 474
p.church to elim : 2 174 225

Lime Town
a.south warp to upstream mimir river : 111 167 495
b.west warp to silon forest : 102 495 279
c.to blacksmith store : 9 156 390
d.blacksmith store to lime : 8 216 265
d.to bar : 9 184 473
e.bar to lime town : 8 292 227
f.north warp to outside crude cave : 108 251 19
g.east warp to outside lime wall : 109 16 283
h.to goods store : 9 171 421
i.goods store to lime town : 8 311 261

Zaid Town
a.to goods store : 1 52 476
b.goods store to zaid town : 0 273 252
c.south warp to middle mimir river : 101 266 492
d.to blacksmith store : 1 68 399
e.blacksmith store to zaid town : 0 302 285
f.to bar : 1 56 438
g.bar to zaid town : 0 266 319
h.zaid town to clements cave : 10 177 168
i.NPC "mining" to under water : 12 20 367
j.to sealed cave :
k.sealed cave to zaid :
l.to sephia granny house : 1 95 471
m.sephia granny house to zaid : 0 206 306
n.west warp to end of the world : 201 491 402

Madelin Town
a.north warp to east laywook forest : 110 253 75
b.to bar : 14 106 453
c.bar to madelin town : 13 200 247
d.to madelin circus : 14 133 356
e.madelin circus to madelin town : 13 228 221
f.to weapon shop : 14 24 478
g.weapon shop to madelin town : 13 258 245
h.to goods store : 14 57 475
i.goods store to madelin town : 13 259 281
j.to shina place : 14 166 454
k.shina place to madelin : 13 176 236
l.south west warp to daratan glasis : 112 67 471
m.south east warp to hulu sungai glasis : 104 37 472
n.east warp to adel temple : 18 17 300
o.to marcus house :
p.marcus house to madelin :

Glasis Land
a.north west warp to madelin : 13 187 197

End of the world
a.north east warp to zaid : 0 145 292

Under Water Palace
a.

East Laywook Forest
a.south warp to madelin town : 13 227 322

Silon Forest
a.South warp to Adel Temple : 18 255 492
b.west warp to middle of mimir river : 101 490 251
c.east warp to lime town : 8 164 252
d.north warp to silon cave :

Silon Cave
a.silon cave to silon forest :

Adel Temple
a.north warp to silon forest : 102 194 17
b.west warp to madelin : 13 287 265

Middle of Mimir River
a.East Warp to silon forest : 102 18 247
b.north warp to zaid town : 0 276 184

Crude Mountain Land
a.South warp to lime town : 8 245 407
b.to Crude Cave

Crude Cave
a.

Upstream Mimir River
a.North warp to lime : 8 273 186

Outside Lime Wall
a.west warp to lime : 8 347 239

Clement cave
a.to zaid : 0 494 461

Upstream Glasis River
a.north east warp to madelin : 13 270 197
b.east warp to elim : 2 162 179

Travia Valley
a.south west warp to elim : 2 182 255
b.south east warp to elim : 2 270 255

Travia Mountain
a.west warp to elim : 2 290 180

East Red Soil
a.north warp to elim : 2 224 124

Wagon Driver
a.Zaid : 0 260 276
b.Lime : 8 258 304
c.Elim : 2 224 171
d.Madelin : 13 215 262

PS.:
official server has a lot differences with the private server.
one of them is differences with the map_id,it doesn't match each other.
eg.: madelin in private server,map_id=13
madelin in offcial server,map_id=103

so if my list doesn't match with your map_id version just change that to your version type..
 
Last edited:
Joined
Oct 6, 2010
Messages
133
Reaction score
29
Re: Seal Online Emulation

Ok folks, Life is more important than this little project, so I went to my Sons B-day party yesterday, so there will be delays..... however, the show must get on the road, so I will explain what we have been up to, while you was sleeping!

A: Testing the Server extensively!

B: Plotting Coordinates!

C: Re-Working the whole Server, YES! I Said it! REWORKING THE SERVER. This means we are rebuilding the whole mobs folder back up, well I am anyways with ash_64's Help! :)

D: With the re-working, we discovered the secrets to Seal Online, and I found more Mobs I never knew existed, and I been playing this game for over 6 years! So a new Mobs List will be created when done!

E: Having fun playing with the Client while testing it... I have fun from time to time, and I can't help it, Seal just has that appeal to me! :) :p

F: However all this is going on, there is one thing that is stumping us that we need your help with, we are trying to figure out how or if there is a way to input boundry information of maps, and trying to find another way for the server to load and open the maps for use.

G: We have found there is an issue with the server not loading every single map that exists! This is why Monsters do not move in Dod, type DOD in the chat box to go there, and you will notice they DO NOT move! This is becuase the server is not loading that maps information, I however am trying to fix this, even HEXed the server files, but no luck yet. So the following is the issues that we need fixing, and this project may be done before you can say Kalamazoo!

1: Find a way for the 1819 and 1820 EXE files to load all maps and not just 20 of them at once.

2: Find a way to control how Mobs can walk and roam on the map, and have them not go through walls, rivers, or any other boundry a player normally can not pass.

3: Find out how to make mobs more agresive, or less agressive, and have them attack you! Like Samba Cactus in Travia Mountain, they usually attack randomly, they dont in this version and that upsets us! Also in the same sense, some are too agressive, if you seen how fast I was moving in that last preview of me playing, even moving that fast does not shake them off, they still attacking me like butter on bread!

4: Rebuild the whole Mobs folder, I am doing this, and it will be done, and it will be quick if the top 3 issues ever can be fixed! :(

---------- Post added at 11:16 AM ---------- Previous post was at 10:30 AM ----------

I almost forgot, we need translators, so I posted teh request here http://forum.ragezone.com/f206/seal-offline-needs-chinese-translators-701988/#post5976114 !

So I will ask it here too, if you know Chinese and English and can interperate, it would greatly help us, thanks ahead of time, and we expect responses soon! :)
 
Last edited:
Joined
Oct 6, 2010
Messages
133
Reaction score
29
Re: Warp List Database

Warp List Database

Elim Town
a.north west warp to travia valley : 19 189 19
b.north east warp to travia valley : 19 347 20
c.west warp to upstream glasis river : 104 495 253
d.south warp to east red soil : 115 285 482
f.east warp to travia mountain : 7 40 340
g.to training tower : 3 179 416
h.training tower to elim town : 2 193 202
i.to bar : 3 57 444
j.bar to elim town : 2 194 160
k.to weapon shop : 3 122 415
l.weapon shop to elim : 2 247 149
m.to goods store : 3 120 471
n.goods store to elim town : 2 248 211
o.to church : 3 196 474
p.church to elim : 2 174 225

Lime Town
a.south warp to upstream mimir river : 111 167 495
b.west warp to silon forest : 102 495 279
c.to blacksmith store : 9 156 390
d.blacksmith store to lime : 8 216 265
d.to bar : 9 184 473
e.bar to lime town : 8 292 227
f.north warp to outside crude cave : 108 251 19
g.east warp to outside lime wall : 109 16 283
h.to goods store : 9 171 421
i.goods store to lime town : 8 311 261

Zaid Town
a.to goods store : 1 52 476
b.goods store to zaid town : 0 273 252
c.south warp to middle mimir river : 101 266 492
d.to blacksmith store : 1 68 399
e.blacksmith store to zaid town : 0 302 285
f.to bar : 1 56 438
g.bar to zaid town : 0 266 319
h.zaid town to clements cave : 10 177 168
i.NPC "mining" to under water : 12 20 367
j.to sealed cave :
k.sealed cave to zaid :
l.to sephia granny house : 1 95 471
m.sephia granny house to zaid : 0 206 306
n.west warp to end of the world : 201 491 402

Madelin Town
a.north warp to east laywook forest : 110 253 75
b.to bar : 14 106 453
c.bar to madelin town : 13 200 247
d.to madelin circus : 14 133 356
e.madelin circus to madelin town : 13 228 221
f.to weapon shop : 14 24 478
g.weapon shop to madelin town : 13 258 245
h.to goods store : 14 57 475
i.goods store to madelin town : 13 259 281
j.to shina place : 14 166 454
k.shina place to madelin : 13 176 236
l.south west warp to daratan glasis : 112 67 471
m.south east warp to hulu sungai glasis : 104 37 472
n.east warp to adel temple : 18 17 300
o.to marcus house :
p.marcus house to madelin :

Glasis Land
a.north west warp to madelin : 13 187 197

End of the world
a.north east warp to zaid : 0 145 292

Under Water Palace
a.

East Laywook Forest
a.south warp to madelin town : 13 227 322

Silon Forest
a.South warp to Adel Temple : 18 255 492
b.west warp to middle of mimir river : 101 490 251
c.east warp to lime town : 8 164 252
d.north warp to silon cave :

Silon Cave
a.silon cave to silon forest :

Adel Temple
a.north warp to silon forest : 102 194 17
b.west warp to madelin : 13 287 265

Middle of Mimir River
a.East Warp to silon forest : 102 18 247
b.north warp to zaid town : 0 276 184

Crude Mountain Land
a.South warp to lime town : 8 245 407
b.to Crude Cave

Crude Cave
a.

Upstream Mimir River
a.North warp to lime : 8 273 186

Outside Lime Wall
a.west warp to lime : 8 347 239

Clement cave
a.to zaid : 0 494 461

Upstream Glasis River
a.north east warp to madelin : 13 270 197
b.east warp to elim : 2 162 179

Travia Valley
a.south west warp to elim : 2 182 255
b.south east warp to elim : 2 270 255

Travia Mountain
a.west warp to elim : 2 290 180

East Red Soil
a.north warp to elim : 2 224 124

Wagon Driver
a.Zaid : 0 260 276
b.Lime : 8 258 304
c.Elim : 2 224 171
d.Madelin : 13 215 262

PS.:
official server has a lot differences with the private server.
one of them is differences with the map_id,it doesn't match each other.
eg.: madelin in private server,map_id=13
madelin in offcial server,map_id=103

so if my list doesn't match with your map_id version just change that to your version type..

Can you make this into a text document or some document file and upload it here for me to download and store on my drive for easier access so i wont have to keep coming here when I start working on the warps again? Thanks :D
 
Joined
Oct 6, 2010
Messages
133
Reaction score
29
Re: Seal Online Emulation

Here is more sneak peaks, Info on the new commands, and me explaining some things about some changes, and fighting a Boss that took advantage of my Knight! :grr: LOL! Enjoy! :w00t::w00t:




I did not want to confuse you guys, the new server files contains the new warp commands! The 1819 and 1820 There is not a new client out yet, the last client update was at the begining of this month, and is also downloadable on this forum. :grr:
 
Last edited:
Newbie Spellweaver
Joined
Aug 18, 2010
Messages
13
Reaction score
9
Re: Seal Online Emulation

nice guide :thumbup:

client can be taken from here

list seal private server






 
Joined
Oct 6, 2010
Messages
133
Reaction score
29
Re: Seal Online Emulation

nice guide :thumbup:

client can be taken from here

list seal private server







These are obsoleate to my project and would be incompatible.... thanks for the links, but this will just confuse users posting here and trying to use this client and server files...

---------- Post added at 07:44 PM ---------- Previous post was at 07:39 PM ----------

To anyone else who is posting links to other clients and sources please stop! Unless its to my files or a mirror to my files, then thats ok! This is a totally different client and server files, these are modified to the max, and will not be compatible with anything else at the moment.... watch my Videos, they Explain EVERY THING!
 
Newbie Spellweaver
Joined
Jul 7, 2010
Messages
5
Reaction score
0
Re: Seal Online Emulation

woww...awesome..
now i can play seal offline..
thanks very much ...

but...
map is not complete yeah??
i want go to weapon room at elim...
but cannot enter....

any clue,
how to make can enter??
 
Newbie Spellweaver
Joined
Feb 7, 2009
Messages
20
Reaction score
9
Re: Seal Online Emulation

nice guide :thumbup:

client can be taken from here

list seal private server








pras,gw sama GoldenAce di sini pengen membuat cliet+server dengan me re-build dari nol.
di sini kita pengen membangun server yang sepenuh nya bisa me load semua NPC dan mobs seperti official server.

untuk penempatan mobs dan NPC di map game itu bisa di atasi dan itu yang kami kerjakan tiap malam,tapi permasalahan nya mobs sama sekali tidak agresif dan bergerak acak seperti orang gila..
lu tau ga cara membuat mobs jadi agresif?
sejauh mana perkembangan private server buatan lu?
mohon masukan nya ya di thread ini..thanks



woww...awesome..
now i can play seal offline..
thanks very much ...

but...
map is not complete yeah??
i want go to weapon room at elim...
but cannot enter....

any clue,
how to make can enter??


thats what we work every night dude..just wait!
we rebuild all server file from ground..so when its done,
people would be easy and fully understand all component in server file.
and able to setup their own server like real one seal (official server).



this client work 100% for 458game server :D:

we have all 100% client+server works.
and last thing that you should to know,our server+client+database totally diferent with downloadable client+server in all list forum you given.
and now,major problem is a lot issue when we start and seein how mess up this game.
better u help us here with ur suggestion and sharing something that you know about server etc,and please write down how far developement ur private server.
just help us here and dont share anything except that is feedback for us here to re-make seal.
thanks!



Can you make this into a text document or some document file and upload it here for me to download and store on my drive for easier access so i wont have to keep coming here when I start working on the warps again? Thanks :D


what!! :tongue:
that thing was sent in skype last nite :glare:
 
Last edited:
Newbie Spellweaver
Joined
Jul 7, 2010
Messages
5
Reaction score
0
Re: Seal Online Emulation

I am getting this on my loading screen

server.conf
┤┤╜¿00-54-46.log│╔╣ª
├╗╙╨╘╪╚δ╡╪═╝╬─╝■90m!
├╗╙╨╘╪╚δ╡╪═╝╬─╝■86m!
├╗╙╨╘╪╚δ╡╪═╝╬─╝■82m!
├╗╙╨╘╪╚δ╡╪═╝╬─╝■78m!
├╗╙╨╘╪╚δ╡╪═╝╬─╝■74m!
├╗╙╨╘╪╚δ╡╪═╝╬─╝■70m!
├╗╙╨╘╪╚δ╡╪═╝╬─╝■66m!
├╗╙╨╘╪╚δ╡╪═╝╬─╝■62m!
├╗╙╨╘╪╚δ╡╪═╝╬─╝■58m!
├╗╙╨╘╪╚δ╡╪═╝╬─╝■54m!
├╗╙╨╘╪╚δ╡╪═╝╬─╝■50m!
├╗╙╨╘╪╚δ╡╪═╝╬─╝■46m!
├╗╙╨╘╪╚δ╡╪═╝╬─╝■42m!
├╗╙╨╘╪╚δ╡╪═╝╬─╝■38m!
├╗╙╨╘╪╚δ╡╪═╝╬─╝■34m!
├╗╙╨╘╪╚δ╡╪═╝╬─╝■30m!
├╗╙╨╘╪╚δ╡╪═╝╬─╝■27m!
├╗╙╨╘╪╚δ╡╪═╝╬─╝■23m!
├╗╙╨╘╪╚δ╡╪═╝╬─╝■19m!
├╗╙╨╘╪╚δ╡╪═╝╬─╝■16m!
11m!╘╪╚δ╡╪═╝╬─╝■10m
├╗╙╨╘╪╚δ╡╪═╝╬─╝■06m!
├╗╙╨╘╪╚δ╡╪═╝╬─╝■01m!
LoadSkill...Done!
LoadMobs...Done!
╖■╬±╞≈╡⌠▒ª▒╢╩²:2
╖ó╦═╧√╧ó: Welcome Everyone to Seal Online, please Enjoy the 2X Drop and Experien
ce! :)
╖ó╦═<<╧╡═│╜½╥¬╓╪╞⌠>>│╔╣ª!
╖ó╦═╧√╧ó: Welcome Everyone to Seal Online, please Enjoy the 2X Drop and Experien
ce! :)
╖ó╦═<<╧╡═│╜½╥¬╓╪╞⌠>>│╔╣ª!

but not all maps are loading, there are 94 maps total! I dunno how to fix this, I even tried search for 23 or 24 and replacing it with 94 to up the max map loaded I guess? Well that did not work, any suggestions???

Here is the updared server files again, and the test8 is the sql, and just add the mobs.rar content into your mobs folder

hey dear...
this file can use comand warp (elim,zaid,madelin,etc)..
thx very much...
:)


aq mau nanya...
warp di map ituu cara edit nya gimana??
yang baruu ku tauu cara mindahin warp nya..

tapi untuk merubah targer warp kemana blum tau...
bisa dijelasin tidak??
 
Last edited:
Status
Not open for further replies.
Back
Top