Thread: ||| Need SWAT's Tutorials Converted to Delta |||

Results 1 to 9 of 9
  1. #1 ||| Need SWAT's Tutorials Converted to Delta ||| 
    Yahoo
    Guest
    Hi, I'm like, erm, pretty new to coding and all, and I've noticed that when adding all new NPC models, I need SWAT's tutorials. Thing is, they are a bit confusing to me for now. It would be very kind if these 3 tutorials could be converted to delta?

    http://www.rune-server.org/runescape...hics-list.html

    http://www.rune-server.org/runescape...mote-list.html

    http://www.rune-server.org/runescape...te-system.html

    Thanks so much!
    Reply With Quote  
     

  2. #2  
    Registered Member Moofens's Avatar
    Join Date
    Jul 2009
    Posts
    445
    Thanks given
    23
    Thanks received
    12
    Rep Power
    31
    for graphics replace your whole class 23 with this

    Code:
    import java.io.PrintStream;
    import sign.signlink;
    
    public class Class23
    {
    public static void setGFXBase(int j){
                    aClass23Array403[j].anInt405 = aClass23Array403[369].anInt405;
                     aClass23Array403[j].aClass20_407 = aClass23Array403[369].aClass20_407;
                    aClass23Array403[j].anInt406 = aClass23Array403[369].anInt406;
                    aClass23Array403[j].anInt410 = aClass23Array403[369].anInt410;
                    aClass23Array403[j].anInt411 = aClass23Array403[369].anInt411;
                    aClass23Array403[j].anInt412 = aClass23Array403[369].anInt412;
                    aClass23Array403[j].anInt413 = aClass23Array403[369].anInt413;
                    aClass23Array403[j].anInt414 = aClass23Array403[369].anInt414;
                    aClass23Array403[j].anIntArray408 = aClass23Array403[369].anIntArray408;
                    aClass23Array403[j].anIntArray409 = aClass23Array403[369].anIntArray409;
    }
        public static void method264(int i, Class44 class44)
        {
            Class30_Sub2_Sub2 class30_sub2_sub2 = new Class30_Sub2_Sub2(class44.method571("spotanim.dat", null), 891);
            if(i != 0)
                aBoolean401 = !aBoolean401;
            anInt402 = class30_sub2_sub2.method410()+600;
            if(aClass23Array403 == null)
                aClass23Array403 = new Class23[anInt402];
            for(int j = 0; j < anInt402; j++)
            {
                if(aClass23Array403[j] == null)
                    aClass23Array403[j] = new Class23();
                aClass23Array403[j].anInt404 = j;
    	if(j < 666)
                aClass23Array403[j].method265(true, class30_sub2_sub2);
    	else 
                setGFXBase(j);
            }
    
        }
    
        public void method265(boolean flag, Class30_Sub2_Sub2 class30_sub2_sub2)
        {
            if(!flag)
                throw new NullPointerException();
            do
            {
                int i = class30_sub2_sub2.method408();
                if(i == 0)
                    return;
                if(i == 1)
                    anInt405 = class30_sub2_sub2.method410();
                else
                if(i == 2)
                {
                    anInt406 = class30_sub2_sub2.method410();
                    if(Class20.aClass20Array351 != null)
                        aClass20_407 = Class20.aClass20Array351[anInt406];
                } else
                if(i == 4)
                    anInt410 = class30_sub2_sub2.method410();
                else
                if(i == 5)
                    anInt411 = class30_sub2_sub2.method410();
                else
                if(i == 6)
                    anInt412 = class30_sub2_sub2.method410();
                else
                if(i == 7)
                    anInt413 = class30_sub2_sub2.method408();
                else
                if(i == 8)
                    anInt414 = class30_sub2_sub2.method408();
                else
                if(i >= 40 && i < 50)
                    anIntArray408[i - 40] = class30_sub2_sub2.method410();
                else
                if(i >= 50 && i < 60)
                    anIntArray409[i - 50] = class30_sub2_sub2.method410();
                else
                    System.out.println("Error unrecognised spotanim config code: " + i);
            } while(true);
        }
    
        public Class30_Sub2_Sub4_Sub6 method266()
        {
            Class30_Sub2_Sub4_Sub6 class30_sub2_sub4_sub6 = (Class30_Sub2_Sub4_Sub6)aClass12_415.method222(anInt404);
            if(class30_sub2_sub4_sub6 != null)
                return class30_sub2_sub4_sub6;
            class30_sub2_sub4_sub6 = Class30_Sub2_Sub4_Sub6.method462(anInt400, anInt405);
            if(class30_sub2_sub4_sub6 == null)
                return null;
            for(int i = 0; i < 6; i++)
                if(anIntArray408[0] != 0)
                    class30_sub2_sub4_sub6.method476(anIntArray408[i], anIntArray409[i]);
    
            aClass12_415.method223(class30_sub2_sub4_sub6, anInt404, (byte)2);
            return class30_sub2_sub4_sub6;
        }
    
        public Class23()
        {
            anInt400 = 9;
            anInt406 = -1;
            anIntArray408 = new int[6];
            anIntArray409 = new int[6];
            anInt410 = 128;
            anInt411 = 128;
        }
    
        private int anInt400;
        private static boolean aBoolean401 = true;
        public static int anInt402;
        public static Class23 aClass23Array403[];
        public int anInt404;
        public int anInt405;
        public int anInt406;
        public Class20 aClass20_407;
        public int anIntArray408[];
        public int anIntArray409[];
        public int anInt410;
        public int anInt411;
        public int anInt412;
        public int anInt413;
        public int anInt414;
        public static Class12 aClass12_415 = new Class12(false, 30);
    }
    Reply With Quote  
     

  3. #3  
    Registered Member Moofens's Avatar
    Join Date
    Jul 2009
    Posts
    445
    Thanks given
    23
    Thanks received
    12
    Rep Power
    31
    just use this client has everything inside it already

    Boxingscape Client.rar
    Reply With Quote  
     

  4. #4  
    Yahoo
    Guest
    Quote Originally Posted by Moofens View Post
    just use this client has everything inside it already

    Boxingscape Client.rar
    Thing is, I have already edited my client a lot, so I don't really want to change at this moment.
    Reply With Quote  
     

  5. #5  
    Yahoo
    Guest
    Anyone help for the rest?
    Reply With Quote  
     

  6. #6  
    Yahoo
    Guest
    anyone?
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Jun 2009
    Posts
    78
    Thanks given
    0
    Thanks received
    3
    Rep Power
    2
    lol...

    those tutorials work fine for a delta client xD
    and why is this in the Server Section? o.O
    Reply With Quote  
     

  8. #8  
    Yahoo
    Guest
    They don't for me...
    Reply With Quote  
     

  9. #9  
    Banned

    Join Date
    Nov 2009
    Posts
    4,219
    Thanks given
    2,950
    Thanks received
    1,362
    Rep Power
    0
    I need this too. :/
    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

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