Jump to content
  • 0

Endless Tower Points / ET Points Shop


Dvrstle

Question


  • Group:  Members
  • Topic Count:  125
  • Topics Per Day:  0.03
  • Content Count:  361
  • Reputation:   10
  • Joined:  12/30/11
  • Last Seen:  

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

  • 1

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

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...

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  125
  • Topics Per Day:  0.03
  • Content Count:  361
  • Reputation:   10
  • Joined:  12/30/11
  • Last Seen:  

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. .

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

 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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  125
  • Topics Per Day:  0.03
  • Content Count:  361
  • Reputation:   10
  • Joined:  12/30/11
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  125
  • Topics Per Day:  0.03
  • Content Count:  361
  • Reputation:   10
  • Joined:  12/30/11
  • Last Seen:  

sir emistry. . i think its better to use cashpoints . . . how can i change it to cashpoints? =)

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

#CASHPOINTS

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  125
  • Topics Per Day:  0.03
  • Content Count:  361
  • Reputation:   10
  • Joined:  12/30/11
  • Last Seen:  

#CASHPOINTS

sir emistry. . . how can i add a 1min timer on the Lost Soul NpC so that the NPC could not be exploited

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

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;
}

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...