Thread: [Dementhium] NPC Custom combat action - how I make it to work?[Dementhium]

Results 1 to 5 of 5
  1. #1 [Dementhium] NPC Custom combat action - how I make it to work?[Dementhium] 
    Registered Member
    Join Date
    Jul 2011
    Posts
    7
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Hey everyone, I have tried to ask you this question before, but got no answer

    How can I make the custom combat action in dementhium to work?
    like making Nex to have a custom combat action..

    I did the following,

    *Got the combat action I made for nex:

    Code:
            private final CombatAction NEX_COMBAT_ACTION = new NexCombatAction();
           
            public Nex(int id) {
                    super(id);
            }
     
            @Override
            public CombatAction getCustomCombatAction() {
                    return NEX_COMBAT_ACTION;
            }
    What I do next? by the way when I put in the super (id) the ID of nex, it does nothing ingame..

    Please this is really important any1 can help?
    Reply With Quote  
     

  2. #2  
    Registered Member `Basher's Avatar
    Join Date
    May 2011
    Posts
    447
    Thanks given
    136
    Thanks received
    40
    Rep Power
    23
    Need this also and also the Bank dupe fix..
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Oct 2011
    Posts
    42
    Thanks given
    0
    Thanks received
    1
    Rep Power
    11
    guys you know what i suggest doing first?
    Reply With Quote  
     

  4. #4  
    Registered Member groves43's Avatar
    Join Date
    May 2011
    Posts
    21
    Thanks given
    0
    Thanks received
    1
    Rep Power
    1
    In NpcSpawn.txt ----> In Data/Npcs Or Just /Data Check If There Npc Code With A Name After Like

    13447 2925 5203 0 0 false 14 Nex_OLD

    So In Org.Dementhium.Model.Npc Your Files Would Be Called Nex_OLD To Work ( Its An Example Just Change It To The Files Name)

    No Problem Hope Its Help You
    Owner Of Project Zeromus
    Reply With Quote  
     

  5. #5  
    Donator


    Join Date
    Sep 2011
    Posts
    1,086
    Thanks given
    390
    Thanks received
    406
    Rep Power
    327
    Actually
    Data > Xml > Custom_Npcs.xml
    You'll know what to do.
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. [Dementhium]Item kept on death[Dementhium]
    By maffia-rpg in forum Help
    Replies: 4
    Last Post: 07-19-2011, 02:41 AM
  2. [Dementhium]Frames.java[Dementhium]
    By maffia-rpg in forum Help
    Replies: 0
    Last Post: 07-14-2011, 01:52 PM
  3. [Dementhium] Combat Exp?
    By Faris in forum Help
    Replies: 0
    Last Post: 06-16-2011, 04:57 PM
  4. Replies: 18
    Last Post: 05-06-2011, 04:00 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •