Npc will dispose properly

Page 1 of 2 12 LastLast
Results 1 to 15 of 23
  1. #1
    Account Upgraded | Title Enabled! xiaorage is offline
    MemberRank
    Jul 2008 Join Date
    In your DickLocation
    624Posts

    Npc will dispose properly

    This fix is for npc which are persistent after talking to it once , and wont talk anymore. And u have to relog again to talk to it .

    At NpcTalkHandler ,
    Add
    Code:
    NPCScriptManager.getInstance().dispose(c);
    after
    Code:
    MapleNPC npc = (MapleNPC) obj;
    credits to me
    Last edited by xiaorage; 26-04-09 at 02:38 PM.


  2. #2
    bleh.... Shawn is offline
    MemberRank
    Oct 2008 Join Date
    Mississauga, CaLocation
    5,904Posts

    Re: Npc will dispose properly

    no offense, but what repack now a days DOESNT have @dispose? o.0

  3. #3
    Account Upgraded | Title Enabled! Regurgitate is offline
    MemberRank
    Apr 2008 Join Date
    1,113Posts

    Re: Npc will dispose properly

    Yours.
    /short

  4. #4
    Account Upgraded | Title Enabled! desert123100 is offline
    MemberRank
    Aug 2008 Join Date
    In a boxLocation
    837Posts

    Re: Npc will dispose properly

    Can't you just put
    Code:
    cm.dispose();

  5. #5
    Account Upgraded | Title Enabled! CharlieBoy is offline
    MemberRank
    Mar 2009 Join Date
    SwedenLocation
    471Posts

    Re: Npc will dispose properly

    LOL agree >:) ~
    Which repack would be missin the @dispose command...... -<.>- Im pretty sure alot of pepole insted of doing this just use dispose command..<.<god

  6. #6
    Proficient Member nubspacecake is offline
    MemberRank
    Apr 2009 Join Date
    185Posts

    Re: Npc will dispose properly

    i don't have the @dispose command
    but i coded my npcs so that they'd never error with disposing o_o

  7. #7
    Smoke & Fly Kars is offline
    MemberRank
    Apr 2008 Join Date
    The NetherlandsLocation
    3,383Posts

    Re: Npc will dispose properly

    just put the proper disposal in it's script, rofl.

  8. #8
    Account Upgraded | Title Enabled! <XENON> is offline
    MemberRank
    Feb 2009 Join Date
    Titti TownLocation
    223Posts

    Re: Npc will dispose properly

    idiots , may there persons out there which use a custom source ?
    Stop flaming him for releasing something.

    Easy and good , thx.

  9. #9
    Account Upgraded | Title Enabled! ItzMe is offline
    MemberRank
    Apr 2009 Join Date
    413Posts

    Re: Npc will dispose properly

    Easy
    but nice release though

  10. #10
    Account Upgraded | Title Enabled! Qualitys is offline
    MemberRank
    Mar 2009 Join Date
    277Posts

    Re: Npc will dispose properly

    Nice, sadly you didn't make this yourself though.

  11. #11
    Account Upgraded | Title Enabled! CharlieBoy is offline
    MemberRank
    Mar 2009 Join Date
    SwedenLocation
    471Posts

    Re: Npc will dispose properly

    0.0 give credits then ...nab :/ ~

  12. #12
    Account Upgraded | Title Enabled! xiaorage is offline
    MemberRank
    Jul 2008 Join Date
    In your DickLocation
    624Posts

    Re: Npc will dispose properly

    credits is me nib

  13. #13
    Valued Member EC15 is offline
    MemberRank
    Jan 2009 Join Date
    120Posts

    Re: Npc will dispose properly

    thats was released on purplemadness svn long ago!
    and good release.

  14. #14
    Account Upgraded | Title Enabled! ohmx is offline
    MemberRank
    Jul 2008 Join Date
    270Posts

    Re: Npc will dispose properly

    oh isit ? where is purplemadness svn lol

  15. #15
    Alpha Member watzmename is offline
    MemberRank
    Aug 2008 Join Date
    2,835Posts

    Re: Npc will dispose properly

    This is alright. but all (or most) of my NPCs dispose properly



Page 1 of 2 12 LastLast

Advertisement