Dissidia Posted December 4, 2016 Group: Members Topic Count: 155 Topics Per Day: 0.03 Content Count: 535 Reputation: 23 Joined: 11/19/11 Last Seen: June 8, 2023 Share Posted December 4, 2016 R> Loop reward for 1 guild. please help. thank you.. input guild name then getitem to 1 guild Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted December 9, 2016 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 19 hours ago Share Posted December 9, 2016 mes "Enter Guild Name"; input .@guild_name$; query_sql( "SELECT `guild_id` FROM `guild` WHERE `name` LIKE '"+escape_sql( .@guild_name$ )+"' LIMIT 1",.@gid ); if ( .@gid ) { mes "Reward sent."; close2; addrid(3,0,.@gid); getitem 512,1; getitem 512,2; getitem 512,3; mes "Gained Guild Rewards."; } close; something like this... 1 Quote Link to comment Share on other sites More sharing options...
0 Dissidia Posted December 9, 2016 Group: Members Topic Count: 155 Topics Per Day: 0.03 Content Count: 535 Reputation: 23 Joined: 11/19/11 Last Seen: June 8, 2023 Author Share Posted December 9, 2016 yes thats it. you help me so much Emistry btw. it is possible to send via mail box? the reward sir? Quote Link to comment Share on other sites More sharing options...
0 Skorm Posted December 10, 2016 Group: Forum Moderator Topic Count: 33 Topics Per Day: 0.01 Content Count: 1282 Reputation: 393 Joined: 02/03/12 Last Seen: April 11 Share Posted December 10, 2016 15 hours ago, Dissidia said: btw. it is possible to send via mail box? the reward sir? Kinda but it's dodgy because the SQL server has to be updated and I think it would require a server restart. I do believe there is a mod that allows mail to be sent from script floating around somewhere not sure if it works for the current revision of rAthena though. Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted December 10, 2016 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 19 hours ago Share Posted December 10, 2016 18 hours ago, Dissidia said: btw. it is possible to send via mail box? the reward sir? npc/custom/woe_controller.txt#L178-L181 Quote Link to comment Share on other sites More sharing options...
0 Skorm Posted December 10, 2016 Group: Forum Moderator Topic Count: 33 Topics Per Day: 0.01 Content Count: 1282 Reputation: 393 Joined: 02/03/12 Last Seen: April 11 Share Posted December 10, 2016 (edited) 1 hour ago, Emistry said: npc/custom/woe_controller.txt#L178-L181 Ok so they only need to re-log that would make sense. I feel like I've tested these things before but I just keep forgetting. Edited December 10, 2016 by Skorm Quote Link to comment Share on other sites More sharing options...
Question
Dissidia
R> Loop reward for 1 guild. please help. thank you..
input guild name then getitem to 1 guild
Link to comment
Share on other sites
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.