Dvrstle Posted August 24, 2012 Posted August 24, 2012 Here's what i want: When a party finished killing Naght Sieger in Endless Tower, that party will receive ET Points. Then the ET Points shop is a shop which will sell items in exchange of ET Points. Example: Apple = 5ET Points Banana = 5ET Points This Script will be useful for most of the servers because it's also a way to make your players busy. And it will give the players reason to do the Endless Tower Quest.! =) Thank you in advance! Quote
1 Emistry Posted August 24, 2012 Posted August 24, 2012 a simple trick.... mes "[Lost Souls]"; mes "Farewell, young adventurer. I wish you good luck."; set #ET_Points,#ET_Points + 1; <---------------------------------------------------------- close2; warp "alberta",223,36; end; then find a dynamic npc script in the script release section setup it to use the point to buy items.... in this case..both Euphy / My script support Custom Variable as Currency... 1 Quote
Dvrstle Posted August 25, 2012 Author Posted August 25, 2012 btw . . . is there a possibility that ET Points will be wiped when restarting the server or recompiling the server? or can i just use Cash ? so it would be easier. . Quote
Emistry Posted August 25, 2012 Posted August 25, 2012 name - permanent character integer variable name$ - permanent character string variable @name - temporary character integer variable @name$ - temporary character string variable $name - permanent global integer variable $name$ - permanent global string variable $@name - temporary global integer variable $@name$ - temporary global string variable .name - NPC integer variable .name$ - NPC string variable .@name - scope integer variable .@name$ - scope string variable #name - permanent local account integer variable #name$ - permanent local account string variable ##name - permanent global account integer variable ##name$ - permanent global account string variable http://rathena.org/wiki/Variables#Alive_Time Quote
Dvrstle Posted August 26, 2012 Author Posted August 26, 2012 ah. . so it will be "permanent local account integer variable" and cannot be erased just like the PvP Ladder? sir emistry. . can you edit it for me? the script that you have. please Quote
Dvrstle Posted August 26, 2012 Author Posted August 26, 2012 sir emistry. . i think its better to use cashpoints . . . how can i change it to cashpoints? =) Quote
Dvrstle Posted August 29, 2012 Author Posted August 29, 2012 #CASHPOINTS sir emistry. . . how can i add a 1min timer on the Lost Soul NpC so that the NPC could not be exploited Quote
Emistry Posted August 29, 2012 Posted August 29, 2012 lol ? your player can finish the Endless Tower with just 1 minute ? set .Delay, gettimetick(2) + 60; if ( .Delay > gettimetick(2)){ mes "Cooldown 1 Minutes."; close; } Quote
Question
Dvrstle
Here's what i want:
When a party finished killing Naght Sieger in Endless Tower, that party will receive ET Points.
Then the ET Points shop is a shop which will sell items in exchange of ET Points.
Example:
Apple = 5ET Points
Banana = 5ET Points
This Script will be useful for most of the servers because it's also a way to make your players busy.
And it will give the players reason to do the Endless Tower Quest.! =)
Thank you in advance!
9 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.