Another thing I'm wondering is that, you listed text, how do I get the text to do stuff like tele when you click it? *
---------- Post added at 03:17 AM ---------- Previous post was at 02:01 AM ----------
...bump
|
|
Another thing I'm wondering is that, you listed text, how do I get the text to do stuff like tele when you click it? *
---------- Post added at 03:17 AM ---------- Previous post was at 02:01 AM ----------
...bump

yep if you cant do this, don't code a server. just download delta and host it like everyone else..
I know we all complain about ppl leeching delta but if you think about it, it saves us so much time of useless questions like these
Raid just explained it.. think it through
I'm not a fucking leecher, and I don't want to be spoon fed.
I just wanted to know how to get the option to teleport you, you didn't tell me how to do that.
-__-
Thanks guys! I got it working!
But like I said, I wanted an option to where you click it, another list comes up, I did that. But the new option list teleport to the same places as the first option list. How do I fix that? Should I use a boolean or what?
do this
make a new void and call it this
then just put teleport2();
Code:public void teleport2() { interfaceEffect = 1; sendFrame126("Option 1", 2494); sendFrame126("Option 2", 2495); sendFrame126("Option 3", 2496); sendFrame126("Option 4", 2497); sendFrame126("Option 5", 2498); sendQuestSomething(8143); sendFrame164(2492); flushOutStream(); }
depends on ur base
...no
Code:public void sendOption(String opt1, String opt2, String opt3, String opt4, String opt5) { sendFrame126(opt1, 2494); sendFrame126(opt2, 2495); sendFrame126(opt3, 2496); sendFrame126(opt4, 2497); sendFrame126(opt5, 2498); sendQuestSomething(8143); sendFrame164(2492); flushOutStream(); }Code:sendOption("Option 1","Option 2","Option 3","Option 4","Option 5");
| « Will Rep+ for help (Ghost, reps for 24 points) | Drops error, will rep+ (On my main, Ghost) [Delta] » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |