Jump to content
  • 0
redwingangel

Botkiller6 and Miner World error by Myzter of script

Question

Botkiller6 donwload Link :http://sharesend.com/uczragpf

 

I try to run the server, but got  Botkiller6  and Miner World error ..

 

Y6A51l9.jpg

wqCZqTd.jpg

 

Botkiller6 Code:

qwemf50.jpg

 

Miner World Code:

pKXsRtm.jpg

 

Miner World Code Change ↓ add <end;> Server will no Miner World error. But I don't know answer.

A8n9WX5.jpg

Edited by redwingangel
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

1. Replace the pcblock command by using pcblockmove

2. In Miner World.txt

// This process creates new mines where were exhausted
OnTimer360000: //  Each 5 minutes the system check for destroyed mines and re-creates it in new coordinates
	set [email protected],0;
	set [email protected],0;
	set [email protected],10;
	freeloop(1);
	while (set([email protected], query_sql("select map, mines, mtypes from mn_maps limit " + [email protected] + "," + [email protected],[email protected]$,[email protected],[email protected]))) {
		for (set [email protected],0; [email protected] < [email protected]; set [email protected], [email protected] + 1) {
			query_sql "select count(*) from mn_mine where map='" + [email protected]$[[email protected]] + "'",[email protected];
			while ([email protected][0] < [email protected][[email protected]]) {
				query_sql "select mclass from mn_class" + ([email protected][[email protected]]==0?"":" where mclass & " + [email protected][[email protected]]) + " order by rand() limit 1",[email protected];
				set [email protected],-1;
				while ([email protected]<0) {
					if (!checkcell ([email protected]$[[email protected]],set([email protected],rand(1,500)),set([email protected],rand(1,500)),cell_chkpass)) set [email protected],-1;
				}
				// Probabilities of 30% to create a new mine at this pass... or will be created in a future process
				if (rand(10) < 3) {
					query_sql "insert into mn_mine (created, map, mclass, x, y, size) values (now(), '" + [email protected]$[[email protected]] + "'," + [email protected][0] + "," + [email protected] + "," + [email protected] + "," + rand(3,6) + ")";
					debugmes "> Mine System: Creating a new mine in " + [email protected]$[[email protected]] + "...";
				}
				set [email protected][0], [email protected][0] + 1;
			}
		}
		set [email protected], [email protected] + [email protected];
	}
	freeloop(0);
	initnpctimer;
}
Link to comment
Share on other sites

  • 0

1. Replace the pcblock command by using pcblockmove

2. In Miner World.txt

// This process creates new mines where were exhaustedOnTimer360000: //  Each 5 minutes the system check for destroyed mines and re-creates it in new coordinates	set [email protected],0;	set [email protected],0;	set [email protected],10;	freeloop(1);	while (set([email protected], query_sql("select map, mines, mtypes from mn_maps limit " + [email protected] + "," + [email protected],[email protected]$,[email protected],[email protected]))) {		for (set [email protected],0; [email protected] < [email protected]; set [email protected], [email protected] + 1) {			query_sql "select count(*) from mn_mine where map='" + [email protected]$[[email protected]] + "'",[email protected];			while ([email protected][0] < [email protected][[email protected]]) {				query_sql "select mclass from mn_class" + ([email protected][[email protected]]==0?"":" where mclass & " + [email protected][[email protected]]) + " order by rand() limit 1",[email protected];				set [email protected],-1;				while ([email protected]<0) {					if (!checkcell ([email protected]$[[email protected]],set([email protected],rand(1,500)),set([email protected],rand(1,500)),cell_chkpass)) set [email protected],-1;				}				// Probabilities of 30% to create a new mine at this pass... or will be created in a future process				if (rand(10) < 3) {					query_sql "insert into mn_mine (created, map, mclass, x, y, size) values (now(), '" + [email protected]$[[email protected]] + "'," + [email protected][0] + "," + [email protected] + "," + [email protected] + "," + rand(3,6) + ")";					debugmes "> Mine System: Creating a new mine in " + [email protected]$[[email protected]] + "...";				}				set [email protected][0], [email protected][0] + 1;			}		}		set [email protected], [email protected] + [email protected];	}	freeloop(0);	initnpctimer;}
I don't know why...

I can't use it.

----------------------------------------------

This is the latest version of

v1.5 miner world and v6.17 LangManagement

http://sharesend.com/xbxzwwfc

----------------------------------------------

if use freeloop(1); and freeloop(0);

UlN6n1B.jpg

----------------------------------------------

If not used freeloop(1); and freeloop(0);

YHGHBxA.jpg

1.gotocount: 655360 <<Useless

2.freeloop <<Useless

3.sleep2 <<This is the answer? I did not try.

Edited by redwingangel
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.