Search found 120 matches

by Eddow
Thu Aug 28, 2014 11:21 am
Forum: Events and happenings
Topic: Video Contest
Replies: 5
Views: 130917

Video Contest

Hello everyone, Ugaris is on the look-out for enthusiastic people willing to make videos. These videos (if accepted) will be listed on our homepage under the videos tab. The best video/videos will certainly get a prize as well. Best would be if the video was in English, but due to the many natures o...
by Eddow
Thu Aug 28, 2014 11:16 am
Forum: Suggestions box
Topic: Future of Hardcore..
Replies: 54
Views: 306958

Re: Future of Hardcore..

Bloodknight wrote:i'm done here, firena editing my posts but letting fred have his say is pretty much unacceptable
Pretty certain if helen had seen his it would've been edited aswell =)
by Eddow
Thu Aug 28, 2014 9:33 am
Forum: Suggestions box
Topic: Mad Zombies? apocalypse
Replies: 21
Views: 67732

Re: Mad Zombies? apocalypse

People abuse the tunnels/iac synergy too much in the Level range 20-40.) I actually like this option alot, since you can't reset IAC so they get a huge exp boost early on but that means they don't have it later In my opinion, this synergy is one of the best combo's ingame because you need to do som...
by Eddow
Wed Aug 27, 2014 8:07 am
Forum: Suggestions box
Topic: logo
Replies: 5
Views: 25611

Re: logo

Haha I don't think we would yell very easily =) It looks good, although a bit "Too much". If you understand what I mean. If you like doing graphics design however, we could still use a "proper" logo, that would fit in the dimensions 32x32 - 64x64 - 128 x 128 etc.
by Eddow
Tue Aug 26, 2014 8:07 am
Forum: Suggestions box
Topic: Bless Giving NPC
Replies: 6
Views: 29557

Re: Bless Giving NPC

Yep he does.. never knew, haha
c code
case GWENDYLON_STATE_DONE_BLESS:
					if (realtime - ppd->gwendy_seen_timer > 60) {
						quiet_say(cn, "Nice to see you, %s.", ch[co].name);
						if (may_add_spell(co, IDR_BLESS) && do_bless(cn, co)) {
							ppd->gwendy_seen_timer = realtime;
							return;
						}
by Eddow
Tue Aug 26, 2014 8:03 am
Forum: Suggestions box
Topic: Bless Giving NPC
Replies: 6
Views: 29557

Re: Bless Giving NPC

Sauron wrote:Gwendylon does bless you when you did all his quests :D (Well i don't know how big his bless is :D)
He does? o.0
by Eddow
Sat Aug 23, 2014 10:28 am
Forum: Trading post
Topic: Trading +14 lf ring
Replies: 4
Views: 114010

Re: Trading +14 lf ring

I might have a +12 th item, will that do? :o
by Eddow
Fri Aug 22, 2014 8:03 am
Forum: Bug reports
Topic: Anti macro mining bug
Replies: 24
Views: 78279

Re: Anti macro mining bug

Seems correct what valadez mentioned, I did not know about it either, but the code does not lie =P if (ch[cn].flags&CF_PLAYER) { if ((in2=ch[cn].citem) && it[in2].driver==IDR_ENHANCE) { if (it[in2].drdata[0]==1) am=(*(unsigned int*)(it[in2].drdata+1))/50; else if (it[in2].drdata[0]==2) am=(*(unsigne...
by Eddow
Fri Aug 22, 2014 7:19 am
Forum: Bug reports
Topic: New accounts can't create characters.
Replies: 6
Views: 28041

Re: New accounts can't create characters.

Oi Oi, my fault, little programming error. Should be fixed now =)
by Eddow
Fri Aug 15, 2014 7:13 am
Forum: Suggestions box
Topic: Where is everyone?
Replies: 7
Views: 27172

Re: Where is everyone?

I'm mostly occupied with developing/designing the new website. If not doing that, I am assisting sauron with new content/moral assistance ;). Besides spending most of my time doing that, I also have real life job that requires time, and my girl friend that does want some of it every now and then. I'...