Dvrstle Posted August 24, 2012 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 361 Reputation: 10 Joined: 12/30/11 Last Seen: January 3, 2016 Share 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 Link to comment Share on other sites More sharing options...
1 Emistry Posted August 24, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 23 hours ago Share 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 Link to comment Share on other sites More sharing options...
Dvrstle Posted August 25, 2012 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 361 Reputation: 10 Joined: 12/30/11 Last Seen: January 3, 2016 Author Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted August 25, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 23 hours ago Share 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 Link to comment Share on other sites More sharing options...
Dvrstle Posted August 26, 2012 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 361 Reputation: 10 Joined: 12/30/11 Last Seen: January 3, 2016 Author Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted August 26, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 23 hours ago Share Posted August 26, 2012 Endless Tower script post#2 Quote Link to comment Share on other sites More sharing options...
Dvrstle Posted August 26, 2012 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 361 Reputation: 10 Joined: 12/30/11 Last Seen: January 3, 2016 Author Share Posted August 26, 2012 sir emistry. . i think its better to use cashpoints . . . how can i change it to cashpoints? =) Quote Link to comment Share on other sites More sharing options...
Emistry Posted August 26, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 23 hours ago Share Posted August 26, 2012 #CASHPOINTS Quote Link to comment Share on other sites More sharing options...
Dvrstle Posted August 29, 2012 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 361 Reputation: 10 Joined: 12/30/11 Last Seen: January 3, 2016 Author Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted August 29, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 23 hours ago Share 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 Link to comment Share on other sites More sharing options...
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!
Link to comment
Share on other sites
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.