Jaimzell
April 30th, 2011, 18:30
Hello everyone,
i need some help on changing my client. how do i add costum objects? and how do i change floors? like: turning water into walkable ground.
Thanks alot,
greeting, Jaimy
SparkysWorld
July 29th, 2011, 17:23
To change the actual map, like making water walk on, I suggest the map editor. I forget who made it, but a simple google search "runescape private server map editor" should pull it up.
As for custom objects, right under
Class68_Sub20_Sub12.aClass98_4348.method1568(class 116, 110,
(long) i_9_);
if (i < 79)
anInt2514 = -82;
In Class1_Sub5, add:
if(i_9_ == OBJECT-ID)
{
class116.aRSString_2021 = Class112.method1668(43, "Object name");//name
}
Here's a list of all things configurable:
aRSString_2021 - Name
anInt1999 - resize the objects height
anInt1977 - resize width X
anInt2003 - resize width Y
anIntArray1967 - ObjectModel
anInt1988 - walkableObjectX
anInt1987 - walkableObjectY
Powered by vBulletin® Version 4.1.9 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.