Sneaky Posted December 7, 2011 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 392 Reputation: 47 Joined: 11/18/11 Last Seen: July 8, 2024 Share Posted December 7, 2011 (edited) Question... Would the code stop working if I replace the "trade" related works with "market" ? Depends in where exactly you want "market" to be displayed. You could just change it in msg_athena.conf. 956: %s :Trading: %s to 956: %s :Market: %s And it will display same as in the picture in the first post. Just with the word "Market" instead of Trading. Now if you want to replace everysingle code, which is pointless since you're not gonna display the code. You can simply edit it, just make sure everything fits well Edited December 7, 2011 by Noah 1 Quote Link to comment Share on other sites More sharing options...
Drakkus Posted December 8, 2011 Group: Members Topic Count: 39 Topics Per Day: 0.01 Content Count: 386 Reputation: 15 Joined: 11/17/11 Last Seen: September 13, 2024 Share Posted December 8, 2011 Woah! i've been looking for this since, eA doesn't have like this? or might i'm wrong? looking forward in this Thread. Very nice! i'll use it for my 'Upcoming'. thanks for this. Regards, Mindless Quote Link to comment Share on other sites More sharing options...
Sneaky Posted December 8, 2011 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 392 Reputation: 47 Joined: 11/18/11 Last Seen: July 8, 2024 Share Posted December 8, 2011 eA doesn't have like this? or might i'm wrong? looking forward in this Thread. O_o I think it does as it explains in the #1 post (@main) it's just an exact replica, just that it displays "trading" instead of "main", although you have to activate @main before using @trading, so what I did was just edit @main since not many servers really use it. I made my own edit, turned out very nice I'll may post it after a few days. Quote Link to comment Share on other sites More sharing options...
Mirage Posted December 8, 2011 Group: Members Topic Count: 15 Topics Per Day: 0.00 Content Count: 217 Reputation: 18 Joined: 11/20/11 Last Seen: March 25, 2014 Share Posted December 8, 2011 I just wanted it to say Market instead of Trading in the announcement. So I guess I could do it in the msg_athena. Thanks Noah. Quote Link to comment Share on other sites More sharing options...
Vengeance Posted January 9, 2012 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 65 Reputation: 13 Joined: 01/08/12 Last Seen: February 19, 2015 Share Posted January 9, 2012 its just the copy paste of the @main just change everything in main to smthing which you want....I had created @vending and @recruit.... 1 Quote Link to comment Share on other sites More sharing options...
Kichi Posted January 10, 2012 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 509 Reputation: 80 Joined: 11/20/11 Last Seen: October 3, 2020 Share Posted January 10, 2012 nice idea Quote Link to comment Share on other sites More sharing options...
Zwei Posted January 10, 2012 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 107 Reputation: 18 Joined: 12/23/11 Last Seen: March 25, 2012 Share Posted January 10, 2012 Very cool Thanks for share it Quote Link to comment Share on other sites More sharing options...
nelsontyh Posted January 27, 2012 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 43 Reputation: 1 Joined: 01/20/12 Last Seen: August 31, 2012 Share Posted January 27, 2012 I made two channels, Support and Trading, and when I whisper to both of them it isn't the same as Main. In this case whispering to both support and trading respectively would bring up the PM box. Is there anyway to fix this? Quote Link to comment Share on other sites More sharing options...
leontino Posted January 29, 2012 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 13 Reputation: 0 Joined: 01/19/12 Last Seen: May 28, 2020 Share Posted January 29, 2012 Only works with @main on ? Quote Link to comment Share on other sites More sharing options...
java Posted February 24, 2012 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 263 Reputation: 35 Joined: 12/22/11 Last Seen: 8 hours ago Share Posted February 24, 2012 it would be nice if u make a patch for rAthena Trunk 15625 btw thanks Quote Link to comment Share on other sites More sharing options...
PapaZola Posted August 12, 2012 Group: Members Topic Count: 318 Topics Per Day: 0.07 Content Count: 925 Reputation: 33 Joined: 12/05/11 Last Seen: September 20, 2023 Share Posted August 12, 2012 anyone can give example screen shot? Quote Link to comment Share on other sites More sharing options...
SlashGeeGee Posted August 13, 2012 Group: Members Topic Count: 111 Topics Per Day: 0.02 Content Count: 573 Reputation: 20 Joined: 11/19/11 Last Seen: October 24, 2014 Share Posted August 13, 2012 Hi there I applied the patch and i got lot's of errors when compiling. here it is 3>c:\ragnarok files\rathena\src\char\inter.c(740): error C2181: illegal else without matching if 1>c:\ragnarok files\rathena\src\map\clif.c(5536): error C2084: function 'void clif_TradingChatMessage(const char *)' already has a body 1> c:\ragnarok files\rathena\src\map\clif.h(565) : see previous definition of 'clif_TradingChatMessage' 3>c:\ragnarok files\rathena\src\char\inter.c(742): error C2181: illegal else without matching if how to fix these errors ? SlashGeeGee Quote Link to comment Share on other sites More sharing options...
Max Posted August 17, 2012 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 37 Reputation: 2 Joined: 03/23/12 Last Seen: January 26, 2023 Share Posted August 17, 2012 (edited) Hi there , maybe i can help you with something , i add this mod manually , and got some bug , but now fixed Here you go Open src>char_sql>inter.c Find : else if(!strcmpi(w1,"main_chat_nick")) safestrncpy(main_chat_nick, w2, sizeof(main_chat_nick)); Add Below : else if(!strcmpi(w1,"trading_chat_nick")) safestrncpy(trading_chat_nick, w2, sizeof(trading_chat_nick)); From darkmeistersp , "Repeat the steps 7, 8 and 9 with the files char.c, inter.c and inter.h that are located in src/char_sql/" but from char_sql/inter.c its not the same with char/inter.c *darkmeistersp : sorry if im wrong , just helping because already tried and working , CMIIW *btw nice script Edited August 17, 2012 by playgron 1 Quote Link to comment Share on other sites More sharing options...
WhiteEagle Posted November 11, 2012 Group: Members Topic Count: 79 Topics Per Day: 0.02 Content Count: 480 Reputation: 67 Joined: 08/28/12 Last Seen: 4 minutes ago Share Posted November 11, 2012 Hi guys, I have a problem. If I type the command @trading off, it will still appear. Can anyone help me? Thanks in advanced. Quote Link to comment Share on other sites More sharing options...
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.