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!

Baghdad All MOBS & All Skill Original Work

In the Emperor name
Loyal Member
Joined
Jun 25, 2011
Messages
1,605
Reaction score
238
missing bsrs maybe?
if no crash at GS, means tables are ok
if you put characterdataxxxxx.txt ans skilldataxxxxx.txt info at client side, everything must work (unless you have duplicated skill ids)

characterdata_45000^^

:thumbup: good ^^
 
Newbie Spellweaver
Joined
Nov 23, 2012
Messages
48
Reaction score
1
missing bsrs maybe?
if no crash at GS, means tables are ok
if you put characterdataxxxxx.txt ans skilldataxxxxx.txt info at client side, everything must work (unless you have duplicated skill ids)



:thumbup: good ^^

just the skills left, my client doesnt start when i add them to skilldata_35000enc.

how do i get names for mobs ? and where do i put them to work, do u know?
 
Last edited:
In the Emperor name
Loyal Member
Joined
Jun 25, 2011
Messages
1,605
Reaction score
238
mobs names? textdata_object.txt
 
Newbie Spellweaver
Joined
Aug 3, 2012
Messages
15
Reaction score
0
thx friend im addet, its okay :)
you can sort skilleffect lines ?
 
In the Emperor name
Loyal Member
Joined
Jun 25, 2011
Messages
1,605
Reaction score
238
skilleffect.txt is on first page, you can use it
 
Newbie Spellweaver
Joined
Dec 17, 2011
Messages
26
Reaction score
1
I experience RefSkill error Param ID 38 730 but I find no id.
 
In the Emperor name
Loyal Member
Joined
Jun 25, 2011
Messages
1,605
Reaction score
238
red text on client? check basic_original at refskill, is pointing to the wrong id
 
Newbie Spellweaver
Joined
Nov 23, 2012
Messages
48
Reaction score
1
y so i added the skills and appears that some mobs doesnt have effect or smth that u see, ima go to the mob he wants to attack but he doesnt do any MOVE and that DMG doesnt APPEAR, but my hp goes down. any ideas whats wrong? =]
 
In the Emperor name
Loyal Member
Joined
Jun 25, 2011
Messages
1,605
Reaction score
238
wrong basic_original, some ids are pointing to socket_stones, others to nowhere
ho wto fix it? ex.
look the hyena mob from arabia... jopymax is lazy to make new animations so basic_original must point to the id of water temple hyena ( to use water temple hyena animations)
 
Newbie Spellweaver
Joined
Nov 12, 2008
Messages
71
Reaction score
0
Why dont attack?
Test with all and nothing special
pls help me :)

And check al tab, all fine, client(media) and dont work

SRO[2013-01-19 14-40-28]_55 - Baghdad All MOBS & All Skill Original Work - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Nov 23, 2012
Messages
48
Reaction score
1
wrong basic_original, some ids are pointing to socket_stones, others to nowhere
ho wto fix it? ex.
look the hyena mob from arabia... jopymax is lazy to make new animations so basic_original must point to the id of water temple hyena ( to use water temple hyena animations)

can u share ur skills? i bet they r fixed. im lazy too mate =]
 
Newbie Spellweaver
Joined
Dec 17, 2011
Messages
26
Reaction score
1
real suffering.I have to add as in # 1 and the load sv into the game, did not see one monster performance.old db, but now find k see it anywhere
 
Newbie Spellweaver
Joined
Dec 17, 2011
Messages
26
Reaction score
1
Code:
USE SRO_VT_SHARD
GO
update _RefSkill set Param12 = 0 , Param13 = 0, Param14 =0, Param15 = 0, Param16 = 0, Param17 = 0
, Param18 = 0 , Param19 = 0, Param20 = 0, Param21 = 0, Param22 = 0, Param23 = 0, Param24 = 0
, Param25 = 0, Param26 = 0, Param27 = 0, Param28 = 0, Param29 = 0, Param30 = 0
where Basic_Code like 'MSKILL_AR_%'
select * from _RefSkill where Basic_Code like 'MSKILL_AR_%' ORDER BY ID ASC
I run querry but most monsters do not hit automatically.that hit it it stands still
 
Newbie Spellweaver
Joined
Feb 5, 2013
Messages
10
Reaction score
2
I can't even get it working server side -.-" The _refskill makes the shardmanager auto crash without any error..
 
Back
Top