Jump to content
  • 0

R> quess the password.


Cisqua

Question


  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.01
  • Content Count:  131
  • Reputation:   1
  • Joined:  12/29/12
  • Last Seen:  

Hello,

anyone can make me a script.. guess the password set by gmlv99..

menu "Ramdom Treasure Box",R_Box,"Coordinate TB",T_Box,"Kill TB",kill,"close",-;

R_Box:

this option gm lv99 choose a map where treasure box spawn but no coordinate "random". then gm will set a password for that treasure box to guess the players if they find it.

T_Box:

gm choose a map then put a coordinate then set a password.

kill:

kill all treasure box.

then a menu that show all summoned treasure box with corrdinate and password on it, max summon is 5treasure box,

if gmlvl99 click the treasure box gm can change the current password.

if player find the treasurebox then put correct password TB will kill then player who guess the password get item.

sorry for my bad english.

Edited by tox0001
Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  2044
  • Reputation:   682
  • Joined:  10/09/12
  • Last Seen:  

rofl ... me is sarcastic, I make scripts for rathena only

hmm

guess_password0.2.txt

- add configuration for npc name that has to match npc name

- fix a bug that if previous round has setup locations already, and re-host the game again, map-server throw error because of .@map$[.@id] should be .map$[.@id]

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  2044
  • Reputation:   682
  • Joined:  10/09/12
  • Last Seen:  

guess_password0.1.txt

this is not simple script though,

but might be fun if I release it

  • Upvote 2
Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

but might be fun if I release it

Nice idea, to search the treasure and to find the password is a good idea. Something like a triathlon virtual (miss one) lol

Edited by Capuche
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.01
  • Content Count:  131
  • Reputation:   1
  • Joined:  12/29/12
  • Last Seen:  

guess_password0.1.txt

this is not simple script though,

but might be fun if I release it

thanks AnnieRuru

got error in my map server.

[Error]: Loading NPC file: npc/tNPC/test npc.txt

script error on npc/tNPC/test npc.txt line 3

parse_line: expect command, missing function name or calling undeclared func

tion

1 : {

2 : OnInit:

* 3 : '.'total_chest = 5; // guess how many chests

4 :

5 : setarray .town$,

6 : "prontera","izlude","morocc","geffen","payon","alberta",

"aldebaran","yuno","lighthalzen","einbroch","einbech","comodo","umbala","amatsu"

,"gonryun","ayothaya","louyang","hugel","rachel","veins","brasilis","mora","dewa

ta","malangdo","malaya";

7 : .town_size = getarraysize( .town$ );

8 :

[Error]:

script error on npc/tNPC/test npc.txt line 196

parse_line: expect command, missing function name or calling undeclared func

tion

195 : {

* 196 : '.'@name$ = strnpcinfo(1);

197 : .@id = atoi( strnpcinfo(2) ) -1;

198 : mes .@name$;

199 : mes "Hint :";

200 : mes "^0000FF"+ getvariableofnpc( .hint$[ .@id ], "guess" ) +"^00

0000";

201 : next;

im using eathena TXT 3CeAm SVN Rev. 707

AnnieRuru, the command_script you used in that script is working on eathena or rathena only? cause im using txt version for my test server...

Edited by tox0001
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...