SilverSRO
Members-
Posts
7 -
Joined
-
Last visited
Profile Information
-
Gender
Male
SilverSRO's Achievements
Poring (1/15)
0
Reputation
-
Fatal error ( configure ) Help please
SilverSRO replied to SilverSRO's question in Installation Support
my host is : Debian GNU/Linux Debian 4.13.4-1 x86_64 -
Fatal error ( configure ) Help please
SilverSRO replied to SilverSRO's question in Installation Support
How can i do it? thank you alot for help -
Fatal error ( configure ) Help please
SilverSRO replied to SilverSRO's question in Installation Support
its same error -
Fatal error ( configure ) Help please
SilverSRO replied to SilverSRO's question in Installation Support
yes, last version rAthena. -
please help me on this Error....
-
Thank you @crazyarashi Please you can check this code if its OK or not? prontera,255,55,5 script Freebies NPC 655,{ query_sql ("SELECT `last_ip` FROM `login` WHERE `account_id`=" + getcharid(3) + "", [email protected]$); mes "^FF3355[Freebies NPC]^000000"; mes "Welcome to Server Name!!"; mes "......"; next; [email protected] = 100 * Weight / MaxWeight; if (50 <= [email protected]) { mes "^FF3355[Freebies NPC]^000000"; mes "^FF3355You are currently overweight.^000000"; mes "Current weight:"[email protected]; mes "Please store some of your items in your storage."; close; } if ( getd("$" + [email protected]$ + "_NA") > 0 || #NewbieGift > 0) { mes "^FF3355[Freebies NPC]^000000"; mes "Your IP have already recieved a freebies."; close; } mes "^FF3355[Freebies NPC]^000000"; mes "^FF3355 ========== [warning]!! ========== ^000000"; mes "When you get the gift in this character, you will never be able to get it in any other account or character!"; mes "^FF3355 ========== [warning]!! ========== ^000000"; next; mes "^FF3355[Freebies NPC]^000000"; mes "Here are your freebies!: "; rentitem 501,604800; rentitem 501,604800; rentitem 501,604800; getitem 501,100; getitem 501,100; getitem 501,100; getitem 501,100; set #NewbieGift, 1; setd "$" + [email protected]$ + "_NA", getd("$" + [email protected]$ + "_NA") + 1; end; close; OnInit: delwaitingroom; waitingroom "Freebies NPC",0; end; }
-
Hello I wanted to know if it was possible a script that would give the newbie gift but this to only 1 IP. I searched for it but could not find enough answer. Thank you.