Thread: [525] start on NPC EXAMINE (may be wrong section idk

Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1 [525] start on NPC EXAMINE (may be wrong section idk 
    Registered Member Glabay's Avatar
    Join Date
    Jul 2008
    Age
    31
    Posts
    1,212
    Thanks given
    141
    Thanks received
    55
    Discord
    View profile
    Rep Power
    455
    This is only a very very very basic start, and yes, I am leaving some things out so no one leeches it, but there again, it needs alot of work.

    I am giving 3 things for this NPC EXAMINE


    Code:
    	private void handleExamineClickNPC(Player player, Packet packet) {
    		int npcIndex = packet.readShortA();
    		NPCDefinition def = NPCDefinition.forId(npcIndex);
    		switch (npcIndex) {
    			case 0: //Hans
    				player.getActionSender().sendMessage("What kind of name is 'Hans'?");
    			break;
    			case 1: //Man
    				player.getActionSender().sendMessage("A man of BoneYard.");
    			break;
    		}
    	}

    Code:
    	private static final int EXAMINE_CLICK = 232;

    Code:
    		case EXAMINE_CLICK:
    			handleExamineClickNPC(player, packet);
    			break;

    If this is not the section for this, then move it to the right one please


    LOL just noticed my title is missing a close bracket, can a mod fix that please
    Reply With Quote  
     

  2. #2  
    The Emperor of the Sands

    Azir's Avatar
    Join Date
    Nov 2008
    Posts
    2,468
    Thanks given
    8
    Thanks received
    487
    Rep Power
    117
    first post agian owned i own your post w0000000000000000000t!! o.o
    Reply With Quote  
     

  3. #3  
    Registered Member Glabay's Avatar
    Join Date
    Jul 2008
    Age
    31
    Posts
    1,212
    Thanks given
    141
    Thanks received
    55
    Discord
    View profile
    Rep Power
    455
    FUCKING CRACK BABY >.< do you just go to my posts to spam first post???????
    Reply With Quote  
     

  4. #4  
    The Emperor of the Sands

    Azir's Avatar
    Join Date
    Nov 2008
    Posts
    2,468
    Thanks given
    8
    Thanks received
    487
    Rep Power
    117
    lol owned!
    Reply With Quote  
     

  5. #5  
    Registered Member Glabay's Avatar
    Join Date
    Jul 2008
    Age
    31
    Posts
    1,212
    Thanks given
    141
    Thanks received
    55
    Discord
    View profile
    Rep Power
    455
    make this a run.cmd okay?


    Code:
    @echo off
    
    title CrackBaby
    java CrackBaby
    pause
    open it File>Save as> CrackBaby.class


    then make sure its next to the cmd file


    and have fun
    Attached Files
    Reply With Quote  
     

  6. #6  
    The Emperor of the Sands

    Azir's Avatar
    Join Date
    Nov 2008
    Posts
    2,468
    Thanks given
    8
    Thanks received
    487
    Rep Power
    117
    ............. not funny
    Reply With Quote  
     

  7. #7  
    Registered Member

    Join Date
    Sep 2008
    Posts
    2,156
    Thanks given
    3
    Thanks received
    2
    Rep Power
    182
    yes it is

    ONTOPIC: good job m8
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  8. #8  
    Registered Member Glabay's Avatar
    Join Date
    Jul 2008
    Age
    31
    Posts
    1,212
    Thanks given
    141
    Thanks received
    55
    Discord
    View profile
    Rep Power
    455
    Updated my post insulting him, and it works now lol made me weak


    @Topic Thanks Gods Army, I plan to relese my char design asap
    Reply With Quote  
     

  9. #9  
    Programmer, Contributor, RM and Veteran




    Join Date
    Mar 2007
    Posts
    5,074
    Thanks given
    2,625
    Thanks received
    3,578
    Discord
    View profile
    Rep Power
    5000
    def.getexamine()??? using the xml way is better

    And you need an extra break lol.
    .
    Reply With Quote  
     

  10. #10  
    Registered Member Glabay's Avatar
    Join Date
    Jul 2008
    Age
    31
    Posts
    1,212
    Thanks given
    141
    Thanks received
    55
    Discord
    View profile
    Rep Power
    455
    Like I said its very basic, and I plan to make it into xml for the speed, and I will do so when I get a few more Examinations done
    Reply With Quote  
     

Page 1 of 2 12 LastLast

Thread Information
Users Browsing this Thread

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


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •