Thread: Exotic - Raids, Inferno & More! :D

Page 38 of 42 FirstFirst ... 283637383940 ... LastLast
Results 371 to 380 of 417
  1. #371  
    Registered Member
    Join Date
    Jan 2018
    Posts
    136
    Thanks given
    143
    Thanks received
    10
    Rep Power
    58
    Quote Originally Posted by Kris View Post
    Don't get it wrong.
    That mentality is completely wrong in this specific case. While yes, in many other areas it applies perfectly fine - you gotta put in effort to get the gains, however in this case you'd be focusing on all the wrong places. I don't think some of you understand the importance of the base structure of the server you're working on. We're suggesting people to stay away from this type of sources because of the base structure of the code, not the flaws in the actual content or lack of content. Content isn't something you should be worrying about right away, while yes it is a very important part of a server, its importance falls down to the base structure.
    Let me give you some examples.

    When you look into this specific source, you'll notice there are literally tons of duplicate methods. It's a part of PI unfortunately; people prefer to make new methods instead of patching up old ones. This creates confusion. Other developers - due to the lack of commentation and all of that will be unable to develop on a source such as this because they will not know what methods to use; when you have methods like ObjectManager.spawnObject1(), ObjectManager.spawnObject2(), ObjectManager.spawnObject3(), how in the hell are they meant to pick the method to use? It's all wasted effort. This specific example is actually taken from my own experience while doing a service for someone on a PI source.

    Another clear example is the lack of structure; Everything in PI is slapped into just one class. For example, if you want to make a NPC perform something special, you'd have to go to that one special class(I don't know the names of them so I won't be trying to make that up) which is thousands of lines long, if not tens of thousands, and contains switch() blocks to switch between NPC ids in the process loops. This is an extremely poor way of managing NPCs, and should be avoided at all costs. The correct way to handle these things would be to create the respective abstract NPC classes and override the methods that need to be overridden, effectively causing no harm whatsoever compared to one massive loop and tons of if-sentences. Not only does your code become much more readable, it also gets much better performance wise. A PI server by default will struggle to hold more than 50 players - I'm positive of this. A properly designed server however should be able to hold the limit - which is 2000 - with ease.
    There is a lot of statements going off into different directions this is true, and i would have thought that the playerbase is down to vps size? on how many are online until the server crashes
    Reply With Quote  
     

  2. #372  
    Registered Member
    Join Date
    Dec 2015
    Posts
    1
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Hi, I would like to buy your source and client So I can make a rsps please awnser me or pm me trought this thanks !

    Hi, I would like to buy your source and client So I can make a rsps please awnser me or pm me trought this thanks !
    Reply With Quote  
     

  3. #373  
    Blurite

    Corey's Avatar
    Join Date
    Feb 2012
    Age
    26
    Posts
    1,491
    Thanks given
    1,245
    Thanks received
    1,729
    Rep Power
    5000
    Quote Originally Posted by Fifou77 View Post
    Hi, I would like to buy your source and client So I can make a rsps please awnser me or pm me trought this thanks !

    Hi, I would like to buy your source and client So I can make a rsps please awnser me or pm me trought this thanks !
    it's free to download?
    Attached image
    Reply With Quote  
     

  4. #374  
    Donator

    Join Date
    Jan 2009
    Posts
    468
    Thanks given
    144
    Thanks received
    41
    Rep Power
    65
    Quote Originally Posted by Fifou77 View Post
    Hi, I would like to buy your source and client So I can make a rsps please awnser me or pm me trought this thanks !

    Hi, I would like to buy your source and client So I can make a rsps please awnser me or pm me trought this thanks !
    lollol
    Reply With Quote  
     

  5. #375  
    Registered Member Kairon's Avatar
    Join Date
    Feb 2017
    Posts
    202
    Thanks given
    54
    Thanks received
    45
    Rep Power
    33
    Quote Originally Posted by Fifou77 View Post
    Hi, I would like to buy your source and client So I can make a rsps please awnser me or pm me trought this thanks !

    Hi, I would like to buy your source and client So I can make a rsps please awnser me or pm me trought this thanks !
    Wouldn't recommend to use it. Pile of shit.
    Reply With Quote  
     

  6. Thankful user:


  7. #376  
    Registered Member
    Join Date
    Apr 2018
    Posts
    27
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by Tesla View Post
    it's free to download?
    hi got a question may you answer me?
    when I run client it says "requesting screen title" and than it says"error retrying in 10seconds"
    how to fix that?
    Reply With Quote  
     

  8. #377  
    Registered Member

    Join Date
    Oct 2017
    Posts
    649
    Thanks given
    6
    Thanks received
    119
    Rep Power
    161
    Quote Originally Posted by HolyKyran View Post
    hi got a question may you answer me?
    when I run client it says "requesting screen title" and than it says"error retrying in 10seconds"
    how to fix that?
    hey got discord or skype I can help u

    you need to put cache
    Reply With Quote  
     

  9. #378  
    Registered Member
    Join Date
    Apr 2018
    Posts
    12
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Hey thanks for the release

    But im getting this error while trying to run the client any idea of how to fix it?

    https://gyazo.com/9720ba216ceb8657a19fe80dd5c9e0c8
    Reply With Quote  
     

  10. #379  
    Donator


    Join Date
    Jan 2010
    Age
    29
    Posts
    4,122
    Thanks given
    274
    Thanks received
    551
    Rep Power
    738
    Quote Originally Posted by Lopo View Post
    Hey thanks for the release

    But im getting this error while trying to run the client any idea of how to fix it?

    https://gyazo.com/9720ba216ceb8657a19fe80dd5c9e0c8
    disable the cache updating
    Reply With Quote  
     

  11. Thankful user:


  12. #380  
    Registered Member
    Join Date
    Apr 2018
    Posts
    12
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    how do you that im dumb and new thank you very much
    Reply With Quote  
     

Page 38 of 42 FirstFirst ... 283637383940 ... LastLast

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. Replies: 127
    Last Post: 07-24-2017, 03:15 PM
  2. Replies: 9
    Last Post: 06-26-2017, 08:48 AM
  3. Replies: 9
    Last Post: 06-26-2017, 06:16 AM
  4. Replies: 61
    Last Post: 05-29-2016, 09:17 PM
  5. Replies: 3
    Last Post: 12-10-2012, 11:06 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
  •