Yoona Posted July 6, 2013 Posted July 6, 2013 A Invite a Friend NPC that can do like this: - Check the IP for each Invited Player. - Recieve 100 Cash Points when the Inviter got the requirements. - To recieve the prize you need to have 5 invited players and need's write the inivter In game name. Thanks in advance =) Quote
-SkittleNugget- Posted July 7, 2013 Posted July 7, 2013 What are the requirements ? What is the Prize ? Quote
Yoona Posted July 7, 2013 Author Posted July 7, 2013 What are the requirements ? What is the Prize ? Requirements will be 5 Invited players each Prize will 100 Cash =) Bump! Bumps! =) Quote
Capuche Posted July 7, 2013 Posted July 7, 2013 You can try this ? http://www.eathena.ws/board/index.php?showtopic=270783 Quote
Yoona Posted July 8, 2013 Author Posted July 8, 2013 You can try this ? http://www.eathena.ws/board/index.php?showtopic=270783 dead link? i cant see it =( Quote
Capuche Posted July 8, 2013 Posted July 8, 2013 ? the link is alive http://pastebin.com/u7QKZPk7 CREATE TABLE IF NOT EXISTS `callfrnd` ( `id` int(11) NOT NULL auto_increment, `account_id` int(11) NOT NULL default '0', `name` varchar(23) NOT NULL default '', `last_ip` varchar(100) NOT NULL default '', `last_ip2` varchar(100) NOT NULL default '', `ref_name` varchar(23) NOT NULL default '', `ref_id` int(11) NOT NULL default '0', `mins` tinyint(3) unsigned NOT NULL default '0', `days` tinyint(3) unsigned NOT NULL default '0', `task_end` tinyint(3) unsigned NOT NULL default '0', PRIMARY KEY (`account_id`), KEY (`id`) ) ENGINE=MyISAM; 1 Quote
Skorm Posted July 9, 2013 Posted July 9, 2013 ? the link is alive http://pastebin.com/u7QKZPk7 CREATE TABLE IF NOT EXISTS `callfrnd` ( `id` int(11) NOT NULL auto_increment, `account_id` int(11) NOT NULL default '0', `name` varchar(23) NOT NULL default '', `last_ip` varchar(100) NOT NULL default '', `last_ip2` varchar(100) NOT NULL default '', `ref_name` varchar(23) NOT NULL default '', `ref_id` int(11) NOT NULL default '0', `mins` tinyint(3) unsigned NOT NULL default '0', `days` tinyint(3) unsigned NOT NULL default '0', `task_end` tinyint(3) unsigned NOT NULL default '0', PRIMARY KEY (`account_id`), KEY (`id`) ) ENGINE=MyISAM; Thank you, Capuche, very sexy post. Quote
Yoona Posted July 9, 2013 Author Posted July 9, 2013 ? the link is alive http://pastebin.com/u7QKZPk7 CREATE TABLE IF NOT EXISTS `callfrnd` ( `id` int(11) NOT NULL auto_increment, `account_id` int(11) NOT NULL default '0', `name` varchar(23) NOT NULL default '', `last_ip` varchar(100) NOT NULL default '', `last_ip2` varchar(100) NOT NULL default '', `ref_name` varchar(23) NOT NULL default '', `ref_id` int(11) NOT NULL default '0', `mins` tinyint(3) unsigned NOT NULL default '0', `days` tinyint(3) unsigned NOT NULL default '0', `task_end` tinyint(3) unsigned NOT NULL default '0', PRIMARY KEY (`account_id`), KEY (`id`) ) ENGINE=MyISAM; thanks! =) more power to you and GOD bless! Quote
eboni001 Posted July 10, 2013 Posted July 10, 2013 ? the link is alive http://pastebin.com/u7QKZPk7 CREATE TABLE IF NOT EXISTS `callfrnd` ( `id` int(11) NOT NULL auto_increment, `account_id` int(11) NOT NULL default '0', `name` varchar(23) NOT NULL default '', `last_ip` varchar(100) NOT NULL default '', `last_ip2` varchar(100) NOT NULL default '', `ref_name` varchar(23) NOT NULL default '', `ref_id` int(11) NOT NULL default '0', `mins` tinyint(3) unsigned NOT NULL default '0', `days` tinyint(3) unsigned NOT NULL default '0', `task_end` tinyint(3) unsigned NOT NULL default '0', PRIMARY KEY (`account_id`), KEY (`id`) ) ENGINE=MyISAM; Thank you, Capuche, very sexy post. how to make this work? Quote
Capuche Posted July 10, 2013 Posted July 10, 2013 how to make this work? http://www.eathena.ws/board/index.php?showtopic=270783 Quote
Yoona Posted July 24, 2013 Author Posted July 24, 2013 how to make this work? http://www.eathena.ws/board/index.php?showtopic=270783 i got confused, how does this script works? you really need to be online for 2 days? or you only need 48 hours? i dont have any idea how this works. Quote
eboni001 Posted July 26, 2013 Posted July 26, 2013 ? the link is alive http://pastebin.com/u7QKZPk7 CREATE TABLE IF NOT EXISTS `callfrnd` ( `id` int(11) NOT NULL auto_increment, `account_id` int(11) NOT NULL default '0', `name` varchar(23) NOT NULL default '', `last_ip` varchar(100) NOT NULL default '', `last_ip2` varchar(100) NOT NULL default '', `ref_name` varchar(23) NOT NULL default '', `ref_id` int(11) NOT NULL default '0', `mins` tinyint(3) unsigned NOT NULL default '0', `days` tinyint(3) unsigned NOT NULL default '0', `task_end` tinyint(3) unsigned NOT NULL default '0', PRIMARY KEY (`account_id`), KEY (`id`) ) ENGINE=MyISAM; Any guide how to add tables? Quote
uDe Posted July 26, 2013 Posted July 26, 2013 ? the link is alive http://pastebin.com/u7QKZPk7 CREATE TABLE IF NOT EXISTS `callfrnd` ( `id` int(11) NOT NULL auto_increment, `account_id` int(11) NOT NULL default '0', `name` varchar(23) NOT NULL default '', `last_ip` varchar(100) NOT NULL default '', `last_ip2` varchar(100) NOT NULL default '', `ref_name` varchar(23) NOT NULL default '', `ref_id` int(11) NOT NULL default '0', `mins` tinyint(3) unsigned NOT NULL default '0', `days` tinyint(3) unsigned NOT NULL default '0', `task_end` tinyint(3) unsigned NOT NULL default '0', PRIMARY KEY (`account_id`), KEY (`id`) ) ENGINE=MyISAM; Any guide how to add tables? Follow these steps : Quote
eboni001 Posted July 26, 2013 Posted July 26, 2013 ? the link is alive http://pastebin.com/u7QKZPk7 CREATE TABLE IF NOT EXISTS `callfrnd` ( `id` int(11) NOT NULL auto_increment, `account_id` int(11) NOT NULL default '0', `name` varchar(23) NOT NULL default '', `last_ip` varchar(100) NOT NULL default '', `last_ip2` varchar(100) NOT NULL default '', `ref_name` varchar(23) NOT NULL default '', `ref_id` int(11) NOT NULL default '0', `mins` tinyint(3) unsigned NOT NULL default '0', `days` tinyint(3) unsigned NOT NULL default '0', `task_end` tinyint(3) unsigned NOT NULL default '0', PRIMARY KEY (`account_id`), KEY (`id`) ) ENGINE=MyISAM; Any guide how to add tables? Follow these steps : Awesome ty very much. Quote
Question
Yoona
A Invite a Friend NPC
that can do like this:
- Check the IP for each Invited Player.
- Recieve 100 Cash Points when the Inviter got the requirements.
- To recieve the prize you need to have 5 invited players and need's write the inivter In game name.
Thanks in advance =)
14 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.