Re: Npc And monster Problem
1. Monster Problem
Check if the drop is defined in defineItem.h and its in your Spec-Item.txt PropItem.txt.txt
2. Log into the game Write down the name of the NPC.
Then open up character.txt and search for his name.
Then in front of the char name you see something like IDS_....
Copy it and op character.inc
Then search for the string you just copied. Then you will find the NPC.
Now how to disable it.
After the
AddMenu( MMI_TRADE);
Put this in
SetOutput ( false ); <--- The npc is not removed but only disabled. So it wont show up in game.
Re: Npc And monster Problem
Quote:
Originally Posted by
raventh1984
1. Monster Problem
Check if the drop is defined in defineItem.h and its in your Spec-Item.txt PropItem.txt.txt
2. Log into the game Write down the name of the NPC.
Then open up character.txt and search for his name.
Then in front of the char name you see something like IDS_....
Copy it and op character.inc
Then search for the string you just copied. Then you will find the NPC.
Now how to disable it.
After the
AddMenu( MMI_TRADE);
Put this in
SetOutput ( false ); <--- The npc is not removed but only disabled. So it wont show up in game.
Thanks SO much that worked. but now i've found a new problem with rides, Boards, Brooms, Clouds, Etc.. it crashes neuz each time you try to use them.
Re: Npc And monster Problem
Do you got an error in your /log folder Client sided.
Re: Npc And monster Problem
Fixed. Thank you, All my errors are gone :thumbup: . So now i just gotta edit stuff. Thanks for all the help once again. +rep for you!. and Sorry, I couldn't figure out how to add spoilers. so i just re edited this post.
Re: Npc And monster Problem
Next time use [.spoiler][./spoiler] tags.
It seems youre missing an bunch of files. Fix those first. Cause they can be the reason why it crash.
Re: Npc And monster Problem
Quote:
Originally Posted by
raventh1984
Next time use [.spoiler][./spoiler] tags.
It seems youre missing an bunch of files. Fix those first. Cause they can be the reason why it crash.
There actually does appear to be one last error. i cannot create characters in-game, i make the name bank pin hair Etc Etc and then hit ok, and the character doesn't show up to select it only has the create option. i also cannot delete characters in game. it says "Oops Try Again".
Re: Npc And monster Problem
This is an database issue use an different database for it.
Try the AOI from sedrika.