PDA

View Full Version : [317] A Sneaky Way to make Invisible Walls



Major
January 30th, 2011, 23:09
Ok, so this is just a sneaky way to make invisible walls, which I've tested on 4 different clients/sources, so it should work for most, if not all.

Its basically adding an object which is invisible and displays no information upon right click.

The ID is 3297. I used it cordon of Rimmington, for a donor zone.


makeGlobalObject(XXXX, YYYY, 3297, 0, 10);


//rimmington rock//
makeGlobalObject(2964, 3202, 3927, 1, 10);
makeGlobalObject(2963, 3202, 3927, 1, 10);
makeGlobalObject(2962, 3202, 3927, 1, 10);
makeGlobalObject(2961, 3202, 3927, 1, 10);
makeGlobalObject(2946, 3209, 3927, 1, 10);
makeGlobalObject(2946, 3210, 3927, 1, 10);
makeGlobalObject(2950, 3219, 3927, 1, 10);
makeGlobalObject(2951, 3219, 3927, 1, 10);
makeGlobalObject(2952, 3219, 3927, 1, 10);
makeGlobalObject(2953, 3219, 3927, 1, 10);
makeGlobalObject(2954, 3219, 3927, 1, 10);
makeGlobalObject(2955, 3219, 3927, 1, 10);
makeGlobalObject(2956, 3219, 3927, 1, 10);
makeGlobalObject(2957, 3219, 3927, 1, 10);
makeGlobalObject(2958, 3219, 3927, 1, 10);
makeGlobalObject(2959, 3219, 3927, 1, 10);
makeGlobalObject(2960, 3219, 3927, 1, 10);
makeGlobalObject(2961, 3219, 3927, 1, 10);
makeGlobalObject(2962, 3219, 3927, 1, 10);
makeGlobalObject(2963, 3219, 3927, 1, 10);
makeGlobalObject(2964, 3219, 3927, 1, 10);
makeGlobalObject(2965, 3219, 3927, 1, 10);
makeGlobalObject(2966, 3219, 3927, 1, 10);
makeGlobalObject(2967, 3219, 3927, 1, 10);
makeGlobalObject(2968, 3219, 3927, 1, 10);
makeGlobalObject(2969, 3219, 3927, 1, 10);
makeGlobalObject(2970, 3219, 3927, 1, 10);
makeGlobalObject(2970, 3218, 3927, 1, 10);
makeGlobalObject(2970, 3217, 3927, 1, 10);
//end of rimmington rock//

So thats it. Thanks guys (:

riches321
January 30th, 2011, 23:22
Nice, will be trying now ;)

mojo
January 31st, 2011, 01:08
Cool, but I'm guessing you can't walk through this 'invisible' object so basically it's still doing the job of a wall. Am I right?

Major
February 2nd, 2011, 19:13
Cool, but I'm guessing you can't walk through this 'invisible' object so basically it's still doing the job of a wall. Am I right?

Yes. Its basically an invisible wall.

Angel`
February 2nd, 2011, 19:28
Interesting, might use it. I use to set a pray altar in position 2 inside an object to make it invisible.

Bookmarked

Major
February 2nd, 2011, 22:21
Interesting, might use it. I use to set a pray altar in position 2 inside an object to make it invisible.

Bookmarked

Thanks. :)

lazyfatguy
February 9th, 2011, 12:46
Nice... 9301 is also an invisible wall :D