CtrlDream Posted June 23, 2013 Posted June 23, 2013 How to make a watingroom for npc that the word above is moving. For example. Come here! Come Here Come Her Come He Come H Come Like that one then It'll go repeat automatically. Thanks in advance for those who helps! Quote
Jaburak Posted June 24, 2013 Posted June 24, 2013 prontera,155,188,0 script test 910,{ end; OnInit: set .message$, "Come Here! "; while (1) { set .message$, delchar(.message$+charat(.message$,0),0); delwaitingroom; waitingroom .message$, 0; sleep 200; } } 1 Quote
CtrlDream Posted June 24, 2013 Author Posted June 24, 2013 sorry for posting in wrong section. but i have a error in script. > http://prntscr.com/1bo7ny Quote
Brian Posted June 24, 2013 Posted June 24, 2013 Your server is missing the delchar and charat script commands. Are you not using rAthena? Quote
CtrlDream Posted June 24, 2013 Author Posted June 24, 2013 Uhm yea, I'm using eathena revision. I thought it'll work even it's from rathena script. Sorry Quote
Emistry Posted June 24, 2013 Posted June 24, 2013 switch to rathena...or update your eathena .... latest eathena support those script commands too. Quote
Question
CtrlDream
How to make a watingroom for npc that the word above is moving. For example.
Come here!
Come Here
Come Her
Come He
Come H
Come
Like that one then It'll go repeat automatically. Thanks in advance for those who helps!
5 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.