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!

[Idea] How to enable mounts for RYL2

Newbie Spellweaver
Joined
Jun 7, 2006
Messages
92
Reaction score
2
yeah.. that was a smart approach.:p still some things needs to be fixed..:p like the text thingys and all that poop.. nothing big.. but also that it requires Siege material.. XD

and then i have a question.. if i would stand and look at you while you mounted it and ran away, how would it look?
 
MorbidA
Loyal Member
Joined
May 28, 2006
Messages
247
Reaction score
32
Well im not sure the siege stuff is the best option for the mount stuff.. But it made me think about something.

When you are in a siege weapon you move slow as hell.. thus speed change and we want char to move slightly faster when mounted. something to look into.
 
Newbie Spellweaver
Joined
May 26, 2007
Messages
49
Reaction score
0
Well he's not like mount. You jump inside the poor tiger and ride as tiger (druid sorta? ) xD
 
Newbie Spellweaver
Joined
Jun 6, 2006
Messages
12
Reaction score
3
Well im not sure the siege stuff is the best option for the mount stuff.. But it made me think about something.

When you are in a siege weapon you move slow as hell.. thus speed change and we want char to move slightly faster when mounted. something to look into.

Speed is in the MonsterProtoType Column #34 (AG In Excel)
The other speed columns in the proto are "Dev Speed", "Ug Speed" (Columns CX and CZ in Excel)

ill do some testing with these, and i'll post my monsterprototype excel file later on. I converted the official ones in korean that stealthy posted so the column headings would read correctly. (well they are a mix of bablefish and google translations but its better then nothing)
 
MorbidA
Loyal Member
Joined
May 28, 2006
Messages
247
Reaction score
32
Speed is in the MonsterProtoType Column #34 (AG In Excel)
The other speed columns in the proto are "Dev Speed", "Ug Speed" (Columns CX and CZ in Excel)

ill do some testing with these, and i'll post my monsterprototype excel file later on. I converted the official ones in korean that stealthy posted so the column headings would read correctly. (well they are a mix of bablefish and google translations but its better then nothing)

Yes but the mounts are not in monsterproto. Rather a skill or a command.
 
MorbidA
Loyal Member
Joined
May 28, 2006
Messages
247
Reaction score
32
heh.

0050CC3C . BF 0CAD7100 MOV EDI,ClientRoW.0071AD0C ; ASCII "/polymorph"; Case 4 of switch 0050CC20
0050CFFB . 68 D8AC7100 PUSH ClientRoW.0071ACD8 ; ASCII "mon_Seaman.GCMDS"
0050D334 . 68 8CAC7100 PUSH ClientRoW.0071AC8C ; ASCII "Rider_M.GCMDS"
0050D10E . 68 BCAC7100 PUSH ClientRoW.0071ACBC ; ASCII "Rider2_M.GCMDS"
0050D221 . 68 A4AC7100 PUSH ClientRoW.0071ACA4 ; ASCII "Rider_W.GCMDS"

Guess the rest.
 
Junior Spellweaver
Joined
Jun 22, 2006
Messages
131
Reaction score
1
heh.

0050CC3C . BF 0CAD7100 MOV EDI,ClientRoW.0071AD0C ; ASCII "/polymorph"; Case 4 of switch 0050CC20
0050CFFB . 68 D8AC7100 PUSH ClientRoW.0071ACD8 ; ASCII "mon_Seaman.GCMDS"
0050D334 . 68 8CAC7100 PUSH ClientRoW.0071AC8C ; ASCII "Rider_M.GCMDS"
0050D10E . 68 BCAC7100 PUSH ClientRoW.0071ACBC ; ASCII "Rider2_M.GCMDS"
0050D221 . 68 A4AC7100 PUSH ClientRoW.0071ACA4 ; ASCII "Rider_W.GCMDS"

Guess the rest.

this is A4AC7100 version or 0071ACA4?
 
Newbie Spellweaver
Joined
Jun 6, 2006
Messages
12
Reaction score
3
heh.

0050CC3C . BF 0CAD7100 MOV EDI,ClientRoW.0071AD0C ; ASCII "/polymorph"; Case 4 of switch 0050CC20
0050CFFB . 68 D8AC7100 PUSH ClientRoW.0071ACD8 ; ASCII "mon_Seaman.GCMDS"
0050D334 . 68 8CAC7100 PUSH ClientRoW.0071AC8C ; ASCII "Rider_M.GCMDS"
0050D10E . 68 BCAC7100 PUSH ClientRoW.0071ACBC ; ASCII "Rider2_M.GCMDS"
0050D221 . 68 A4AC7100 PUSH ClientRoW.0071ACA4 ; ASCII "Rider_W.GCMDS"

Guess the rest.

hrm wonder if you can take a useless cmd like /t (which is public) and remap it to goto the /gmform (or make gmform public and change its name to /mount)

Then just change the PC_GM.gcmds to the mount name
 
Newbie Spellweaver
Joined
May 26, 2007
Messages
49
Reaction score
0
hrm wonder if you can take a useless cmd like /t (which is public) and remap it to goto the /gmform (or make gmform public and change its name to /mount)

Then just change the PC_GM.gcmds to the mount name

Problem is it will be free and same model for both races.
 
MorbidA
Loyal Member
Joined
May 28, 2006
Messages
247
Reaction score
32
Problem is it will be free and same model for both races.

Something like that yes.

This was one of the plans i had, but yeah you would need to put in some extra code to check for gender/race.

Ofcourse you could borrow the function i pasted from in row client but prolly needs server interaction.
 
Banned
Banned
Joined
May 27, 2008
Messages
91
Reaction score
1
i say the ppl in this forum should get some money together and buy the source
bet youxi cums hard when they hear they can make 2k usd or so ;d
 
Newbie Spellweaver
Joined
Jun 7, 2006
Messages
92
Reaction score
2
i say the ppl in this forum should get some money together and buy the source
bet youxi cums hard when they hear they can make 2k usd or so ;d

well that would sure make everyone happy.. imagine what could be accomplished if everyone strived for the same goal.. :O
 
Back
Top