Project 1999

Go Back   Project 1999 > Blue Community > Blue Server Chat

View Poll Results: Which raid changes would you like to see?
Simultaneous Repops 137 64.93%
No trains in Veeshan's Peak 108 51.18%
Antipoopsocking code 100 47.39%
Server reset chance proportional to population 82 38.86%
Reset all named as well 49 23.22%
Change Nagafen/Vox banishment to L56+ 35 16.59%
Anti-leapfrogging policy in Fear 70 33.18%
Loraen knocked down the two towers 38 18.01%
Multiple Choice Poll. Voters: 211. You may not vote on this poll

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #8  
Old 08-07-2013, 01:50 PM
August August is offline
Fire Giant


Join Date: Sep 2010
Posts: 703
Default

Quote:
Originally Posted by Splorf22 [You must be logged in to view images. Log in or Register.]
Guys, I have a PhD in computer science. For example, the antipoopsocking "code" (please forgive my mixing twelve different programming languages), inserted somewhere into the login function:

Code:
when (getTime() - lastRepopTime < TwoHours) {
  case player.zone:
     Sebilis: player.location = {Trakanon's Teeth, -100, -100, -100}
     Hate: player.location = {West Commonlands, -100, -100, -100}
     t: /* do nothing */
}
Or, the fear leapfrogging code:

Code:
String engagedGuild = "";
int ticksRemaining = 0;

OnMobEngage(player p) {
  if(engagedGuild != "") {
    engagedGuild =  p.guild;
    ticksRemaining = 20;
  }

  if(engagedGuild != p.guild)
     QueueTell(to:p, from:"Rogean", text: "You have leapfrogged guild X! They may choose to petition you!"
}

OnMobKill() {
  ticksRemaining += 10;
}

OnTick() {
  ticksRemaining -= 1;
  if(ticksRemaining <= 0) {
    QueueBroadcast("GuildX has timed out!"
    EngagedGuild = "";
 }
}
Also I'm curious that not more people like my repop probability proportional to player population. At least when I suggested simultaneous repops, I meant them mostly as a replacement for the retarded variance scene we have now, not an addition.

The repop probability is the best suggestion.

i love people who comment about coding.
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:49 AM.


Everquest is a registered trademark of Daybreak Game Company LLC.
Project 1999 is not associated or affiliated in any way with Daybreak Game Company LLC.
Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.