Freebee(freebie npc)

Happy

New member
Messages
174
Points
0
Emulator







View File

Freebee(freebie npc)




So basically its holidays so a lot of servers will be giving tons of freebies and stuff, and probably will have to make the same npc the next month and then again next month, so I made this npc to easily remake the same npc over and over.

Features:

Ability to reset the redeemed freebie variable/tracker for next time's freebies.

You can easily edit the npc, change the items etc for next occasion. And keep the old array of items for next year(if you will give them again next yr).

So yeah honestly its pretty simple, any scripter can easily do but sometimes you get lazy, I get lazy and I want to just download something that does what I want to do lol and spend more time doing something else.

I tested the initial release, however please test it before implementing on your server.

View attachment 4108







 
my bad sorry for this. mistaken for addrid(). Good script bro!

 
Last edited by a moderator:
@Zirius: I haven't seen any sign of attachrid being disabled on source by default, by any means.
default_rolleyes.gif


Nice script! I'd like to ask you to please modernize the set syntax of the script if possible, since the method you use is now deprecated.

// Old, deprecated syntax:set <variable>, <value>;// New syntax:<variable> = <value>;

Thanks!

 
Back
Top