/*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later
* version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
* details.
*
* You should have received a copy of the GNU General Public License along with
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
package custom.vip;
import java.util.Set;
import javolution.util.FastSet;
import com.l2jserver.gameserver.Announcements;
import com.l2jserver.gameserver.ThreadPoolManager;
import com.l2jserver.gameserver.datatables.SkillTable;
import com.l2jserver.gameserver.model.actor.instance.L2PcInstance;
import com.l2jserver.gameserver.model.quest.Quest;
import com.l2jserver.gameserver.network.serverpackets.ExPCCafePointInfo;
import com.l2jserver.util.Rnd;
/**
* @author Michael QQ:790710267
*/
public class Pvip extends Quest
{
private final static int[] Color = {0x00FFFF,0x00FF00,0x00FF00}; //名字颜色的变化
private final static int effectId = 0x10;//天堂私服发光效果的ID
private final static int vipCardId = 55555;//VIP凭证的道具ID
private final static String Text = "开房校长%player%骚后登场";//VIP上线公告
private final static String vipP = "57,100000,5575,10";//VIP工资
private final static int Time = 3600 * 2000;//每隔2小时给在线的VIP玩家发放工资
private final static int PcPoints = 1;//发放的天堂2私服网吧点数