Thread: Summoning help

Results 1 to 2 of 2
  1. #1 Summoning help 
    Registered Member

    Join Date
    Sep 2009
    Age
    27
    Posts
    2,768
    Thanks given
    367
    Thanks received
    187
    Rep Power
    458
    Was working on a summoning base, and whenever i summon the npc it doesn't appear ingame, is there something i am missing?

    Reply With Quote  
     

  2. #2  
    Registered Member
    Anfernio's Avatar
    Join Date
    Jul 2008
    Age
    26
    Posts
    414
    Thanks given
    23
    Thanks received
    39
    Rep Power
    221
    Code:
    case 12089:
    	if(c.hasNpc) {
    		c.sendMessage("You already have a follower.");
    		return;
    	} else {
    		c.summoned = Server.npcHandler.summonNPC(c, 6869, c.getX(), c.getY() + 1, c.heightLevel, 0, 100, 1, 1, 1);
    		c.getItems().deleteItem(itemId, 1);
    		c.hasNpc = true;
    	}
    break;
    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. Replies: 1
    Last Post: 01-03-2012, 10:48 PM
  2. Replies: 20
    Last Post: 09-15-2011, 05:31 AM
  3. Replies: 7
    Last Post: 08-06-2008, 01:06 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
  •