CtrlDream Posted June 23, 2013 Share 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 Link to comment Share on other sites More sharing options...
Anakid Posted June 24, 2013 Share 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 Link to comment Share on other sites More sharing options...
CtrlDream Posted June 24, 2013 Author Share Posted June 24, 2013 sorry for posting in wrong section. but i have a error in script. > http://prntscr.com/1bo7ny Quote Link to comment Share on other sites More sharing options...
Brian Posted June 24, 2013 Share Posted June 24, 2013 Your server is missing the delchar and charat script commands. Are you not using rAthena? Quote Link to comment Share on other sites More sharing options...
CtrlDream Posted June 24, 2013 Author Share Posted June 24, 2013 Uhm yea, I'm using eathena revision. I thought it'll work even it's from rathena script. Sorry Quote Link to comment Share on other sites More sharing options...
Emistry Posted June 24, 2013 Share Posted June 24, 2013 switch to rathena...or update your eathena .... latest eathena support those script commands too. Quote Link to comment Share on other sites More sharing options...
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!
Link to comment
Share on other sites