Article: Prison Break - Single Player RP menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    stoneharry's Avatar Moderator Harry


    Reputation
    1618
    Join Date
    Sep 2007
    Posts
    4,564
    Thanks G/R
    151/150
    Trade Feedback
    0 (0%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Article: Prison Break - Single Player RP


    Article: Prison Break - Single Player RP
  2. #2
    Darkfear's Avatar Member
    Reputation
    4
    Join Date
    Jan 2008
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very nice stoneharry
    I saw it just a few minutes before on youtube before this post came up, and i love it!

  3. #3
    xUrbanx's Avatar Active Member
    Reputation
    53
    Join Date
    Oct 2007
    Posts
    350
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    WARNING SPOILERS!

    [spoiler]Very interesting project, i liked how once you got your full guard suit you blended in. Although i feel as if it was too short, i did it in a matter of 20 minutes or so i think. I think it could have been a little more climatic breaking out of the prison, and killing the king as a level 5 was odd to me, but i understand what you going for. Also when you fight the first main guard after releasing everyone there should be some indication that they were suppose to die, i stood there for a little bit trying to tell if it was a bug or i'm suppose to go on my own from there on out. [/spoiler]

    Overall i give it a 7/10

    Last edited by xUrbanx; 09-28-2010 at 01:44 PM.

  4. #4
    Zorek's Avatar Contributor
    Reputation
    95
    Join Date
    Jan 2007
    Posts
    79
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey xUrbanx,

    [spoiler] There's a spoiler function for a reason ^^ [/spoiler]

    I really like the concept of this mod and it looks awesome. I'm gonna try it when I get home :]

  5. #5
    Kaidos's Avatar Contributor
    Reputation
    148
    Join Date
    Jun 2008
    Posts
    324
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    very cool. :P

  6. #6
    xUrbanx's Avatar Active Member
    Reputation
    53
    Join Date
    Oct 2007
    Posts
    350
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Oh thanks Zorek, i didn't find it on the top options but it works lol.

  7. #7
    Falmaril's Avatar Corporal
    Reputation
    32
    Join Date
    Sep 2010
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is Epic!

  8. #8
    Tikki100's Avatar Active Member
    Reputation
    50
    Join Date
    Mar 2008
    Posts
    83
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey *looks at credits* I am missing >.<

    But else good work as usual. Love the scripts done. All in all 5 smileys.

    :wave::wave::wave::wave::wave:

  9. #9
    millwalldoug's Avatar Private
    Reputation
    1
    Join Date
    Apr 2010
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ummm... Im having problem getting this to work, I can open the MySQL server and WorldServer, but the LogonServer closes as soon as I open it? Any tips?

  10. #10
    yuravazh's Avatar Member
    Reputation
    1
    Join Date
    Aug 2007
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Was SO much fun! Too bad it lasted like 5 minutes

    Edit: Btw, would any one know how to start of their own project? Because this looks like it could be a lot of fun. Some one should make a guide on how to make their own and how to make it public! Thanks in advance.
    Last edited by yuravazh; 10-01-2010 at 07:48 PM.

  11. #11
    stoneharry's Avatar Moderator Harry


    Reputation
    1618
    Join Date
    Sep 2007
    Posts
    4,564
    Thanks G/R
    151/150
    Trade Feedback
    0 (0%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by millwalldoug View Post
    Ummm... Im having problem getting this to work, I can open the MySQL server and WorldServer, but the LogonServer closes as soon as I open it? Any tips?
    "I had same problem but I handled it. Go to "C:\MMOwned Prison Break\zworld\configs\logon.conf", open it in text editor and change RealmListPort = "3724" to RealmListPort = "3725" and ServerPort = "8093" to ServerPort = "8094". It works for me. Hope it help you. Cheers, Bugs."

    A fix posted by Bugs, it's caused by the clashing of ports but I don't know what it is that clashes with it.

    Quote Originally Posted by yuravazh View Post
    Was SO much fun! Too bad it lasted like 5 minutes

    Edit: Btw, would any one know how to start of their own project? Because this looks like it could be a lot of fun. Some one should make a guide on how to make their own and how to make it public! Thanks in advance.
    The same way you make any custom content, you script it using C++ or Lua. This was completely done in Lua.


  12. #12
    yuravazh's Avatar Member
    Reputation
    1
    Join Date
    Aug 2007
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by stoneharry View Post


    "I had same problem but I handled it. Go to "C:\MMOwned Prison Break\zworld\configs\logon.conf", open it in text editor and change RealmListPort = "3724" to RealmListPort = "3725" and ServerPort = "8093" to ServerPort = "8094". It works for me. Hope it help you. Cheers, Bugs."

    A fix posted by Bugs, it's caused by the clashing of ports but I don't know what it is that clashes with it.



    The same way you make any custom content, you script it using C++ or Lua. This was completely done in Lua.

    No model editing? And if you could point me to some beginner guides to c++ or lua, that would be cool. There is a c++ class in my school but sense I'm not a freshman I cant take the beginners course and they require some experience to sign up for said class.

  13. #13
    Kaiservolk3's Avatar Sergeant
    Reputation
    12
    Join Date
    Nov 2009
    Posts
    40
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this is fun, its really cool cause latency is 1ms lol >_< .instant auto loot

  14. #14
    stoneharry's Avatar Moderator Harry


    Reputation
    1618
    Join Date
    Sep 2007
    Posts
    4,564
    Thanks G/R
    151/150
    Trade Feedback
    0 (0%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by yuravazh View Post
    No model editing? And if you could point me to some beginner guides to c++ or lua, that would be cool. There is a c++ class in my school but sense I'm not a freshman I cant take the beginners course and they require some experience to sign up for said class.
    No model editing was used.

    And, just google 'C++ Guide' or 'Lua Guide'. Generally 'Hello World' is what everyone starts off with. There's millions of guides on the basics, once you get past that take a look at the more advanced stuff. Example of stuff useful for ArcEmu is here: Sign In - ArcEmu

  15. #15
    millwalldoug's Avatar Private
    Reputation
    1
    Join Date
    Apr 2010
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sorry to be a pain, now I can get LogonServer to stay up, and it says "Succsess! Ready for connections" But when I try logging on it says Login Server Down or unable to connect, I have changed my realmlist to Set Realmlist Localhost before you ask.

    Any ideas what the problem may be?

Page 1 of 2 12 LastLast

Similar Threads

  1. WoW single player Emulator
    By squishface in forum World of Warcraft General
    Replies: 12
    Last Post: 01-31-2013, 02:05 PM
  2. [Repack] Prison Break - Single Player RP
    By stoneharry in forum WoW EMU General Releases
    Replies: 80
    Last Post: 05-17-2011, 03:52 AM
  3. [PRISON BREAK] Season 4 - Sara Tancredis comeback
    By Engel in forum Community Chat
    Replies: 1
    Last Post: 03-29-2008, 09:51 AM
  4. My Prison Break Arts!
    By Engel in forum Art & Graphic Design
    Replies: 4
    Last Post: 02-03-2008, 09:57 AM
  5. Prison Break [SPOILER]
    By Engel in forum Community Chat
    Replies: 3
    Last Post: 02-03-2008, 07:44 AM
All times are GMT -5. The time now is 10:54 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search