Cool, i don't use a renamed client so eh! But can i ask, how would you actually put the writing there? (bearing in mind i havn't opened a java file yet)
|
|
First, get a renamed client and open RSInterface.java
find
and under that addCode:rsInterface.anInt230 = stream.readUnsignedByte();
Key;Code:switch(i){ case ###: rsInterface.type = #; rsInterface.width = ###; rsInterface.height = ###; break; }
rsInterface.type 1 = Just writing on the screen
rsInterface.type 2 = an inventory/chatbox
rsInterface.type 3 = Unknown
rsInterface.type 4 = Writing
rsInterface.type 5 = Unknown
rsInterface.type 7 = Inventory
rsInterface.type 2 & ActionType 2 = Spells
This does let you create your own spells, you just need to add rsInterface.SpellName = "";
Btw, untested.
Example for mage_owner;
Code:case 200: rsInterface.selectedActionName = "Attack"; rsInterface.atActionType = 2; rsInterface.type = 2; rsInterface.spellName = "Phractors deceent"; rsInterface.spellUsableOn = 1; break;

Cool, i don't use a renamed client so eh! But can i ask, how would you actually put the writing there? (bearing in mind i havn't opened a java file yet)


Gah! Could you you make a tut for non-renamed clients?![]()

Cool, this could be useful maybe in making an actual lunar spell list![]()

Lol, this is hardly a tutorial
Bit more thought needed i think, but meh.
this would be very nice if it works
does it?
ive been looking for something like this awile![]()




looks goood....but could you give us an example for spells? I don't really understand that part
| « Changing Members and Detail. | Free Stuff :o:o:o:o » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |