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.
Pages: 1
This way:
1) Add somebody edit by saying /giveedit using the bot.
2) For you players will be labeled "Remove Edit", but they don't have edit.
Strange, yeah?
EDIT:
2b55b5g clearly has and at the same time has no edit.
then code your bot rightly
thanks hg for making this much better and ty for my avatar aswell
Offline
Offline
What bot did you use
Time before becoming a Member - Leaderboard
1. Whirl - 9 months
2. KirbyKareem - 8 months
3. pwnzor - 2.4 months
4. MWstudios - 2 months
5. ILikeTofuuJoe - 1.5 months Piskel is the best GIF maker I've seen
HG's signature for me - Anatoly's signature for me
The Mashed Potatoes Song - The longest post on EE forums - Play my Minesweeper
Offline
What bot did you use
my own codes
why wouldn't they have edit if you have used the give edit command? (edit: oh wait, misread the OP, thought you just assumed they shouldn't have edit)
Are you sure it wasn't just a client side glitch for them?
yes but if they don't have edit, then why does it always show up as if they had edit?
JavaScript PIO, if it helps.
LukeM wrote:Are you sure it wasn't just a client side glitch for them?
yes but if they don't have edit, then why does it always show up as if they had edit?
It sounds to me like the bot isn't the problem, their client might just not think it has edit even though it does...
Has this happened multiple times, or was it just that once?
Offline
Anatoly wrote:LukeM wrote:Are you sure it wasn't just a client side glitch for them?
yes but if they don't have edit, then why does it always show up as if they had edit?
It sounds to me like the bot isn't the problem, their client might just not think it has edit even though it does...
Has this happened multiple times, or was it just that once?
it happens the entire time:
case "say":
var str = msg.getString(1);
var tab = str.split(' ');
var prof = dmGetPlayerInfo(1, msg.getInt(0));
InsertHTML("<b class=\"c\">Chat</b> <b><i>Edit</i></b> <b>" + prof.username + "</b> " + str);
if (tab[0] == "ge") {
con6.send("say", "/re " + msg.getString(1));
con6.send("say", "/giveedit " + msg.getString(1));
con6.send("say", "/pm " + msg.getString(1) + " You should have edit now, if you don't, say 'ge'.");
}
break;
case "add":
con6.send("say", "/ge " + msg.getString(1));
con6.send("say", "/pm " + msg.getString(1) + " You should have edit now, if you don't, say 'ge'.");
dmPlayerJoin(6, msg);
break;
whenever they join/say "ge" - nothing happens, but the private message seems to appear.
LukeM wrote:Anatoly wrote:LukeM wrote:Are you sure it wasn't just a client side glitch for them?
yes but if they don't have edit, then why does it always show up as if they had edit?
It sounds to me like the bot isn't the problem, their client might just not think it has edit even though it does...
Has this happened multiple times, or was it just that once?
it happens the entire time:
case "say": var str = msg.getString(1); var tab = str.split(' '); var prof = dmGetPlayerInfo(1, msg.getInt(0)); InsertHTML("<b class=\"c\">Chat</b> <b><i>Edit</i></b> <b>" + prof.username + "</b> " + str); if (tab[0] == "ge") { con6.send("say", "/re " + msg.getString(1)); con6.send("say", "/giveedit " + msg.getString(1)); con6.send("say", "/pm " + msg.getString(1) + " You should have edit now, if you don't, say 'ge'."); } break; case "add": con6.send("say", "/ge " + msg.getString(1)); con6.send("say", "/pm " + msg.getString(1) + " You should have edit now, if you don't, say 'ge'."); dmPlayerJoin(6, msg); break;
whenever they join/say "ge" - nothing happens, but the private message seems to appear.
i dont see anything that gives edit when said ge
thanks hg for making this much better and ty for my avatar aswell
Offline
I don't understand, in case "say" you did:
con6.send("say", "/re " + msg.getString(1));
con6.send("say", "/giveedit " + msg.getString(1));
con6.send("say", "/pm " + msg.getString(1) + " You should have edit now, if you don't, say 'ge'.");
but msg.getString(1) is the message, not the username.
Offline
Ups. (Sorry)
But it still doesn't explain the image.
Ups. (Sorry)
But it still doesn't explain the image.
So what's happening now? Do people always have to say ge to get edit, or do they sometimes get edit originally?
And are all of the PMs received correctly now?
Offline
Anatoly wrote:Ups. (Sorry)
But it still doesn't explain the image.
So what's happening now? Do people always have to say ge to get edit, or do they sometimes get edit originally?
And are all of the PMs received correctly now?
No they get edit, everything fine, but still earlier with my code.
People had no edit
BUT they were recognised on my account as edit-assigned (that mini-profile)
So the bug fixed itself?
Offline
Offline
Pages: 1
[ Started around 1739997631.685 - Generated in 0.319 seconds, 12 queries executed - Memory usage: 1.59 MiB (Peak: 1.78 MiB) ]