Adblock breaks this site

Making a world switcher

Discussion in 'Archives' started by thelastfreakstanding, Apr 10, 2007.

  1. thelastfreakstanding

    thelastfreakstanding Guest

    Referrals:
    0
    Making a world switcher

    Hey guys, I'm realy new to creating websites and I've never made a program before, I need help on making a world switcher for this website that I'm creating, I tried to get the source codes straight from Runescape.com, but they have this redirecter now that puts you straight to Runescape.com, I'm trying to make it where I can hop worlds with a table right next to the screan with all the worlds, and sooner or later make C++ chatroom, the only problem is that I don't know any of the scripts, and need help on it all, I don't even know what kind of Scripting tool to write it on! Do I write it on Note pad? Or command prompt? If I wrote it on command promt then how do I save it as a MS-DOS file? Or at the littlest could you just give me a Template to follow and I edit the crud out of it?
     
  2. frogy

    frogy Guest

    Referrals:
    0
    Making a world switcher

    Try not to act too smart... Because you don't have much of a clue of what your doing do you??

    What are you trying to write it in?
    VB is probably the easiest thing... and the only I'd really choose...
    and you can easily link directly to web pages... but your using the wrong links/coding

    This is high detail, default Java:
    http://<World>.runescape.com/l0,p0,j1

    Low detail, default Java:
    http://<World>.runescape.com/l1,p0,j1

    High detail, Sun Java:
    http://<World>.runescape.com/l0,p1,j1

    Low detail, Sun Java:
    http://<World>.runescape.com/l1,p1,j1

    High detail, Unsigned:
    http://<World>.runescape.com/l0,p2,j1

    Low detail, Unsigned:
    http://<World>.runescape.com/l1,p2,j1

    /l<x>,p<x>,j<x>
    l is obviously detail select... 0 = high, 1 = low
    p is java select... 0 = default, 1 = Sun, 2 = Unsigned
    as of now I don't even know what j is...

    to load rs in a window on html it's
    <iframe src="<world link>" width="800" height="550" scrolling="auto" frameborder="0"></iframe>

    For High Detail, World 2:
    <iframe src="http://ul8.runescape.com/l0,p0,j1" name="mainframe" width="800" height="550" scrolling="auto" frameborder="0"></iframe>

    In VB it's obviously different... but you can find in a tutorial...
    I don't mess around with World switchers anymore... but I still use my "World Loader" for the built in stats lookup and chat
     
< New MMing/public MSN. | Apple Red ye! huge spammer!;) >


 
 
Adblock breaks this site