Anti macro mining bug

Report any bugs you find here.
Valadez
Has killed many golems
Posts: 54
Joined: Fri Jun 20, 2014 2:19 am
Sex: Male
Class: Arch-Mage

Re: Anti macro mining bug

Post by Valadez » Fri Aug 22, 2014 12:59 am

Heh, I don't recall any being mentioned so I can't say much about that.
But yea, those are the rates. If you only have su you're better off exchanging it for gu at Broklin and using that.

User avatar
Eddow
Site Admin
Posts: 286
Joined: Fri May 23, 2014 8:15 pm
Ingame name:: Eddow
Sex: Male
Class: Arch-Warrior
Clan: Elysium
Location: Norway
Contact:

Re: Anti macro mining bug

Post by Eddow » Fri Aug 22, 2014 8:03 am

Seems correct what valadez mentioned, I did not know about it either, but the code does not lie =P
c code
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=(*(unsigned int*)(it[in2].drdata+1))/5;
			else am=0;
			
			if (am) {
				*(unsigned int*)(it[in].drdata+4)+=am;

				log_char(cn,LOG_SYSTEM,0,"Converted to %d units of Platinum and added to storage.",am);
				
				dlog(cn,in2,"dropped into ice army depot");
				destroy_item(in2);
				ch[cn].citem=0;
				ch[cn].flags|=CF_ITEMS;
			} else {
				log_char(cn,LOG_SYSTEM,0,"You can only add mined gold or silver. The exchange rate is 5 to 1 for gold and 50 to 1 for silver.");
			}
		}

Freya
Advanced Demonslayer
Posts: 614
Joined: Fri May 23, 2014 8:20 pm
Ingame name:: Freya
Sex: Female
Class: Mage
Clan: Elysium

Re: Anti macro mining bug

Post by Freya » Fri Aug 22, 2014 12:33 pm

So it appears... :D
Human Relations Manager

Fred
Demonslayer
Posts: 323
Joined: Wed Jun 04, 2014 9:04 am
Ingame name:: Fred
Sex: Male
Class: Seyan
Clan: The Prime Evils

Re: Anti macro mining bug

Post by Fred » Sat Aug 23, 2014 5:14 pm

Noes you fixed it so gold doesn't count anymore :(

Freya
Advanced Demonslayer
Posts: 614
Joined: Fri May 23, 2014 8:20 pm
Ingame name:: Freya
Sex: Female
Class: Mage
Clan: Elysium

Re: Anti macro mining bug

Post by Freya » Sat Aug 23, 2014 5:56 pm

Yes, that went along with the update. We will look for other ways of using gold.
Human Relations Manager

Fred
Demonslayer
Posts: 323
Joined: Wed Jun 04, 2014 9:04 am
Ingame name:: Fred
Sex: Male
Class: Seyan
Clan: The Prime Evils

Re: Anti macro mining bug

Post by Fred » Sat Aug 23, 2014 6:06 pm

this makes it crap to find GU again while mining... you should make it then so you only find GU in the GU area for each mine

User avatar
punk
Has killed many golems
Posts: 50
Joined: Thu Aug 21, 2014 7:37 pm
Ingame name:: Punk
Sex: Male
Class: Arch-Mage
Clan: A.B.M.S aka All By My Self

Re: Anti macro mining bug

Post by punk » Sun Aug 24, 2014 7:32 pm

Well considering gu, is an ore, aka gold/au and gp is gold coins, in medieval times gold coins where made from liquid gold. And was pure. And its already very hard as a new player to earn gp. Maybe add gu in all mines and increase the find rate? Have an npc that buys gold units, and give gp in return.

I dunno
This is 10% luck, 20% skill, 15% concentrated power of will
5% pleasure, 50% percent pain,and a 100% reason to remember my name.

Sir Punk the Braveless

User avatar
punk
Has killed many golems
Posts: 50
Joined: Thu Aug 21, 2014 7:37 pm
Ingame name:: Punk
Sex: Male
Class: Arch-Mage
Clan: A.B.M.S aka All By My Self

Re: Anti macro mining bug

Post by punk » Sun Aug 24, 2014 7:33 pm

Wow double post ugh.....
This is 10% luck, 20% skill, 15% concentrated power of will
5% pleasure, 50% percent pain,and a 100% reason to remember my name.

Sir Punk the Braveless

User avatar
punk
Has killed many golems
Posts: 50
Joined: Thu Aug 21, 2014 7:37 pm
Ingame name:: Punk
Sex: Male
Class: Arch-Mage
Clan: A.B.M.S aka All By My Self

Re: Anti macro mining bug

Post by punk » Sun Aug 24, 2014 8:02 pm

What happen to my post? Wow lol disappeared and then reappeared.
This is 10% luck, 20% skill, 15% concentrated power of will
5% pleasure, 50% percent pain,and a 100% reason to remember my name.

Sir Punk the Braveless

Fred
Demonslayer
Posts: 323
Joined: Wed Jun 04, 2014 9:04 am
Ingame name:: Fred
Sex: Male
Class: Seyan
Clan: The Prime Evils

Re: Anti macro mining bug

Post by Fred » Mon Aug 25, 2014 9:41 pm

Put the gold bug back pls :( It"s so annoying to find this much GU that's completely useless

Post Reply