insarius Posted October 25, 2012 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 106 Reputation: 3 Joined: 09/21/12 Last Seen: August 20, 2015 Share Posted October 25, 2012 I want an NPC to give a headgear box, 12189 to be exact. Old Red Box 2, but the NPC needs to log IP's so only 1 account per IP can be given the box. Quote Link to comment Share on other sites More sharing options...
xin Posted October 25, 2012 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 26 Reputation: 1 Joined: 10/19/12 Last Seen: November 9, 2012 Share Posted October 25, 2012 well you don't need ip log specially they are changable you can just make your npc have this code and you're done if (!#redeem) { set #redeem, 1; getitem 12189,1;} else {mes "You can only redeem 1 item per account";} Quote Link to comment Share on other sites More sharing options...
insarius Posted October 25, 2012 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 106 Reputation: 3 Joined: 09/21/12 Last Seen: August 20, 2015 Author Share Posted October 25, 2012 well you don't need ip log specially they are changable you can just make your npc have this code and you're done if (!#redeem) { set #redeem, 1; getitem 12189,1;} else {mes "You can only redeem 1 item per account";} Well, They can bypass that even easier since they can just make multiple accounts. Quote Link to comment Share on other sites More sharing options...
Emistry Posted October 25, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: 2 hours ago Share Posted October 25, 2012 certain ISP....their IP will alway change from time to time....everyday ....everytime you restart....or etc.... anyway...another simple trick to ensure the trick above to work in a better way... disable the rewards items from trading / dropping / selling / mailing / vending .... trunk/db/re/item_trade.txt Quote Link to comment Share on other sites More sharing options...
insarius Posted October 25, 2012 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 106 Reputation: 3 Joined: 09/21/12 Last Seen: August 20, 2015 Author Share Posted October 25, 2012 certain ISP....their IP will alway change from time to time....everyday ....everytime you restart....or etc.... anyway...another simple trick to ensure the trick above to work in a better way... disable the rewards items from trading / dropping / selling / mailing / vending .... trunk/db/re/item_trade.txt I'll do that, thanks Emistry. Quote Link to comment Share on other sites More sharing options...
Question
insarius
I want an NPC to give a headgear box, 12189 to be exact.
Old Red Box 2, but the NPC needs to log IP's so only 1 account per IP can be given the box.
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.