Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   server flags... My things never work online... (https://forums.graalonline.com/forums/showthread.php?t=56127)

Salaisuus 11-23-2004 02:13 AM

server flags... My things never work online...
 
Hrmh how come simple if flag is true script like this doesnt work online?

if (serverr.flaggy) {setimg picture.gif; y=24;}

Simple as that. I need a server flag to change image on an npc.
Client or server side it doesnt work online.
Im not sure if I should use server. or serverr.

Curse the npc server. I never tought it could mess up a script so simple.

I propably need to do some trigger action and function crazyness again but Im not realy sure how...

Kaimetsu 11-23-2004 02:58 AM

Please, learn about the NPC Server before trying to code for it.

ZeroTrack 11-23-2004 03:16 AM

Quote:

Originally Posted by Salaisuus
Hrmh how come simple if flag is true script like this doesnt work online?

if (serverr.flaggy) {setimg picture.gif; y=24;}

how are setting the flag, offline if you just did
PHP Code:

set serverr.flag

it would set it as a player flag, how ever online it tries to set it as a server flag, but sence it has no value it just deletes the string, however if you set it as
PHP Code:

setstring serverr.flag,true

and are checking just the name as you are above it will come back false cause the value attached to the flag is 'true'. therefore you'd have to set and check it like so.
PHP Code:

if(createdsetstring serverr.flag,true;

if(
strequals(#s(serverr.flag),true)) {
    
setimg picture.gif;
    
y=24;


although serverr.flags have to be set serverside, you can still check them clientside as well as serverside
Quote:

Im not sure if I should use server. or serverr.
the diffrence between server.flags and serverr.flags is that serverr.flags can only be edited serverside.

Quote:

Originally Posted by Kaimetsu
Please, learn about the NPC Server before trying to code for it.

I gather thats what hes doing here, tring to understand better is what this forum is for.

Loriel 11-23-2004 03:50 PM

Quote:

Originally Posted by ZeroTrack
sence it has no value it just deletes the string

No one is talking about strings.

ZeroTrack 11-23-2004 04:03 PM

Quote:

Originally Posted by Loriel
No one is talking about strings.

im pretty sure server flags HAVE to be strings..... considering thats what hes talking about, or are you just out to try and put me down for some unknown reason?

Kaimetsu 11-23-2004 06:02 PM

Quote:

Originally Posted by ZeroTrack
I gather thats what hes doing here, tring to understand better is what this forum is for.

Man, you ignored the entire latter half of my text.

Quote:

Originally Posted by ZeroTrack
the diffrence between server.flags and serverr.flags is that serverr.flags can only be edited serverside

And that's utterly wrong.

ZeroTrack 11-23-2004 06:17 PM

Quote:

Originally Posted by Kaimetsu
And that's utterly wrong.

thats the diffrence that only pertained to this matter, are there other diffrences yes , but it is true that r flags if there clientr. flags or serverr. flags they can only be edited in serverside thats why there mostly used now for custom money and hp systems cause the way hackers USED to hack money is by somehow putting one of their weapons in a level (this is also why toweapons is considered a hacking command if you watch RC when you touch a weapon with that in it , it will warn you) and have it drop tons of money, now even if they tried that they can't add weapons, and even if they tried to change the flag if they figured it out, trainers can only work clientside , there is no way to edit those flags unless done serverside.

Spark910 11-23-2004 06:22 PM

Quote:

Originally Posted by ZeroTrack
thats the diffrence that only pertained to this matter, are there other diffrences yes , but it is true that r flags if there clientr. flags or serverr. flags they can only be edited in serverside thats why there mostly used now for custom money and hp systems cause the way hackers USED to hack money is by somehow putting one of their weapons in a level (this is also why toweapons is considered a hacking command if you watch RC when you touch a weapon with that in it , it will warn you) and have it drop tons of money, now even if they tried that they can't add weapons, and even if they tried to change the flag if they figured it out, trainers can only work clientside , there is no way to edit those flags unless done serverside.

[DOESNT-KNOW-GSCRIPT-SO-WILD-THOUGHT]
Isnt clientr. only READABLE by the client, preventing writing (e.g: Editing by the client to cheat/abuse)
Cant think of how to apply it to serverr flags, but its the same sort of read protection I think. But without knowledge on how its wrote to, to change it, I can't have a wild thought on it. [/DOESNT-KNOW-GSCRIPT-SO-WILD-THOUGHT]

Kaimetsu 11-23-2004 06:33 PM

This is very sad.

No type of server flag can be edited clientside. The only distinction between server and serverr flags is that the latter can be read by the client.

ZeroTrack 11-23-2004 06:44 PM

Quote:

Originally Posted by Kaimetsu
This is very sad.

No type of server flag can be edited clientside. The only distinction between server and serverr flags is that the latter can be read by the client.

i said that.......i said it can ONLY be edited serverside, please read up more.

Kaimetsu 11-23-2004 06:46 PM

Quote:

Originally Posted by ZeroTrack
i said that.......i said it can ONLY be edited serverside, please read up more.

Both can only be edited serverside, you buffoon.

ZeroTrack 11-23-2004 07:13 PM

Quote:

Originally Posted by Kaimetsu
Both can only be edited serverside, you buffoon.

sence when , i dont remember them both, and buffoon is heading you back to preschool maturity. besides i really dont use server flags cause they're laggy and useless, as far as the r part i was just using my knowledge from clientr. flags cause they can only be edited serverside. thanks for showing your true immature side, if you can't give any insight without making a lame atempt to insult someone maybe you should'nt comment at all.

Kaimetsu 11-23-2004 07:41 PM

Quote:

Originally Posted by ZeroTrack
sence when , i dont remember them both

That's hardly my fault.

Quote:

buffoon is heading you back to preschool maturity
It's easy to say that, but what is so immature about using choice insults? And what excuses you from the rule?

In any case, I would have been more restrained if you had not suggested that I had failed to read your post.

Quote:

besides i really dont use server flags cause they're laggy and useless
Oh man. You really shouldn't be attempting to advise people in this forum.

ZeroTrack 11-23-2004 08:22 PM

Quote:

Originally Posted by Kaimetsu
Oh man. You really shouldn't be attempting to advise people in this forum.

ok thats why i've helped more people here, why don't you just insult them cause thats the cool thing to do, and hey if your so great... how come your not gobal? cause i think part of being gst is to help people not insult them, which most of your posts are, hence i dont think you should be tring to give any advice what so ever , as far as i am considered your just a washed up g2k1 scripter

Zero Hour 11-23-2004 08:26 PM

You're starting to annoy me, Sern.

ZeroTrack 11-23-2004 08:31 PM

Quote:

Originally Posted by Zero Hour
You're starting to annoy me, Sern.

who are you.... and how am i getting annoying when im pointing out facts or does everyone seem to have a personal problem with me

Kaimetsu 11-23-2004 09:00 PM

Quote:

Originally Posted by ZeroTrack
ok thats why i've helped more people here

Than me? Not a chance, junior. But I really don't think this should be a competition on how many people we've helped. We should at least include all the ones you've hindered.

Quote:

hey if your so great... how come your not gobal?
Because I voluntarily quit the GST?

Quote:

i dont think you should be tring to give any advice what so ever
It seems that I'm more qualified for it than you. Does bad advice become better than good advice if it's accompanied by a smile?

Quote:

as far as i am considered your just a washed up g2k1 scripter
Haha! As far as I'm concerned, you're just a nobody desperately trying to convince himself that he has some relative worth despite lacking the skill to back it up.

ZeroTrack 11-23-2004 09:05 PM

whatever dude , why dont you keep insulting people at least we all know who has the more maturity , if you believe your more qualified than me i'd be happy to prove your not , i've prob been scripting for graal for about prob as long as you, 4 years , im not tring to prove anything little boy i m just tring to help people, and for your information i haven't hindered 1 person on this entire forum.

Kaimetsu 11-23-2004 09:16 PM

Quote:

Originally Posted by ZeroTrack
why dont you keep insulting people at least we all know who has the more maturity

Yes: The one that isn't pretending to be something he's not. You yap about maturity and whine about insults, but then you show yourself to be a hypocrite by insulting me back. Personally I don't think that willingness to insult should necessarily be a factor in determining maturity, but if it were then you'd be just as guilty as I.

Quote:

if you believe your more qualified than me i'd be happy to prove your not , i've prob been scripting for graal for about prob as long as you, 4 years
Perhaps so, but you don't seem to have learned much from it.

Quote:

im not tring to prove anything little boy
When I first read this statement I laughed out loud, because I had guessed from your typing and your arguments that you were about fifteen at the most. Then I checked your actual age and laughed even more :)

Quote:

for your information i haven't hindered 1 person on this entire forum.
That kind of claim doesn't usually work when it's made in a thread where you've already given inaccurate advice.

ZeroTrack 11-23-2004 09:22 PM

just drop it this is stupid, were all here for the same reason i dont know why people have to argue like this

falco10291029 11-23-2004 09:53 PM

It's because Kai has no life besides arguing with people :whatever:

Kaimetsu 11-23-2004 10:00 PM

Quote:

Originally Posted by ZeroTrack
i dont know why people have to argue like this

Then some honest introspection is required.

Quote:

Originally Posted by falco10291029
It's because Kai has no life besides arguing with people

Well, my life is certainly very much different to yours, but I don't think that is a negative factor :)

Dach 11-23-2004 10:51 PM

Dear Sern,
please remove the "&& Scripting Judge" from your title. It holds no meaning.
With regards, Chad

Crono 11-23-2004 11:08 PM

I think it was 2 years ago or maybe 3 when I was like woah look it's Sern. Now he's arguing with the forum's most popular/smartest/arguative people and trying to win a losing battle.

ZeroTrack 11-23-2004 11:14 PM

Quote:

Originally Posted by Dach
Dear Sern,
please remove the "&& Scripting Judge" from your title. It holds no meaning.
With regards, Chad

whats that have to do with anything i believe its personal choice what goes there , i m really not looking for a "title". With regards, Sern

Quote:

Originally Posted by Gerami
I think it was 2 years ago or maybe 3 when I was like woah
look it's Sern. Now he's arguing with the forum's most popular/smartest/arguative people and trying to win a losing battle.

:frown:

Dach 11-23-2004 11:17 PM

if you guys are going to try and argue against Kai's personal agenda or whatever, take it to pms, it doesn't concern any of us

falco10291029 11-24-2004 04:59 AM

Yes it does, since Kai argues with pretty much anyone >_<

Lance 11-24-2004 05:06 AM

Salaisuus, if you want to read any sort of server.flag, you have to set said flag serverside. You cannot set server. or serverr. flags clientside. It is this way for security reasons.


Sern, please refer to rule 4 of this forum.

Salaisuus 11-24-2004 05:07 AM

BABABABAABA lost of useless talk in my topic.

Anyhow, the script works now so thanks.

As for the rest... Well Im sure I have said this before but I wish that people would just post scripting related messages in this forum and leave the "ur dumb u stupid smel hed" messages out of it.

ZeroTrack 11-24-2004 05:30 AM

Quote:

Originally Posted by Lance
Sern, please refer to rule 4 of this forum.

im not giving bad advice! the only thing i was "wrong" on was the fact that BOTH have to be changed serverside i believe i was dead right on everything else

xAndrewx 11-24-2004 10:28 AM

He has got it to work, Close this thread.

Kaimetsu 11-24-2004 04:30 PM

Quote:

Originally Posted by ZeroTrack
im not giving bad advice! the only thing i was "wrong" on was the fact that BOTH have to be changed serverside

So this statement:

"the diffrence between server.flags and serverr.flags is that serverr.flags can only be edited serverside"

Was bad advice, no?

Quote:

Originally Posted by xAndrewx
He has got it to work, Close this thread.

Ugh, more backseat moderators.

Zero Hour 11-24-2004 06:44 PM

Quote:

Originally Posted by Kaimetsu
Ugh, more backseat moderators.

We can't do much more than backseat moderate, besides it's relatively fun.

ZeroTrack 11-24-2004 07:48 PM

Quote:

Originally Posted by Kaimetsu
So this statement:

"the diffrence between server.flags and serverr.flags is that serverr.flags can only be edited serverside"

Was bad advice, no?

That not 100% true =p, all my advice was good except that which i didnt know cause like i said i dont use server flags, anything needing anything like that i use db npc's i havent used server flags sence i scripted on sanstrata about 3 years ago, i just used my knowledge about clientr. flags for that, cause it sounded right in my head =p

Loriel 11-24-2004 08:42 PM

"ALL MY ADVICE WAS GOOD EXCEPT IT WAS partially WRONG"

Kaimetsu 11-24-2004 09:15 PM

Quote:

Originally Posted by ZeroTrack
all my advice was good except that which i didnt know

So the remainder was bad advice, yes?

Lance 11-24-2004 11:48 PM

Quote:

Originally Posted by Zero Hour
We can't do much more than backseat moderate, besides it's relatively fun.

PMing a moderator is an option.

That does not, however, mean that I will close a thread for a silly reason.

Quote:

Originally Posted by ZeroTrack
That not 100% true =p, all my advice was good except that which i didnt know cause like i said i dont use server flags, anything needing anything like that i use db npc's i havent used server flags sence i scripted on sanstrata about 3 years ago, i just used my knowledge about clientr. flags for that, cause it sounded right in my head =p

Here's a simple idea: if you don't know what you're doing, don't give advice. That's all I ask.


All times are GMT +2. The time now is 10:39 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.