Thread: Project insanity - chaotics wielding/mith dragons unattackable

Results 1 to 3 of 3
  1. #1 Project insanity - chaotics wielding/mith dragons unattackable 
    Registered Member
    Join Date
    Jul 2012
    Posts
    55
    Thanks given
    2
    Thanks received
    0
    Rep Power
    11
    Alright so i have the item wields and animations correct, only problem is when i equip the chaotics they are put on the head slot - if its an easy fix sorry, havent done this for years.

    Also, i can spawn mithril dragons however you cannot attack them, i tried adding them in npc.cfg and wasnt able to start the server.

    Help is appreciated
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    May 2012
    Posts
    1,084
    Thanks given
    328
    Thanks received
    82
    Rep Power
    135
    You used spaces instead of tabs for the npc.cfg, and for the chaotics, add something like this in itemassistant.


    After

    Code:
    if(c.playerItems[slot] == (wearID+1)) {				
    				getRequirements(getItemName(wearID).toLowerCase(), wearID);	
    				targetSlot = Item.targetSlots[wearID];
    						switch (wearID) {
    put


    Code:
    case #####: //item id
    targetSlot = 3;
    break;

    the item id is the one of your chaotic weapon, just add the others in aswell
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jul 2012
    Posts
    55
    Thanks given
    2
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by Dedicati0n View Post
    You used spaces instead of tabs for the npc.cfg, and for the chaotics, add something like this in itemassistant.


    After

    Code:
    if(c.playerItems[slot] == (wearID+1)) {				
    				getRequirements(getItemName(wearID).toLowerCase(), wearID);	
    				targetSlot = Item.targetSlots[wearID];
    						switch (wearID) {
    put


    Code:
    case #####: //item id
    targetSlot = 3;
    break;

    the item id is the one of your chaotic weapon, just add the others in aswell

    Fixed me right up, appreciate it. +rep'd
    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. Project Abnant - New Prayers - Chaotics!
    By Abnant in forum Advertise
    Replies: 25
    Last Post: 12-15-2010, 08:19 PM
  2. Replies: 0
    Last Post: 07-19-2010, 11:28 PM
  3. Project 1 - Dragons Fury 317
    By danjoshmac in forum Projects
    Replies: 1
    Last Post: 12-15-2009, 03:49 AM
  4. Project Mith - 24/7
    By Sam Aarons in forum Advertise
    Replies: 4
    Last Post: 06-17-2009, 04:07 AM
  5. Project Mith - 24/7 Dedicated
    By Samsterz in forum Advertise
    Replies: 7
    Last Post: 06-06-2009, 12:38 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •