Official Everybody Edits Forums

Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?

You are not logged in.

#1 2015-03-20 02:12:34

AK712
Member
Joined: 2015-02-16
Posts: 94

m.Type == "c" No Longer Works Consistently

Hello everyone,

I found out today that m.Type == "c" only seems to work once in a world. If you go in a world portal or go to lobby and reconnect and play the level again, coins will no longer register. Does anyone know why this is, and how it can be fixed? It's messing up a lot of my bots.

Thanks,
AK712


O4DmNuI.png

Offline

#2 2015-03-20 04:44:37

Jabatheblob1
Member
Joined: 2015-03-01
Posts: 856

Re: m.Type == "c" No Longer Works Consistently

I was experiencing some problems aswell


If you would like me to make a bot for you, go here.

Offline

#3 2015-03-20 05:11:25

BuzzerBee
Forum Admin
From: Texas, U.S.A.
Joined: 2015-02-15
Posts: 4,570

Re: m.Type == "c" No Longer Works Consistently

Processor fixed this recently. How long ago was it that you experienced this problem?


TdQRyz3.png
https://wiki.everybodyedits.com/images/5/5d/135_bee

Offline

#4 2015-03-20 05:56:52, last edited by Jabatheblob1 (2015-03-20 05:57:08)

Jabatheblob1
Member
Joined: 2015-03-01
Posts: 856

Re: m.Type == "c" No Longer Works Consistently

Yesterday.
it's in my ee info tutorial


If you would like me to make a bot for you, go here.

Offline

#5 2015-03-21 12:51:32

madiik
Member
From: floor above Yuuta
Joined: 2015-02-26
Posts: 514

Re: m.Type == "c" No Longer Works Consistently

This needs to be fixed immideatly.
My whole game is supported on that coin system, etc if you have coin, you win.


shh i have returned

Offline

#6 2015-03-21 20:24:56

AK712
Member
Joined: 2015-02-16
Posts: 94

Re: m.Type == "c" No Longer Works Consistently

Yeah, it still isn't working. I did a test today and it picked up 0/4 coins.


O4DmNuI.png

Offline

#7 2015-03-21 21:29:14

realmaster42
Formerly marcoantonimsantos
From: ̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍
Joined: 2015-02-20
Posts: 1,380
Website

Re: m.Type == "c" No Longer Works Consistently

#c - Player collects a coin
[0]  ‹int› User ID
[1]  ‹int› Gold Coins
[2]  ‹int› Blue Coins

Why not NOT USE m.GetInt(1) but add a players[m.GetInt(0)].coins = players[m.GetInt(0)].coins + 1
Use players[m.GetInt(0)].

I'm not sure about this fix, but try it.

I bet the ' "c" ' problem is a serverside bug. It takes some time.


http://i.imgur.com/bjvgH5L.png?1

Offline

#8 2015-03-21 23:04:36

lrussell
Member
From: Saturn's Titan
Joined: 2015-02-15
Posts: 843
Website

Re: m.Type == "c" No Longer Works Consistently

This issue has now been fixed in any newly opened levels.
Worlds opened before the update will still contain the bug.

Offline

#9 2015-03-22 03:25:17, last edited by AK712 (2015-03-22 03:39:45)

AK712
Member
Joined: 2015-02-16
Posts: 94

Re: m.Type == "c" No Longer Works Consistently

marcoantonimsantos wrote:

#c - Player collects a coin
[0]  ‹int› User ID
[1]  ‹int› Gold Coins
[2]  ‹int› Blue Coins

Why not NOT USE m.GetInt(1) but add a players[m.GetInt(0)].coins = players[m.GetInt(0)].coins + 1
Use players[m.GetInt(0)].

I'm not sure about this fix, but try it.

I bet the ' "c" ' problem is a serverside bug. It takes some time.

Wait, you were told m.GetInt(1) would work?? No, only m.GetInt(0) works for something like this. By the way, this issue has indeed been fixed and everything is working again //forums.everybodyedits.com/img/smilies/big_smile


O4DmNuI.png

Offline

#10 2015-03-22 11:33:49

realmaster42
Formerly marcoantonimsantos
From: ̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍
Joined: 2015-02-20
Posts: 1,380
Website

Re: m.Type == "c" No Longer Works Consistently

AK712 wrote:
marcoantonimsantos wrote:

#c - Player collects a coin
[0]  ‹int› User ID
[1]  ‹int› Gold Coins
[2]  ‹int› Blue Coins

Why not NOT USE m.GetInt(1) but add a players[m.GetInt(0)].coins = players[m.GetInt(0)].coins + 1
Use players[m.GetInt(0)].

I'm not sure about this fix, but try it.

I bet the ' "c" ' problem is a serverside bug. It takes some time.

Wait, you were told m.GetInt(1) would work?? No, only m.GetInt(0) works for something like this. By the way, this issue has indeed been fixed and everything is working again //forums.everybodyedits.com/img/smilies/big_smile

No, i said m.GetInt(1) doesn't work.
If you notice, i used a 'Why' before the first not, wich means im asking to do something.

You need to know a little grammar you know?
Anyways, ik it's fixed. And i said m.GetInt(1) doesn't work so you would need to use another strategy.


http://i.imgur.com/bjvgH5L.png?1

Offline

realmaster421427020429485729

Board footer

Powered by FluxBB

[ Started around 1714011362.7333 - Generated in 0.056 seconds, 10 queries executed - Memory usage: 1.48 MiB (Peak: 1.63 MiB) ]