Ragnar Lothbrok Posted June 28, 2012 Group: Members Topic Count: 91 Topics Per Day: 0.02 Content Count: 309 Reputation: 6 Joined: 04/24/12 Last Seen: January 7, 2016 Share Posted June 28, 2012 how can i make the pub message move?? can you make me script please.... thanks Quote Link to comment Share on other sites More sharing options...
EvilPuncker Posted June 28, 2012 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 713 Reputation: 71 Joined: 11/08/11 Last Seen: December 25, 2024 Share Posted June 28, 2012 source modification? Quote Link to comment Share on other sites More sharing options...
Ragnar Lothbrok Posted June 28, 2012 Group: Members Topic Count: 91 Topics Per Day: 0.02 Content Count: 309 Reputation: 6 Joined: 04/24/12 Last Seen: January 7, 2016 Author Share Posted June 28, 2012 i dont know if modification or just in script, im requesting a script if this is possible... Quote Link to comment Share on other sites More sharing options...
Brian Posted June 28, 2012 Group: Members Topic Count: 75 Topics Per Day: 0.02 Content Count: 2223 Reputation: 593 Joined: 10/26/11 Last Seen: June 2, 2018 Share Posted June 28, 2012 (edited) It should be possible with a script: display message using waitingroom (ex: "Hello World ... ") sleep a short time (250 ms?) rotate the string 1 character left ("ello World ... H") delwaitingroom and display the new message, goto #2 and repeat prontera,155,188,0 script test 910,{ end; OnInit: set .message$, "Hello World! "; while (1) { set .message$, delchar(.message$+charat(.message$,0),0); delwaitingroom; waitingroom .message$, 0; sleep 200; } } Edited June 28, 2012 by Brian 1 Quote Link to comment Share on other sites More sharing options...
Yanji Posted June 28, 2012 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 23 Reputation: 1 Joined: 06/22/12 Last Seen: October 5, 2012 Share Posted June 28, 2012 What Brian said, but be careful because if you do it in announcement messages, you would spam people's chatboxes xD Quote Link to comment Share on other sites More sharing options...
Ragnar Lothbrok Posted June 28, 2012 Group: Members Topic Count: 91 Topics Per Day: 0.02 Content Count: 309 Reputation: 6 Joined: 04/24/12 Last Seen: January 7, 2016 Author Share Posted June 28, 2012 error.. * 8 : set .message$, delchar'('.message$+charat(.message$,0), 0); Quote Link to comment Share on other sites More sharing options...
Brian Posted June 28, 2012 Group: Members Topic Count: 75 Topics Per Day: 0.02 Content Count: 2223 Reputation: 593 Joined: 10/26/11 Last Seen: June 2, 2018 Share Posted June 28, 2012 Are you not using rAthena? We added delchar and charat 7 months ago in r15039. Quote Link to comment Share on other sites More sharing options...
Ragnar Lothbrok Posted June 28, 2012 Group: Members Topic Count: 91 Topics Per Day: 0.02 Content Count: 309 Reputation: 6 Joined: 04/24/12 Last Seen: January 7, 2016 Author Share Posted June 28, 2012 oops sorry... im using eamod... can you please make it? Quote Link to comment Share on other sites More sharing options...
HD Scripts Posted June 28, 2012 Group: Members Topic Count: 23 Topics Per Day: 0.00 Content Count: 184 Reputation: 15 Joined: 06/10/12 Last Seen: Thursday at 06:26 PM Share Posted June 28, 2012 thx Brian, working 100% Quote Link to comment Share on other sites More sharing options...
Ragnar Lothbrok Posted June 28, 2012 Group: Members Topic Count: 91 Topics Per Day: 0.02 Content Count: 309 Reputation: 6 Joined: 04/24/12 Last Seen: January 7, 2016 Author Share Posted June 28, 2012 Sir Brian, how to make it that work ing eamod? Quote Link to comment Share on other sites More sharing options...
Emistry Posted June 29, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: 20 hours ago Share Posted June 29, 2012 @TS you can try like this if you want. http://upaste.me/f37f56768e1b73f Quote Link to comment Share on other sites More sharing options...
Ragnar Lothbrok Posted June 29, 2012 Group: Members Topic Count: 91 Topics Per Day: 0.02 Content Count: 309 Reputation: 6 Joined: 04/24/12 Last Seen: January 7, 2016 Author Share Posted June 29, 2012 @Emistry thank you so much sir.... i also want to try sir brian script, can you fix it sir? please im using eamod.... prontera,155,188,0 script test 910,{ end; OnInit: set .message$, "Hello World! "; while (1) { set .message$, delchar(.message$+charat(.message$,0),0); delwaitingroom; waitingroom .message$, 0; sleep 200; } } Quote Link to comment Share on other sites More sharing options...
Emistry Posted June 29, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: 20 hours ago Share Posted June 29, 2012 Are you not using rAthena? We added delchar and charat 7 months ago in r15039. apply the diff at your own risk.. i am not a eAmod users..i dunno how it work to edit on eAmod Quote Link to comment Share on other sites More sharing options...
Ragnar Lothbrok Posted June 29, 2012 Group: Members Topic Count: 91 Topics Per Day: 0.02 Content Count: 309 Reputation: 6 Joined: 04/24/12 Last Seen: January 7, 2016 Author Share Posted June 29, 2012 oh isee...thanks... anyway what if i want to put space on each letter like S"space"A"" M"" P"" L"" E??? Quote Link to comment Share on other sites More sharing options...
Mystery Posted June 29, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share Posted June 29, 2012 @arnie, Why don't you just switch to rAthena? eAmod is a rip off. 1 Quote Link to comment Share on other sites More sharing options...
Emistry Posted June 29, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: 20 hours ago Share Posted June 29, 2012 oh isee...thanks... anyway what if i want to put space on each letter like S"space"A"" M"" P"" L"" E??? change here .... setarray .Name$,"S"," ","A"," ","M"," ","P"," ","L"," ","E"; or... set .Display$,.Display$ +" "+ .Name$[.i]; Quote Link to comment Share on other sites More sharing options...
Ragnar Lothbrok Posted June 29, 2012 Group: Members Topic Count: 91 Topics Per Day: 0.02 Content Count: 309 Reputation: 6 Joined: 04/24/12 Last Seen: January 7, 2016 Author Share Posted June 29, 2012 Thank you Emistry! Quote Link to comment Share on other sites More sharing options...
deathscythe13 Posted July 1, 2012 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 118 Reputation: 7 Joined: 01/25/12 Last Seen: February 11, 2023 Share Posted July 1, 2012 prontera,155,188,0 script test 910,{ end; OnInit: setarray .message$, "H","E","L","L","O"," ","W","O","R","L","D"; while(1) { delwaitingroom; for(set .@i , 0; .@i < getarraysize(.message$) ; set .@i, .@i+1) { set .word$, .word$+.message$[.@i]; } set .@temp$ , .message$[getarraysize(.message$)-1]; for(set .@i , (getarraysize(.message$)-1); .@i > 0 ; set .@i, .@i-1) { set .message$[.@i] , .message$[.@i-1]; } set .message$[.@i] , .@temp$; waitingroom .word$,0; set .word$, ""; sleep 200; } } Quote Link to comment Share on other sites More sharing options...
Ragnar Lothbrok Posted July 1, 2012 Group: Members Topic Count: 91 Topics Per Day: 0.02 Content Count: 309 Reputation: 6 Joined: 04/24/12 Last Seen: January 7, 2016 Author Share Posted July 1, 2012 (edited) Is this Script can effect LAG on the server??? Edited July 1, 2012 by arnie2302 Quote Link to comment Share on other sites More sharing options...
Euphy Posted July 1, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted July 1, 2012 You won't notice anything, but yes, the longer your code and the shorter your "sleep" time, the more resources this will eat up. It's a complete waste imo, but it's your decision in the end. 1 Quote Link to comment Share on other sites More sharing options...
rhennaldrin Posted May 10, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 5 Reputation: 0 Joined: 04/01/13 Last Seen: August 1, 2013 Share Posted May 10, 2013 how to make moving to right? help please its only to the left Quote Link to comment Share on other sites More sharing options...
Question
Ragnar Lothbrok
how can i make the pub message move??
can you make me script please....
thanks
Link to comment
Share on other sites
20 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.