Jump to content
  • 0

[Solve]Request scriptor help adjust if can, tq


manabeast

Question


  • Group:  Members
  • Topic Count:  138
  • Topics Per Day:  0.03
  • Content Count:  835
  • Reputation:   25
  • Joined:  11/22/11
  • Last Seen:  

sorry, like i say. me dunno anything about script >.< sorry .... not really interest at script but hope if you free could help thank you very much. but i want to thank you Lighta that let me know what is those thing.

i have two script problem need someone help.

1.this is the automatic event that run not really smooth.

http://pastebin.com/5aXbCBXq

it's should run like this.

1.auto event start

2.random spawn 15 treasure box in prontera [Mob id:3639] after 5 minit. the treasure box will auto gone if player fail to find and hit TB to get the key.

3.Find the TB and get the key and talk to npc to enter "maze" map

4.inside maze map. walk from Start until End but will have mob disturb in the middle walking [setarray if can for easy input mob]

5.when reach end will have a npc. talk to npc to get prize for first 3 player only. other still can continue walk but after talk npc will say you are late/something else. then warp back to prontera with no reward.

2.i hope all my kafra can have a function to warp player to my custom map. [map name "velika_town"]

-player click kafra and select warp to velika_town

http://www.mediafire...g542qwzqlqcqc51

bump

Edited by manabeast
Link to comment
Share on other sites

7 answers to this question

Recommended Posts


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

erm..maybe you wanna give this a try for your 1st request ?

http://upaste.me/d62f2768f8b9123

edit the settings at your own.

second..

in your script already got this....?

function script F_VaTele {
mes "[Kafra Employee]";
mes "I can warp you to Mana Train Station.";
next;
 switch(select("Yes I want to go now:Cancel")) {
  case 1:
  //mes "Let me know the destination code.";
  cutin "", 255;
  close;
  warp "velika_town",76,102;
 break;
  case 2:
  cutin "", 255;
  close;
  break;
}
end;
}

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  28
  • Topics Per Day:  0.01
  • Content Count:  562
  • Reputation:   152
  • Joined:  02/21/12
  • Last Seen:  

sorry, like i say. me dunno anything about script >.< sorry .... not really interest at script(...)

so why you're working with scripts if you aren't interested in them ? Confuses me..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  658
  • Reputation:   57
  • Joined:  11/20/11
  • Last Seen:  

sorry, like i say. me dunno anything about script >.< sorry .... not really interest at script(...)

so why you're working with scripts if you aren't interested in them ? Confuses me..

I exactly thought the same when I have read this.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  138
  • Topics Per Day:  0.03
  • Content Count:  835
  • Reputation:   25
  • Joined:  11/22/11
  • Last Seen:  

those script not i made = =" i prove to you not made by me and it's made by ifoxkun but after he made he never reply me =( made me have to running around finding help.... of cause until now i still can't have a event that i request for.

http://rathena.org/b...e-event-script/

here is the request i request. but in the end i just knowing they calling me change myself -.-" (for scriptor can understand and know change where. for ppl no script ==" owening !!. please help me dun call me read so long manual >.< headache..)

http://rathena.org/b...om-this-script/

bump?

bump :)

Edited by Arcenciel
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  138
  • Topics Per Day:  0.03
  • Content Count:  835
  • Reputation:   25
  • Joined:  11/22/11
  • Last Seen:  

Emistry T.T Thank you so much.. no ppl willing help me >.<"

2nd request, yes... inside my friend help me change. but not working. i cannot warp that that map. once i select warp to that map i stuck at that dialog.. then cannot do anything.

Link to comment
Share on other sites


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

please use

@warp velika_town

to go there to ensure this "velika_town" name is installed correctly..

otherwise double check they way you add this map ...

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  138
  • Topics Per Day:  0.03
  • Content Count:  835
  • Reputation:   25
  • Joined:  11/22/11
  • Last Seen:  

can you test using jawaii? after success i change it to my custom map? because i change to prontera also cannot. and yes i already check that is my custom map. i can warp there no problem.

the script for garden Npc Unclickable.

http://upaste.me/d62f2768f8b9123

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