Strand Posted January 7, 2016 Group: Members Topic Count: 39 Topics Per Day: 0.01 Content Count: 102 Reputation: 2 Joined: 07/01/13 Last Seen: May 23, 2021 Share Posted January 7, 2016 Hello guys. i was wondering if one of you know if is possible to change this broadcast color of a x map name every time you enter in the map. I'm using eAmod. I want it to be yellow color but i can't find anywhere to modify it. Thanks for your time. Quote Link to comment Share on other sites More sharing options...
0 Dhall Posted January 7, 2016 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 62 Reputation: 6 Joined: 08/29/15 Last Seen: March 23 Share Posted January 7, 2016 @Emistry - script Sample -1,{ OnInit: setarray .Map$, // <mapname>,<Map Nick>, "payon","A City in Forest ..LOL", "hugel","Where is this ?", "izlude","Swordman City ", "prontera","Rune Midgaard ", "geffen","Magician Town ?"; for( set .i,0; .i < getarraysize( .Map$ ) - 1; set .i,.i + 2 ) setmapflag .Map$[.i],mf_loadevent; end; OnPCLoadMapEvent: for( set .i,0; .i < getarraysize( .Map$ ) - 1; set .i,.i + 2 ) if( strcharinfo(3) == .Map$[.i] ) announce "You entered map : "+.Map$[.i+1]+" .",bc_all,0xFFFFFF; end; } Quote Link to comment Share on other sites More sharing options...
0 Strand Posted January 7, 2016 Group: Members Topic Count: 39 Topics Per Day: 0.01 Content Count: 102 Reputation: 2 Joined: 07/01/13 Last Seen: May 23, 2021 Author Share Posted January 7, 2016 Thank you Dhall, but i mean, this screenshot was taken from my current server so it is an option from my emulator (eAmod) that activates that event so all i want to know is in which part i can modify it (db/conf/npc) from eAmod.I don't want a new script with the same function. Thank you Quote Link to comment Share on other sites More sharing options...
0 benching Posted January 8, 2016 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 350 Reputation: 43 Joined: 09/07/12 Last Seen: August 30, 2019 Share Posted January 8, 2016 (edited) this is rA, so chances of the community to give you a help for eA is very low, ( cause most people here are not familiar in eAmod )but eventually, some devs will help you when they see this. Edited January 8, 2016 by benching Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted January 8, 2016 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 18 hours ago Share Posted January 8, 2016 Thank you Dhall, but i mean, this screenshot was taken from my current server so it is an option from my emulator (eAmod) that activates that event so all i want to know is in which part i can modify it (db/conf/npc) from eAmod. I don't want a new script with the same function. Thank you as benching mentioned, this is rAthena forum, we using rAthena as the main emulator, we didnt use eAmod/rAmod here. and of course rAthena and eAmod/rAmod has quite huge differences when come to source mod. by default, rAthena wont be really able to help you here, we dont know what your rAmod did or how its source mod work. some might if they have a copy of it or familiar with the source code of rAmode. Your chances of getting answer will probably higher in case you able to post a portion of the related source code. or probably even higher if you post at the eAmod/rAmod forum. Quote Link to comment Share on other sites More sharing options...
Question
Strand
Hello guys.
i was wondering if one of you know if is possible to change this broadcast color of a x map name every time you enter in the map. I'm using eAmod.
I want it to be yellow color but i can't find anywhere to modify it.
Thanks for your time.
Link to comment
Share on other sites
4 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.