EOSERV Forum > Seose > custom achievments wont work
Topic is locked.
Page: << 1 >>
custom achievments wont work
Author Message
Post #23670 custom achievments wont work

anyone know why these dont work? i put them at the bottom of the equiptment bit.



  /* Inventory achievments */
  [achievement] UID=700 event="inventroy" if="$gold=1500000"        name="Celebrity"  desc="Obtain 1500000 gold"
  [achievement] UID=701 event="bank"        if="$bankedgold=200000"   name="Investor"  desc="Store 200000 gold"

16 years, 34 weeks ago
Post #23690 Re: custom achievments wont work


First off, the #700 achievement doesn't work because you spelled "inventory" wrong.

Second, #701 doesn't work because you put the banked gold EQUAL to 200,000. You are telling the script only to give them this achievement WHEN and ONLY when they put EXACTLY 200k gold in the bank. If you use the greater then symbol (>), they will get the achievement anytime AFTER they put 200k or MORE in the bank. It has to look like this: 

[achievement] UID=701 event="bank"        if="$bankedgold>199999"   name="Investor"  desc="Store 200000 gold"

Good luck and happy achieving. :]

16 years, 34 weeks ago
Post #23697 Re: custom achievments wont work

thanks alot, these all work fine now.

16 years, 34 weeks ago
Page: << 1 >>
Topic is locked.
EOSERV Forum > Seose > custom achievments wont work