3 months of summer and a Grab Bag

Here you can comment on news articles.
User avatar
Aezio
Banned
 
Posts: 112
Joined: Jan 13, 2013 16:38

Postby Aezio » Oct 25, 2015 22:39

Abydos wrote:
Mancav3 wrote:Does the amount of players ( online ) account for how many GM's are coding at that particular moment? Or is that just testers of some fashion?

Do the gms need to be online to code?


#1. No
#3. No

#2. Watch for news.


I revise my statement 8)

User avatar
malimbar
Warder
 
Posts: 28
Joined: Oct 12, 2008 00:00

Postby malimbar » Oct 26, 2015 09:52

I am just happy the server is still been worked on, i have the patience required to just wait. New career, new job, new qualifications. When it comes back i will have RL sorted and be ready to play ;)

User avatar
Fangrolmerc
INVADER
 
Posts: 0
Joined: Apr 23, 2015 14:48

Postby Fangrolmerc » Oct 26, 2015 12:34

malimbar wrote:I am just happy the server is still been worked on, i have the patience required to just wait. New career, new job, new qualifications. When it comes back i will have RL sorted and be ready to play ;)


im glad also happy everyone is still here. things could be worst i have a few new things in rl myself.
thank the people behind the scenes making Uthgard happen.
Fangrol 8l4 Mercenary.

User avatar
silenced
Phoenix Knight
 
Posts: 1074
Joined: Sep 28, 2006 00:00

Postby silenced » Oct 26, 2015 13:15

ôÔ

So ... well.

Where's the next grab bag? Will there be a sweetie grab bag for Halloween or shenanigans like that?
Albion Forever!

vadox
Banned
 
Posts: 142
Joined: Jan 12, 2013 01:42

Postby vadox » Oct 26, 2015 15:05

I have to apologize! I was the deadlock, took me 3 months (still ahead of schedule) to finish the Damage Calculator. Guys, please cut and paste this to Player module.

public int Damage_Calc(int playerID_Source, int playerID_Target)
{

int iZerg_Limit = 3;
int iUthgard_Factor = 2 * 365;
int damage_ = 0;

Random r = new Random();

switch (player(playerID_Source).class.type )
{
case "caster":
damage_ = 1.65 + (r(0,iUthgard_Factor));
break;
case "melee":
damage_ = 2.016 + (r(0,iUthgard_Factor));
break;
default:
damage_ = 0 + 0;
break;
}

switch (player(playerID_Target).class.type )
{
case "caster":
damage_ = damage_ - (1.65 + (r(0,iUthgard_Factor)));
break;
case "melee":
damage_ = damage_ - (2.016 + (r(0,iUthgard_Factor)));
break;
default:
damage_ = damage_ - (0 + 0);
break;
}

if (enemy_Nearby(playerID_Source) > iZerg_Limit) {
Enter_GodMode(playerID_Source);
}

return result;
}

this is it, now we in business.

Oswaldo
Phoenix Knight
 
Posts: 1503
Joined: Apr 10, 2011 22:53

Postby Oswaldo » Oct 26, 2015 19:02

The Random method in visual studio is so amazing.
- Honey Badgers
- Winkz

User avatar
Lilayn
Gryphon Knight
 
Posts: 261
Joined: Jan 24, 2013 18:38

Postby Lilayn » Oct 26, 2015 21:26

Im bored watching Twitch streams of Genesis and Live Server :roll:

User avatar
Paxx
Myrmidon
 
Posts: 183
Joined: Dec 18, 2009 01:00

Postby Paxx » Oct 26, 2015 23:00

Are you guys using Git or any other version control? If so, you could just make a list of the latest commits, and post those instead of formatted news. Less work, more info, though it may be too much info.

I'm gonna wait, till it's done. But Fallout 4 is coming out in November, so there's no hurry :P

User avatar
Scalado
Myrmidon
 
Posts: 80
Joined: Jul 12, 2010 00:00

Postby Scalado » Oct 27, 2015 00:03

As soon as the server is released, nobody will care a damn for these work infos. I don't see any point in their implementation pre-release either - you still can't discern from that when something will be released and it won't come faster either.

I want release as bad as the next man*, but these seem to me pointless distractions.




*especially after spending an hour on Genesis today - with invisible mobs and parrying with a crossbow.

User avatar
Ppassler
Guardian
 
Posts: 3
Joined: Mar 20, 2008 01:00

Postby Ppassler » Oct 27, 2015 14:24

Hi Guys,
:angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry:
Uthgard will never make it to the server to enable all of us have been waiting for eternity they make it again to activate my side I see it so that they have no desire to open it.
I have tired of waiting finds shame about the great PVP system aba reichts me I delete my Acc and have finished with Uthgard vl. We'll meet at daoc 2 !! bye Bye#
:angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry:

User avatar
Lilayn
Gryphon Knight
 
Posts: 261
Joined: Jan 24, 2013 18:38

Postby Lilayn » Oct 27, 2015 14:29

Ppassler wrote:Hi Guys,
:angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry:
Uthgard will never make it to the server to enable all of us have been waiting for eternity they make it again to activate my side I see it so that they have no desire to open it.
I have tired of waiting finds shame about the great PVP system aba reichts me I delete my Acc and have finished with Uthgard vl. We'll meet at daoc 2 !! bye Bye#
:angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry:


Dont mix english with german

User avatar
holsten-knight
Lion Knight
 
Posts: 4449
Joined: Jul 15, 2009 00:00
Location: Hamburg

Postby holsten-knight » Oct 27, 2015 14:31

sehr gut english!

Deleted what account? We don't even have accounts to delete :lol:

But as always my usual reply to all ragequit posts: Can I have your (not existing) stuff?

User avatar
GreenP
Phoenix Knight
 
Posts: 1305
Joined: Sep 07, 2008 00:00

Postby GreenP » Oct 27, 2015 14:42

Ppassler wrote:Hi Guys,
:angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry:
Uthgard will never make it to the server to enable all of us have been waiting for eternity they make it again to activate my side I see it so that they have no desire to open it.
I have tired of waiting finds shame about the great PVP system aba reichts me I delete my Acc and have finished with Uthgard vl. We'll meet at daoc 2 !! bye Bye#
:angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry: :angry:


Join my guild... if you could!
http://herald.uthgard.net/herald.php?view=stats&p1=guild&p2=RPs&p3=DESC&p5=Guild&p6=HASL%20MOWL%20HATTE%20FUENFZIG%20UTHGARD%20QQ
Formerly known as
Touareg- RR10 noobVW on Uth1.
Crossfire- RR7 noobAnimist on Uth1.
Ohnoes- RR9 noobAnimist on Lolgins.

Click this LINK if you want to see the truth about Hibernia

User avatar
-l- Edgtho -l-
Gryphon Knight
 
Posts: 399
Joined: Nov 20, 2010 20:23
Location: Dunkeldeutschland

Postby -l- Edgtho -l- » Oct 27, 2015 14:44




this is my official application!

User avatar
Runental
Phoenix Knight
 
Posts: 1163
Joined: Aug 21, 2009 00:00
Location: Funkytown

Postby Runental » Oct 27, 2015 15:16

Image
ONE a Shaman solo Video
TWO a Shaman solo Video

PreviousNext

Return to News

Who is online

Users browsing this forum: No registered users and 4 guests

cron

Monday, 23. June 2025

Artwork and screen shots Copyright © 2001-2004 Mythic Entertainment, Inc. All rights reserved. Used with permission of Mythic Entertainment. Mythic Entertainment, the Mythic Entertainment logo, "Dark Age of Camelot," "Shrouded Isles," "Foundations," "New Frontiers," "Trials of Atlantis," "Catacombs," "Darkness Rising," the Dark Age of Camelot and subsequent logos, and the stylized Celtic knot are trademarks of Mythic Entertainment, Inc.

Valid XHTML & CSS | Original Design by: LernVid.com | Modified by Uthgard Staff