[Release]Revision 3

Newbie Spellweaver
Joined
Jul 3, 2004
Messages
64
Reaction score
0
Location
Aussie!
(Released, Enjoy)
Revision 3
Updates / Additions and all.


Updates:
  • STABILITY UPDATE (Credits: Me, Lucas, Junior):
    We have located and fixed the bug which Crashes the server.
    I'm still yet to see my server Crash now .
  • Mob AI Update:
    • Mobs now can have an aggressive nature and if you choose to stand to close they will lock on to ya and try and kill ya
      Mobs are Alive!
    • If you move out of view of a mob they will stop following, not like before where as they would go on following while you where in that map :P.
    • Guards now have AI and attack flashing Players.
  • Xp System (Credits: Lucas, Junior):
    Leveling system updated, bugs fixed.
  • PK System (Credits: Lucas, Junior):
    Now implemented.
  • New Packet Building system (Credit: unknownone).
  • Items Loading from TXT file:
    Items now load from Items.txt, but the database loading of items is still in place till we convert it over to the new format.
  • Items Plus Getting Info: Fixed.
  • Garments : implemented and save to Database.
  • Saving Items Durability to Database: Fixed (Update to the new DB Backup).
  • Can travel to all Maps/ View everyone in them : (/mm MAPID X Y) command works now.
  • Level Difference Damage for mobs:
    Fixed, it was using the wrong formula.
  • Checking if Player/Mob is dead on Attack:
    Implemented, i know lol it should have already been done..
  • Range Checking by Equipped R-Hand Weapon/ Hand (set range = 1) when attacking:
    Implemented, Loads from Items and gets the weapons Range Limit, but if your not wearing any weapon Range is set to 1.
  • Allocated Stat Points (STR,AGI,VIT,SPI) Load from files, Right Stats added per Level (Like Offical):
    Upon leveling you now receive the right
    STR,AGI,VIT,SPI depending on your class.
  • Weapon Skills Correct item check:
    Weapon skills now check to see if you are wearing the required skill.
  • New Skills added:
    • Rage (Club)
    • Celestial (Scepter)

Database Download (Required for this Update):
File Size - 0.09MB
(Password 'agree', by writing in this or even downloading any of our content you are agreeing to our Terms and Conditions)
Compiled Rev3 (Requires Datebase Download as well):
File Size - 0.71 MB
 
Last edited:
  • Level Difference Damage for mobs:
    Fixed, it was using the wrong formula.
  • Checking if Player/Mob is dead on Attack:
    Implemented, i know lol it should have already been done..
  • Range Checking by Equipped R-Hand Weapon/ Hand (set range = 1) when attacking:
    Implemented, Loads from Items and gets the weapons Range Limit, but if your not wearing any weapon Range is set to 1.


    Just done.

 
Great I cant wait to test it , Will it be packaged up so as you can run a few batch files and Navcat like they have done for L2 and Wow in this forum for all us noobs?
 
  • Mob AI Update:
    • Updated and Corrected mobs walking (they now go to the right positions)
I'm currently working on implementing correct stat points when leveling,should be done by tomorrow.

I need some people to submit/update archers stats (Non Reborn), if you can post some here.
Code:
[COLOR=SandyBrown]//Level,STR,AGI,VIT,SPI[/COLOR]
1,2,7,1,0
2,3,9,1,0 
3,4,11,1,0 
4,4,13,2,0 
5,5,15,2,0 
6,5,18,2,0 
7,6,20,2,0 
8,7,21,3,0 
9,8,23,3,0 
10,8,26,3,0 
11,8,28,4,0 
12,9,30,4,0 
13,10,32,4,0 
14,10,34,5,0 
15,12,34,5,0 
16,12,38,5,0 
17,12,40,6,0 
18,13,42,6,0 
19,13,45,6,0 
20,14,46,7,0 
21,14,49,7,0 
22,15,51,7,0 
23,16,53,7,0 
24,16,55,8,0 
25,17,57,8,0 
26,17,59,9,0 
35,23,78,11,0 
37,24,82,12,0 
40,25,90,12,0 
44,29,97,12,0 
45,29,99,14,0 
51,32,112,16,0 
54,34,118,17,0 
59,37,128,19,0 
65,41,141,20,0 
69,43,149,22,0 
70,45,150,22,0 
77,48,166,24,0 
80,50,172,25,0 
81,51,174,25,0 
82,51,177,25,0 
88,55,189,27,0 
89,55,191,28,0 
90,56,193,28,0 
92,57,198,28,0 
93,58,200,28,0
98,61,210,30,0
99,60,213,31,0 
100,60,215,32,0 
103,63,221,32,0 
105,65,225,32,0 
106,66,227,32,0 
107,66,229,33,0 
110,68,235,34,0 
111,69,237,34,0 
112,69,240,34,0
113,70,242,34,0 
115,71,246,35,0
116,71,249,35,0
117,72,250,36,0 
118,73,252,36,0 
119,73,254,37,0 
120,74,256,37,0
 
Level 86(str,agi,vit,spi)54,185,26,0

Level 98 is (str,agi,vit,spi)60,210,31,0.

Lvl 101 is (....)61,217,32,0

Hope that helps.
 
Last edited:
Yay good job COemu team!

I'm having some troubles figuring out how to update the database. I've tried just restoring over and it won't let me. I've tried deleting the existing database and making a new one but I get this:

WARNING: errors ignored on restore: 7

Process returned exit code 1.

There is a +next to tables and all the information is in there.

Edit: Somehow I'm capable of logging into the server but I only get the selector. My character does not show up on the map.

When the char was created PgAdmin put the char in map 1011, but when i changed the map to 1002 and put specific coordinates for the center(twin city) the character still did not show up.
 
Last edited:
Back