Results 1 to 15 of 15
  1. #1
    lkdjnfoskjednfblksjdfn's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Location
    127.0.0.1
    Posts
    1,340
    Reputation
    198
    Thanks
    841
    My Mood
    Inspired

    [AS3] How to make Realm Portals appear in Nexus!

    [AS3] How to make Realm Portals appear in Nexus!
    In the as3 source, the realm portals is not appearing where they should be. This is because the server is actually not being informed to spawn the portal at the "Realm" region. This fix is extremely simple to fix, and i'll explain it in a moment, without further to do, lets start.

    All you want to do is go into: Realmmanager.cs, and add this:
    Code:
    Task.Factory.StartNew(() => AddWorld(new GameWorld(1, "Realm", true)));
    Below this:
    Code:
     AddWorld(World.GAUNTLET, new GauntletMap());
    Just add it below you'r list of added worlds.

    So lets cut this piece of code out in bits and understand how it works.
    It is pretty simple to read even without alot of knowledge to c#. It starts of by telling the server that it is a task that is gonna be executed when the server configures all the worlds added. the "(() => AddWorld" simply means that the task it is doing is adding a world. The realmmanager already have the AddWorld function so we did not have to implement that, wich makes it alot easier. After we have defined what kind of task we are executing, we tell it what world we want to add wich is "GameWorld", if you don't know what GameWorld is: It is just the Realm. There is a file called GameWorld.cs, you can look in that if you want to know more. then we see this "(1, " wich is the ammount of realm portals.

    Note: If you set it to 2 for an example there will be 2 realm portals at the same time.

    And at last we have the "Realm" wich is just the name of the portal. We normally recognize this string ingame as "Medusa", "Beholder" or "Cyclops". Its just the portal name appearing in the buttom of the sprite.

    I hope this was helpfull, leave a thank if it helped you.

    Credits to:
    @Slendergo, for explaining this to me.

  2. The Following 2 Users Say Thank You to lkdjnfoskjednfblksjdfn For This Useful Post:

    OGgurk (05-06-2016),Tjeerdo (05-06-2016)

  3. #2
    OGgurk's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Posts
    145
    Reputation
    10
    Thanks
    5
    My Mood
    Amazed
    @thenired hey bro ty for all the tuts and all keep it up!!!

  4. The Following User Says Thank You to OGgurk For This Useful Post:

    lkdjnfoskjednfblksjdfn (05-06-2016)

  5. #3
    lkdjnfoskjednfblksjdfn's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Location
    127.0.0.1
    Posts
    1,340
    Reputation
    198
    Thanks
    841
    My Mood
    Inspired
    Quote Originally Posted by OGgurk View Post
    @thenired hey bro ty for all the tuts and all keep it up!!!
    You'r welcome -I'm doing my best, exspecially now when i've fucked this bad up. I apreciate your thank a whole lot <3

  6. #4
    Chiroy's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Location
    127.0.0.1:80
    Posts
    1,500
    Reputation
    28
    Thanks
    2,295
    nice profile pic I guess

  7. #5
    lkdjnfoskjednfblksjdfn's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Location
    127.0.0.1
    Posts
    1,340
    Reputation
    198
    Thanks
    841
    My Mood
    Inspired
    Quote Originally Posted by Fox10 View Post
    nice profile pic I guess
    I guess you guess right x_x

  8. #6
    Chiroy's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Location
    127.0.0.1:80
    Posts
    1,500
    Reputation
    28
    Thanks
    2,295
    Quote Originally Posted by thenired View Post
    I guess you guess right x_x
    the background isn't nice

  9. #7
    lkdjnfoskjednfblksjdfn's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Location
    127.0.0.1
    Posts
    1,340
    Reputation
    198
    Thanks
    841
    My Mood
    Inspired
    Quote Originally Posted by Fox10 View Post
    the background isn't nice
    Alright???? How about we stay on topic here?

  10. #8
    DimitriSavage's Avatar
    Join Date
    Dec 2015
    Gender
    female
    Location
    With the Devil
    Posts
    462
    Reputation
    27
    Thanks
    130
    My Mood
    Devilish
    Quote Originally Posted by thenired View Post
    Alright???? How about we stay on topic here?
    offtopic:
    I don't know if I can, your Illuminati signature is hypnotizing me and your black hole for a profile picture just makes it worse lol :3

  11. #9
    lkdjnfoskjednfblksjdfn's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Location
    127.0.0.1
    Posts
    1,340
    Reputation
    198
    Thanks
    841
    My Mood
    Inspired
    Quote Originally Posted by DimitriSavage View Post
    offtopic:
    I don't know if I can, your Illuminati signature is hypnotizing me and your black hole for a profile picture just makes it worse lol :3
    I'm sorry man ;( If you can avoid looking at it, i would apreciate that but if not, i will change it Just tell me

  12. #10
    DimitriSavage's Avatar
    Join Date
    Dec 2015
    Gender
    female
    Location
    With the Devil
    Posts
    462
    Reputation
    27
    Thanks
    130
    My Mood
    Devilish
    Quote Originally Posted by thenired View Post
    I'm sorry man ;( If you can avoid looking at it, i would apreciate that but if not, i will change it Just tell me
    oh you dont need to change it lololol its... just... really hypnotizing.....and confusing....

    it tells you secrets of the Illuminati and the meaning of life and its too much for my simple mind....good bye I am going to cry in a corner now

    but besides the amazing signature good work on the tutorial it helped people and the P'server Nation is ... < that much closer to becoming better
     
    Look Below

    "One should not seek to know and understand the meaning of life"...for the meaning of life will be presented...
    when we all perish
    "Life greatest questions can only be answered in a man that believes not in god...but in himself and his abilities so understand the Universe"
    "The most important moment of your life is and will always be the way you lived it to the moment you died"
    "My methods may be harsh in contrast to my true intentions"... you may fight, cry, beg, and deny but at the end you will truly see why I done such a thing
     

    Visual Studio by Microsoft
    Xamarin Studio by Xamarin
    SharpDevelop by IcSharpCode Team
    Notepad++ by Don Ho
    AutoHotKey by Chris Mallet & Steve Gray
    Cheat Engine by Eric Heijen
    Java Development Kit by Oracle Corp.
    Blender by Blender Foundation
    Unity by Unity Tech.
    Unreal Engine by Epic Games


  13. #11
    lkdjnfoskjednfblksjdfn's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Location
    127.0.0.1
    Posts
    1,340
    Reputation
    198
    Thanks
    841
    My Mood
    Inspired
    Quote Originally Posted by DimitriSavage View Post
    oh you dont need to change it lololol its... just... really hypnotizing.....and confusing....

    it tells you secrets of the Illuminati and the meaning of life and its too much for my simple mind....good bye I am going to cry in a corner now

    but besides the amazing signature good work on the tutorial it helped people and the P'server Nation is ... < that much closer to becoming better
    Hehe. :P "that much closer to becoming better " i don't understand :> my rep or??? :P Talking about confusion and stupidity; you'r not even a worthy opponent to me . xD Haha, and thanks <3

  14. #12
    sgrawsreghawrhgwrhgr's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Location
    UK
    Posts
    516
    Reputation
    10
    Thanks
    727
    My Mood
    Angelic
    Quote Originally Posted by thenired View Post
    Hehe. :P "that much closer to becoming better " i don't understand :> my rep or??? :P Talking about confusion and stupidity; you'r not even a worthy opponent to me . xD Haha, and thanks <3
    he means ze pservers

  15. The Following User Says Thank You to sgrawsreghawrhgwrhgr For This Useful Post:

    lkdjnfoskjednfblksjdfn (05-12-2016)

  16. #13
    DimitriSavage's Avatar
    Join Date
    Dec 2015
    Gender
    female
    Location
    With the Devil
    Posts
    462
    Reputation
    27
    Thanks
    130
    My Mood
    Devilish
    Quote Originally Posted by Nobody77 View Post
    he means ze pservers
    yea...I have no idea what he is talking about XD I was trying to say that the P'server nation is getting better because of helpful people like him but I don't think he quite understood what I was trying to say lol
     
    Look Below

    "One should not seek to know and understand the meaning of life"...for the meaning of life will be presented...
    when we all perish
    "Life greatest questions can only be answered in a man that believes not in god...but in himself and his abilities so understand the Universe"
    "The most important moment of your life is and will always be the way you lived it to the moment you died"
    "My methods may be harsh in contrast to my true intentions"... you may fight, cry, beg, and deny but at the end you will truly see why I done such a thing
     

    Visual Studio by Microsoft
    Xamarin Studio by Xamarin
    SharpDevelop by IcSharpCode Team
    Notepad++ by Don Ho
    AutoHotKey by Chris Mallet & Steve Gray
    Cheat Engine by Eric Heijen
    Java Development Kit by Oracle Corp.
    Blender by Blender Foundation
    Unity by Unity Tech.
    Unreal Engine by Epic Games


  17. #14
    lkdjnfoskjednfblksjdfn's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Location
    127.0.0.1
    Posts
    1,340
    Reputation
    198
    Thanks
    841
    My Mood
    Inspired
    Quote Originally Posted by DimitriSavage View Post
    yea...I have no idea what he is talking about XD I was trying to say that the P'server nation is getting better because of helpful people like him but I don't think he quite understood what I was trying to say lol
    Ohhhh. my god xD My mistake materino

    - - - Updated - - -

    Quote Originally Posted by Nobody77 View Post
    he means ze pservers
    ty.. xD /10chars

  18. #15
    DimitriSavage's Avatar
    Join Date
    Dec 2015
    Gender
    female
    Location
    With the Devil
    Posts
    462
    Reputation
    27
    Thanks
    130
    My Mood
    Devilish
    Quote Originally Posted by thenired View Post
    Ohhhh. my god xD My mistake materino
    its ok ^.^
     
    Look Below

    "One should not seek to know and understand the meaning of life"...for the meaning of life will be presented...
    when we all perish
    "Life greatest questions can only be answered in a man that believes not in god...but in himself and his abilities so understand the Universe"
    "The most important moment of your life is and will always be the way you lived it to the moment you died"
    "My methods may be harsh in contrast to my true intentions"... you may fight, cry, beg, and deny but at the end you will truly see why I done such a thing
     

    Visual Studio by Microsoft
    Xamarin Studio by Xamarin
    SharpDevelop by IcSharpCode Team
    Notepad++ by Don Ho
    AutoHotKey by Chris Mallet & Steve Gray
    Cheat Engine by Eric Heijen
    Java Development Kit by Oracle Corp.
    Blender by Blender Foundation
    Unity by Unity Tech.
    Unreal Engine by Epic Games


Similar Threads

  1. [Fabs]How to make your white fountains in nexus heal mana
    By Orbit in forum Realm of the Mad God Private Servers Tutorials/Source Code
    Replies: 23
    Last Post: 01-17-2018, 07:58 PM
  2. [AS3] How to make home screen buttons one solid color
    By Riigged in forum Realm of the Mad God Private Servers Tutorials/Source Code
    Replies: 1
    Last Post: 08-05-2015, 08:24 PM
  3. How to make fame bar appears on what ever level you want
    By ~V~ in forum Realm of the Mad God Private Servers Tutorials/Source Code
    Replies: 5
    Last Post: 02-15-2015, 03:41 AM
  4. How to make realm crash during oryx shake?
    By HughWot in forum Realm of the Mad God Discussions
    Replies: 1
    Last Post: 12-21-2014, 05:38 PM
  5. [Help Request] Build 90 of Realm Of The Mad God/how to make b90 server?
    By alex311360 in forum Realm of the Mad God Help & Requests
    Replies: 2
    Last Post: 07-30-2013, 01:38 PM