Thread: 602 entityDef dump

Results 1 to 4 of 4
  1. #1 602 entityDef dump 
    Registered Member

    Join Date
    Dec 2007
    Age
    28
    Posts
    318
    Thanks given
    3
    Thanks received
    5
    Rep Power
    88
    Ready for hardcoding?
    I needed 1 npc of this, and tought I'd dump them all.
    I know case is done wrong, it is in case for C&P.

    Format:
    Code:
    case: 2745
    entityDef.name = "TzTok-Jad";
    entityDef.combatLevel = 702;
    entityDef.standAnim = 9274;
    entityDef.walkAnim = 9273;
    entitydef.models = new int[1];
    entityDef.models[0] = 34131;
    entityDef.anInt86 = 128;
    entityDef.anInt91 = 128;
    entityDef.actions = new String[5];
    entityDef.actions[0] = "null";
    entityDef.actions[1] = "Attack";
    entityDef.actions[2] = "null";
    entityDef.actions[3] = "null";
    entityDef.actions[4] = "null";
    entityDef.description = "It's a TzTok-Jad".getBytes();
    entityDef.aByte68 = 5;
    break;
    Download npcs.txt @ UppIT

    Have fun.
    LOL
    [spoil]
    Quote Originally Posted by Archspire View Post
    class9.disabledText = setMessage(j);

    Hmm having an error with this line, I added disabledText has a public int but its still not reading it as a variable.
    [/spoil]
    Reply With Quote  
     

  2. #2  
    Apocalyptism
    Harry's Avatar
    Join Date
    Apr 2007
    Posts
    3,783
    Thanks given
    594
    Thanks received
    1,834
    Rep Power
    2934
    Quote Originally Posted by spike112 View Post
    I know case is done wrong, it is in case for C&P.
    What do you mean?
    ~ Harry
    Please bear this in mind when hearing the word 'soon' from a software programmer.

    As coding software generally takes thousands of years, software programmers have developed a natural adaptation to this in the form of an altered perception of the flow of time.

    Due to this, the word 'soon' when uttered by a programmer should be taken to mean 'a very, very long time from now' in the terminology used by common human specimens who have not developed such an adaptation.
    knowledge can be taught, but passion cannot.
    It's better to create something that others criticise than to create nothing and criticise others.
    Attached image
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Dec 2010
    Posts
    149
    Thanks given
    2
    Thanks received
    12
    Rep Power
    5
    Quote Originally Posted by Harry View Post
    What do you mean?
    "case: 2745" Notice the : is in the wrong place..
    Reply With Quote  
     

  4. #4  
    Apocalyptism
    Harry's Avatar
    Join Date
    Apr 2007
    Posts
    3,783
    Thanks given
    594
    Thanks received
    1,834
    Rep Power
    2934
    Quote Originally Posted by hanesh View Post
    "case: 2745" Notice the : is in the wrong place..
    What i mean't was:

    By what you wrote, did you mean that it is in formatted using cases so people can C/P.

    Or did you mean that you deliberately made that mistake, in case people C/P
    ~ Harry
    Please bear this in mind when hearing the word 'soon' from a software programmer.

    As coding software generally takes thousands of years, software programmers have developed a natural adaptation to this in the form of an altered perception of the flow of time.

    Due to this, the word 'soon' when uttered by a programmer should be taken to mean 'a very, very long time from now' in the terminology used by common human specimens who have not developed such an adaptation.
    knowledge can be taught, but passion cannot.
    It's better to create something that others criticise than to create nothing and criticise others.
    Attached image
    Reply With Quote  
     

  5. Thankful user:



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. 602+ Npc dump
    By ZRPS in forum Requests
    Replies: 0
    Last Post: 10-27-2011, 04:23 AM
  2. 602 model dump
    By fuzz in forum Requests
    Replies: 0
    Last Post: 08-21-2011, 10:26 AM
  3. 602 gfx dump
    By owner blade in forum Configuration
    Replies: 2
    Last Post: 05-30-2011, 11:19 PM
  4. 602 item dump
    By abdul100 in forum Requests
    Replies: 0
    Last Post: 05-23-2011, 06:46 AM
  5. 602 Model Dump
    By Underoath in forum Requests
    Replies: 2
    Last Post: 07-08-2010, 04:25 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
  •