[HELP] Mount System

05/05/2018 06:03 ahrv#1
I got this error

Code:
2018/ 5/ 5   01:12:27   FileName Mount.inc(0) : ï Not Found. : //Mount Animate Script

/*

Speed

{

    2.0f = super major speed 9000

    1.0f

2018/ 5/ 5   01:12:44   Model\item_WowMount001.o3d : ãÀ» ¼ö ¾øÀ½

2018/ 5/ 5   01:12:44    rCnt=1

Neuz.exe caused an EXCEPTION_ACCESS_VIOLATION in module Neuz.exe at 0023:010F96F7

 - Registers

EAX=00000000  EBX=00000000  ECX=00000001  EDX=0536B198  ESI=00000001
EDI=012A362F  EBP=0318B118  ESP=0318B074  EIP=010F96F7  FLG=00010246
CS=0023   DS=002B  SS=002B  ES=002B   FS=0053  GS=002B

0023:010F96F7 Neuz.exe
0023:00CC2C09 Neuz.exe
0023:010F0661 Neuz.exe
0023:00FECDC3 Neuz.exe
0023:010A4DFF Neuz.exe
0023:00DBBCD8 Neuz.exe
0023:00DD6E0E Neuz.exe
0023:00D86C11 Neuz.exe
0023:00D267D8 Neuz.exe
0023:00D49058 Neuz.exe
0023:00D49E33 Neuz.exe
0023:00D2D464 Neuz.exe
0023:012A3736 Neuz.exe
0023:76678654 KERNEL32.DLL
0023:776D4B17 ntdll.dll
0023:776D4AE7 ntdll.dll
Neuz keeps on crashing when i use a certain mount but if i use a different one it will work but when i try to unequip it crashes the world server i tried to debug and this is the break line

under ActionMoverMsg.cpp
#ifdef __MOUNT
if(pItemProp->dwItemKind3 == IK3_MOUNT)

dont know what seems to be wrong.
05/05/2018 11:20 Barameu#2
FileName Mount.inc(0) : ï Not Found
05/06/2018 03:05 ahrv#3
got my mount.inc in even on resource.txt still keeps on happening
05/06/2018 03:49 yazuka21#4
Lol !

Replace :
Code:
//Mount Animate Script
To :
Code:
//Mount Animate Script
@[Only registered and activated users can see links. Click Here To Register...].inc
05/07/2018 02:35 ahrv#5
@[Only registered and activated users can see links. Click Here To Register...]
Code:
//Mount Animate Script
/*
Speed 
{
	2.0f = super major speed 9000
	1.0f = super major speed 5000
	0.5f = acceptable  super speed
}
MOUNT_WALK		Mount can Only Walk	
MOUNT_FLY		Mount can only Fly
MOUNT_WALK_FLY	Mount can Walk and Fly
*/ 



II_SYS_MOUNT_TEST1
{
	SetMount(MOUNT_WALK);
	SetBindBone(2);
	Rotation(0.0f -85.0f 0.0f);
	SetGroundSpeed(0.2f);
	SetFlightSpeed(0.0f);
	PlayerAnimation(MTI_FSTAND1_F);
	SetOffSet(-0.0f 0.0f 0.55f);
	Animation
	{
		"stand"		MTI_STAND
		"walk"		MTI_WALK
		"walk"		MTI_RUN
		"idle1"		MTI_IDLE1
		"idle1"		MTI_IDLE2
		"fly_stand"     MTI_FLY_STAND
		"fly_walk"	MTI_FLY_WALK	
		"fly_idle1"	MTI_FLY_IDLE1
        "fly_idle2"	MTI_FLY_IDLE2
        "fly_land"	MTI_FLY_GROUND
        "fly_start"	MTI_GROUND_FLY
	}
}
This is what my @[Only registered and activated users can see links. Click Here To Register...].inc looks like even before, its not working.
05/11/2018 03:04 ahrv#6
resolved
06/09/2018 12:05 yazuka21#7
Share how Sauce fixed this please. thanks !