Npc And monster Problem

Results 1 to 8 of 8
  1. #1
    Newbie dd23 is offline
    MemberRank
    Jul 2012 Join Date
    AlaskaLocation
    18Posts

    Npc And monster Problem

    (I am using the blessed files) Ok first the monster problem. i've just added some items to drop from monsters but when i attack them now it crashes neuz. i added it to PropMoverEx.inc and did nothing wrong i have added it to the datasub.res both client and resource yet it crashes any idea on this?. also i need to remove items from an npc or the whole npc if i must. i cannot find the npc in the files.i've looked in character inc and .txt/.txt.txt and no luck. its an npc that was put the by the blessed developers i guess. i can see all the other npcs though.i think its the akerius npc. im not sure but it sells like ancient and muran etc. i want to remove that npc or just the items.


  2. #2
    Owner raventh1984 is offline
    Grand MasterRank
    May 2011 Join Date
    NetherlandsLocation
    1,499Posts

    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.

  3. #3
    Newbie dd23 is offline
    MemberRank
    Jul 2012 Join Date
    AlaskaLocation
    18Posts

    Re: Npc And monster Problem

    Quote Originally Posted by raventh1984 View Post
    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.

  4. #4
    Owner raventh1984 is offline
    Grand MasterRank
    May 2011 Join Date
    NetherlandsLocation
    1,499Posts

    Re: Npc And monster Problem

    Do you got an error in your /log folder Client sided.

  5. #5
    Newbie dd23 is offline
    MemberRank
    Jul 2012 Join Date
    AlaskaLocation
    18Posts

    Re: Npc And monster Problem

    Fixed. Thank you, All my errors are gone . 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.
    Last edited by dd23; 07-03-13 at 02:33 AM.

  6. #6
    Owner raventh1984 is offline
    Grand MasterRank
    May 2011 Join Date
    NetherlandsLocation
    1,499Posts

    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.

  7. #7
    Newbie dd23 is offline
    MemberRank
    Jul 2012 Join Date
    AlaskaLocation
    18Posts

    Re: Npc And monster Problem

    Quote Originally Posted by raventh1984 View Post
    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".

  8. #8
    Owner raventh1984 is offline
    Grand MasterRank
    May 2011 Join Date
    NetherlandsLocation
    1,499Posts

    Re: Npc And monster Problem

    This is an database issue use an different database for it.

    Try the AOI from sedrika.



Advertisement