Mount System

06/26/2017 12:01 Meutledaron#31
Mount.inc
Code:
II_MOUNT_01
{
	SetBindBone(162);//Bone Clipping
	Rotation(+0.0f -90.0f 0.0f); //rotate character around the bone
	SetGroundSpeed(0.5f);
	PlayerAnimation(MTI_FSTAND1_C);
	SetOffSet(+0.0f -0.5f +0.0f);//move character to bone 
	Animation
	{
		"stand"		MTI_STAND
		"walk"		MTI_WALK
		"run"		  MTI_RUN
		"idle1"		MTI_IDLE1
		"idle3"		MTI_IDLE2
		"jump1"   MTI_JUMP1
	}
}
SpecItem.inc
Code:
6	II_MOUNT_01	IDS_PROPITEM_MOUNT_001	1	1	IK1_RIDE	IK2_RIDING	IK3_MOUNT	=	TRUE	=	=	200000	=	=	=	=	=	PARTS_RIDE	=	0	=	=	30	30	=	1	=	=	=	=	=	_NONE	0	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	2500	=	=	=	XI_FLIGHT_READY	=	=	=	=	MTI_FSTAND1_C	=	=	=	=	=	=	=	=	=	=	=	=	=	0	0	0	0	0	0	=	=	=	=	=	0.0035	0.66	1.6	1	3000	12	=	=	=	=	=	"""itm_RidRidStiWoodHorse.dds"""	0	""""""	IDS_PROPITEM_MOUNT_002	1	140	0	0	1	0	0	0	1	0	2	=	=	=	=	=	=	=	=	=	=	1	1	1	1	1	0
defineItem.h
Code:
#define II_MOUNT_01                 40513
Return :

2017/ 6/26 11:49:52 ItemProp is NULL in ProcessActMsg2() 5821
06/26/2017 23:20 TheP10021#32
ActionMoverMsgp
07/03/2017 13:31 babyminion#33
Quote:
Originally Posted by Jupsi332 View Post
Da ihr meint es zu verkaufen selber schuld ¯\_(ツ)_/¯

Gibt keine Hilfe

[Only registered and activated users can see links. Click Here To Register...]

Passwort 'Jopsi332'
help please im just new about source :handsdown::handsdown:
[Only registered and activated users can see links. Click Here To Register...]
07/07/2017 13:27 Meutledaron#34
Jemand damit es funktioniert?

Someone managed to make it work?

Quelqu'un arrive à le faire fonctionner ?
07/07/2017 15:38 firesqual#35
Oui, il est sur Oria, mais tu sais pas le faire marcher toi Julien ? :v
07/07/2017 22:32 Meutledaron#36
Les sources compilent, mais en jeu ça crash, malheureusement j'ai plus trop le temps pour chercher d'ou ça viens.
07/08/2017 23:37 TheP10021#37
hello i add the system with 0 errors but my mount dont moves only rotate someone know why ?
08/09/2017 17:27 xhien#38
Can anyone tell me whats wrong with this part?
[Only registered and activated users can see links. Click Here To Register...]

The error keeps pointing to that area of the Project.cpp

I have already checked and redone the codes to be added
08/22/2017 14:52 elitemember21#39
Quote:
Originally Posted by TheP10021 View Post
hello i add the system with 0 errors but my mount dont moves only rotate someone know why ?
My friend have you fixed this?
08/23/2017 19:15 elitemember21#40
Quote:
Originally Posted by TheP10021 View Post
hello i add the system with 0 errors but my mount dont moves only rotate someone know why ?
My friend, how did you fix this problem?
08/27/2017 01:08 cholai2210#41
If you guys having a problem , when unequip the mount item. search this -->

void CMover::UnequipRide()

change this


to this.,

the code says , its already -1 when you do unequipting the item. and SetRide(NULL); should not be in that place, cause it already functioning -1 item in user.

hope this help.
08/27/2017 17:56 macboyem07#42
Quote:
Originally Posted by cholai2210 View Post
If you guys having a problem , when unequip the mount item. search this -->

void CMover::UnequipRide()

change this


to this.,

the code says , its already -1 when you do unequipting the item. and SetRide(NULL); should not be in that place, cause it already functioning -1 item in user.

hope this help.
thanks but still crash the worldserver when i unequipting the mount item
08/27/2017 19:01 pedala1#43
Quote:
Originally Posted by macboyem07 View Post
thanks but still crash the worldserver when i unequipting the mount item
did u try debug neuz ?
08/28/2017 07:33 elitemember21#44
Quote:
Originally Posted by macboyem07 View Post
thanks but still crash the worldserver when i unequipting the mount item
I know someone who could help us.

Read my pm my friend.
08/28/2017 08:43 trashee09#45
look at the error logs or debug your worldserver/neuz if you have some crashes