SphereCommunity
NOTOGETFLAG RW?? - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: General Help (/Forum-General-Help)
+--- Thread: NOTOGETFLAG RW?? (/Thread-NOTOGETFLAG-RW)



NOTOGETFLAG RW?? - kn4tseb - 09-08-2014 06:21 AM

Thats my question, i want to make a pet to get the owner's NOTO FLAGS when bought from a Animal trainer..

ON=@itemBuy
i made a timerf 1, f_something

Code:
[FUNCTION F_something]
REF1 = <SRC> // player buying the item
FORCHARS 5
IF (<ISMYPET>
  REF2 = <UID>
REF2.NOTOGETFLAG  /// /

got error Undefined keyword

how would it be??
Thank you very much.


RE: NOTOGETFLAG RW?? - Extreme - 09-08-2014 07:21 AM

I think you will have to create a memory or set the tag override on the pet.

Not sure but NOTOGETFLAG is read only.


RE: NOTOGETFLAG RW?? - Feeh - 09-08-2014 07:41 AM

what about @NotoSend?

@NotoSend
IF <OWNER>
ARGN1 = <OWNER.NOTOGETFLAG <SRC>,0>
ENDIF


RE: NOTOGETFLAG RW?? - kn4tseb - 09-08-2014 08:47 AM

gonna try the tag first, ty both Smile

didnt work .... got server crashed Confused


RE: NOTOGETFLAG RW?? - Coruja - 09-08-2014 01:33 PM

to make the pet inherit the same notoriety from the pet owner, just enable PetsInheritNotoriety on sphere.ini


RE: NOTOGETFLAG RW?? - kn4tseb - 09-08-2014 02:23 PM

PetsInheritNotoriety=03F
i have it enabled at 03F value, but doesnt seem to work Confused at least for me... they always get the NOTOGETFLAG at 3
gonna keep trying...


PD: coruja, i think i might have found a really minor "bug" and you might want to fix it??? or not.. LLAMA char doesnt have its default sound when shrinking, stabling, retreiving, mounting... no sound is made... llama seems to be the only creature with that really small issue on those functions... but i think no pet has its bark set on contextmenuselect... you might want to take a look?
i softcored it but i think it has been previewsly hardcoded and for some reason isnt working.. im using sept 3th rev...
that would be it.

THank you very much.