Thread: Combination Keys Teleporting System.

Results 1 to 7 of 7
  1. #1 Combination Keys Teleporting System. 
    Banned

    Join Date
    Apr 2014
    Posts
    419
    Thanks given
    117
    Thanks received
    56
    Rep Power
    0
    Saw this as a learning project.
    Had some struggles with it, but I'm almost 100% sure it's bug free now.
    %100 credits to Runique for the sprites, and the idea.
    Please don't comment hate posts like "not your code bla bla"
    This is %100 my code. Just the idea isn't mine.




    Pretty proud of myself I actually achieved it, never knew I could write something up like this

    Any feedback on how I could Improve this?


    UPDATE 1:

    How this was done:
    Code:
    			player.getPacketSender().sendString(8144, "@dre@Combination Keys");
    			
    			int string_id = 8145;
    			
    			for (Location loc : Location.values()) {
    				if (string_id > 8195)
    					break;
    				player.getPacketSender().sendString(string_id, " " + "@blu@" + loc.getName() + "@bla@ - " + loc.getFormatCombination());
    				string_id++;
    			}
    			for (int i = string_id; i <= 8194; i++) {
    				player.getPacketSender().sendString(i, "");
    			}
    			
    			player.getPacketSender().sendInterface(9654);
    Credits:
    %20 Runique for the Idea and Sprites
    %80 Myself for the coding.
    Reply With Quote  
     

  2. #2  
    Registered Member lmaouk's Avatar
    Join Date
    Mar 2015
    Posts
    60
    Thanks given
    7
    Thanks received
    9
    Rep Power
    43
    The only thing I would do is make the 'random' teleport have a toggle to make it so it either will or won't teleport players to dangerous areas.
    other than that, I like it.
    Quote Originally Posted by EJVILL View Post
    Yeah because he had the fucking you fucking idiot. I found them anyway. Go fuck yourself. Shove a broomstick in your piss hole.
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Apr 2014
    Posts
    419
    Thanks given
    117
    Thanks received
    56
    Rep Power
    0
    Quote Originally Posted by lmaouk View Post
    The only thing I would do is make the 'random' teleport have a toggle to make it so it either will or won't teleport players to dangerous areas.
    other than that, I like it.
    Will do that! thanks for the feedback
    Reply With Quote  
     

  4. #4  
    Registered Member
    Incendiary's Avatar
    Join Date
    Jul 2009
    Posts
    348
    Thanks given
    94
    Thanks received
    43
    Rep Power
    160
    Since it's pretty similar to fairy rings, I'd suggest adding a travel log like the fairy rings have with all the combinations so players don't have to look them up separately.
    Reply With Quote  
     

  5. #5  
    Banned

    Join Date
    Apr 2014
    Posts
    419
    Thanks given
    117
    Thanks received
    56
    Rep Power
    0
    Quote Originally Posted by Incendiary View Post
    Since it's pretty similar to fairy rings, I'd suggest adding a travel log like the fairy rings have with all the combinations so players don't have to look them up separately.
    Hmm, I will look into this, thanks for the feedback!
    Reply With Quote  
     

  6. #6  
    Busy or something
    Genuinely's Avatar
    Join Date
    Feb 2016
    Posts
    78
    Thanks given
    2
    Thanks received
    13
    Rep Power
    11
    This looks pretty cool, I might make a version myself. Thanks for the idea!
    Reply With Quote  
     

  7. #7  
    Registered Member Lil Peep's Avatar
    Join Date
    Oct 2012
    Posts
    881
    Thanks given
    234
    Thanks received
    58
    Rep Power
    0
    Meh, just fairy rings with an uglier interface (IMO). However, I can tell you put work into this so good job!
    Might have been cooler if you fixed fairy rings and added locations to that, not many servers have it done.
    Attached image Attached image Attached image Attached image Attached image
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. [Hyperion] Teleportation system [Hyperion]
    By Nexus' in forum Tutorials
    Replies: 8
    Last Post: 06-09-2011, 07:51 PM
  2. Replies: 18
    Last Post: 04-12-2011, 10:32 PM
  3. Replies: 7
    Last Post: 02-20-2010, 02:52 AM
  4. [525] Basic Teleport System [525]
    By Socca in forum Tutorials
    Replies: 28
    Last Post: 07-09-2009, 01:17 AM
  5. Easy Teleport System
    By Mike in forum Tutorials
    Replies: 1
    Last Post: 06-09-2008, 07:34 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •