Results 1 to 12 of 12
  1. #1
    ShadowX13's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    104
    Reputation
    10
    Thanks
    9

    Sources without Remote Texutre

    So I have been looking through the different sources and saw that the ones I wanted ot use had remote textures. For me they result in ART - Club559 and phoenix. Apart from Fabianos source, is there any sources that dont use them? It seems too much to remove/replace them all...

  2. #2
    cxydsaewq's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Posts
    954
    Reputation
    25
    Thanks
    1,341
    My Mood
    Amazed
    Quote Originally Posted by ShadowX13 View Post
    So I have been looking through the different sources and saw that the ones I wanted ot use had remote textures. For me they result in ART - Club559 and phoenix. Apart from Fabianos source, is there any sources that dont use them? It seems too much to remove/replace them all...
    I think Trapped, Creepylava and Seraphs (Seraphs uses them but only for admin items)

  3. #3
    ShadowX13's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    104
    Reputation
    10
    Thanks
    9
    Quote Originally Posted by cxydsaewq View Post
    I think Trapped, Creepylava and Seraphs (Seraphs uses them but only for admin items)
    I set up sereph but it seems the most incomplete? It has no dungeons except WC ;-; and I am not sure how to add dungeons on as3

  4. #4
    toby2449's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Location
    The Ocean
    Posts
    281
    Reputation
    10
    Thanks
    21
    My Mood
    Inspired
    Quote Originally Posted by ShadowX13 View Post
    It has no dungeons
    Yeah.... Same with AS3 which is most likely the most stable source.
     
    ded lol


     
     
    I don't have skype xd. Well, I used to before it got hacked. Go hack it some more - toby2449

  5. #5
    cxydsaewq's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Posts
    954
    Reputation
    25
    Thanks
    1,341
    My Mood
    Amazed
    Quote Originally Posted by ShadowX13 View Post

    I set up sereph but it seems the most incomplete? It has no dungeons except WC ;-; and I am not sure how to add dungeons on as3
    Well it doesn't have dungeons but you can easily add them and kt has mamy other cool features

  6. #6
    ShadowX13's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    104
    Reputation
    10
    Thanks
    9
    Quote Originally Posted by cxydsaewq View Post
    Well it doesn't have dungeons but you can easily add them and kt has mamy other cool features
    How so? and I shall investigate these other features. I am new to AS3, but i can pick htings up pretty quickly

  7. #7
    cxydsaewq's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Posts
    954
    Reputation
    25
    Thanks
    1,341
    My Mood
    Amazed
    Quote Originally Posted by ShadowX13 View Post

    How so? and I shall investigate these other features. I am new to AS3, but i can pick htings up pretty quickly
    Item Data, As3 as you said, Crate unboxing blabla

  8. #8
    ShadowX13's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    104
    Reputation
    10
    Thanks
    9
    Quote Originally Posted by cxydsaewq View Post
    Item Data, As3 as you said, Crate unboxing blabla
    I mean how to add new dungeons haha the tuts i found are for every other source BUT AS3

  9. #9
    Silvus's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    132
    Reputation
    10
    Thanks
    91
    My Mood
    Cheeky
    Quote Originally Posted by ShadowX13 View Post

    I mean how to add new dungeons haha the tuts i found are for every other source BUT AS3
    its pretty self explnatory, last time i added a dungeon was like 2 days ago lol, but im quite positive on seraphs u need something like this.
     
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using System****;
    using wServer.networking;

    namespace wServer.realm.worlds
    {
    public class Abyss : World
    {
    public Abyss()
    {
    Id = ABYSS;
    Name = "Abyss of Demons";
    Background = 0;
    AllowTeleport = true;
    }
    protected override void Init()
    {
    base.FromWorldMap(typeof(RealmManager).Assembly.Ge tManifestResourceStream("wServer.realm.worlds.cool abyss.wmap"));
    }

    public override World GetInstance(Client Client)
    {
    return Manager.AddWorld(new TestingAndStuff());
    }
    }
    }


    like this is my abyss, you need to add in UsePortalHandler I think its called an in World.cs if I remember right, you can go through the files, and work out yourself tbh.
    or do what cxy said
    Last edited by Silvus; 06-20-2015 at 05:44 AM.

  10. #10
    cxydsaewq's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Posts
    954
    Reputation
    25
    Thanks
    1,341
    My Mood
    Amazed
    Quote Originally Posted by ShadowX13 View Post

    I mean how to add new dungeons haha the tuts i found are for every other source BUT AS3
    Just search the whole source for "Wine Cellar" then you just copy this but with your dungeon name and done

  11. #11
    ShadowX13's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    104
    Reputation
    10
    Thanks
    9
    Quote Originally Posted by cxydsaewq View Post
    Just search the whole source for "Wine Cellar" then you just copy this but with your dungeon name and done
    So really to add dungeons i dont need to mess with the client? (if i were ot add pre-existing dungeons)

  12. #12
    lkdjnfoskjednfblksjdfn's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Location
    127.0.0.1
    Posts
    1,340
    Reputation
    198
    Thanks
    841
    My Mood
    Inspired
    Its not hard to not remove??? lol. You can remove the packet or stop using <RemoteTextures>

Similar Threads

  1. [Help] How i can make from terraria.exe to source without problems
    By asafgb in forum Terraria Hacks
    Replies: 2
    Last Post: 07-20-2015, 09:52 PM
  2. [Request] clean server source code without errors
    By fred.star in forum Terraria Hacks
    Replies: 1
    Last Post: 08-31-2011, 06:01 PM
  3. [Release] My Hotkey Source (server crasher and remote kill!)
    By supercarz1991 in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 50
    Last Post: 06-22-2011, 08:57 AM
  4. [Release] [source]D3D9: Finding the VirtualTable without signatures
    By .::SCHiM::. in forum C++/C Programming
    Replies: 11
    Last Post: 05-20-2011, 06:53 PM