Card Collector

AnnieRuru

~~Cute~Cute~Scripter~~
Messages
1,677
Points
0
Location
your next door ~
Discord
AnnieRuru#1609
Github
AnnieRuru
Emulator
Client Version
2019-05-30aRagexeRE
this script gets in the way when I editing the wiki, so I have to dispose here

ops, I mean, release here
default_tongue.png


Download:

script

simple script, the npc announce the name of the card it wants

if the player having this card, can give to this npc for a reward

found this idea from rathena script request

 
Last edited by a moderator:
You have a small typo on line 52, mvpcards -> .mvpcards

I can't deny that I get the idea behind this, but I somehow find such event strange. Still, awesome script /no1

 
no wonder I found it strange for never getting type 2 ... I thought it was just low probability

fixed

 
There is no bug its just 30 seconds befor the event ends.
You should change.

sleep 30000; // last 30 Seconds

To
sleep 900000; // last 15 Minutes

This wil make the event last 15 minutes instead of 30 seconds.

 
Hi annie. instead of using the sql i want to just manually input the available cards that can be picked by the npc and a declaration in the script for the quantity of cards that the npc needs. How to do that? :)

 
Back
Top