Drakkus Posted December 2, 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 2, 2011 Hi, all! well i know this kind of 'REQUEST' such a noob but, i'm bit confuse on how to make it 'SPLIT' instead of merging an 'ITEM' since i'm away for RO almost 2 Years not Playin. and i wanted to develope it again. Please referr the 'TWO' images. if yes, please let me know how can i edit it 'Server Side' or 'Client Side'. Image 1: Image 2: The 2ND image is i just split it using 'PHOTOSHOP'. Best Regards, Mindless Quote Link to comment Share on other sites More sharing options...
0 KeyWorld Posted December 2, 2011 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 379 Reputation: 304 Joined: 11/10/11 Last Seen: December 2, 2014 Share Posted December 2, 2011 I think something like this (not tested): getitem2 <itemid>, <amount>, 1, 0, 0, 255, 0, <group id> & 0xffff, <group id> >> 16; Example: // Apple Group 1 getitem2 512, 5, 1, 0, 0, 255, 0, 1 & 0xffff, 1 >> 16; getitem2 512, 3, 1, 0, 0, 255, 0, 1 & 0xffff, 1 >> 16; // should give you (5+3) apple for the group 1 // Apple Group 2 getitem2 512, 4, 1, 0, 0, 255, 0, 2 & 0xffff, 2 >> 16; getitem2 512, 2, 1, 0, 0, 255, 0, 2 & 0xffff, 2 >> 16; // should give you (4+2) apple for the group 2 // Apple Group 3 getitem2 512, 1, 1, 0, 0, 255, 0, 3 & 0xffff, 3 >> 16; getitem2 512, 9, 1, 0, 0, 255, 0, 3 & 0xffff, 3 >> 16; // should give you (1+9) apple for the group 3 // etc. There is no clean solution for doing what you want (I think). Quote Link to comment Share on other sites More sharing options...
0 KeyWorld Posted December 2, 2011 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 379 Reputation: 304 Joined: 11/10/11 Last Seen: December 2, 2014 Share Posted December 2, 2011 The only way I see is to say that this item was created by someone ( getnameditem() ). Quote Link to comment Share on other sites More sharing options...
0 Drakkus Posted December 2, 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 Author Share Posted December 2, 2011 So how can i supposed to do with this? sorry for Bad English. Any Solution? can you provide it for me. Thank you! Regards, Mindless Quote Link to comment Share on other sites More sharing options...
Question
Drakkus
Hi, all! well i know this kind of 'REQUEST' such a noob but, i'm bit confuse on how to make it 'SPLIT' instead of merging an 'ITEM'
since i'm away for RO almost 2 Years not Playin. and i wanted to develope it again.
Please referr the 'TWO' images. if yes, please let me know how can i edit it 'Server Side' or 'Client Side'.
Image 1:
Image 2:
The 2ND image is i just split it using 'PHOTOSHOP'.
Best Regards,
Mindless
Link to comment
Share on other sites
3 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.