jeyner Posted February 21, 2019 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 22 Reputation: 0 Joined: 01/28/12 Last Seen: November 2, 2022 Share Posted February 21, 2019 Hello. I want to know if is possible to change an item description on server-side. For example, that some script will change the ATK of certain weapon. Thanks. Quote Link to comment Share on other sites More sharing options...
0 Capuche Posted February 21, 2019 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted February 21, 2019 No, I don't think the basic item description displayed by the client can be changed server side. Quote Link to comment Share on other sites More sharing options...
0 AnnieRuru Posted February 22, 2019 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 2044 Reputation: 682 Joined: 10/09/12 Last Seen: December 20, 2020 Share Posted February 22, 2019 (edited) 8 hours ago, jeyner said: Hello. I want to know if is possible to change an item description on server-side. For example, that some script will change the ATK of certain weapon. Thanks. Random option is entirely server side prontera,155,185,5 script skjhsdfkj 1_F_MARIA,{ setarray .@OptID[0],RDMOPT_VAR_ATTPOWER; setarray .@OptVal[0],10; setarray .@OptParam[0],0; getitem3 1501, 1,1,0,0, 0,0,0,0, .@OptID,.@OptVal,.@OptParam; setarray .@OptVal[0],100; getitem3 1501, 1,1,0,0, 0,0,0,0, .@OptID,.@OptVal,.@OptParam; setarray .@OptVal[0],1000; getitem3 1501, 1,1,0,0, 0,0,0,0, .@OptID,.@OptVal,.@OptParam; end; } the ATK+100 is manipulable Edited February 22, 2019 by AnnieRuru 1 Quote Link to comment Share on other sites More sharing options...
0 jeyner Posted February 23, 2019 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 22 Reputation: 0 Joined: 01/28/12 Last Seen: November 2, 2022 Author Share Posted February 23, 2019 @AnnieRuru Thanks. I'm going to test it. Quote Link to comment Share on other sites More sharing options...
0 Peopleperson49 Posted May 26, 2020 Group: Members Topic Count: 219 Topics Per Day: 0.05 Content Count: 1181 Reputation: 141 Joined: 01/27/12 Last Seen: July 15, 2024 Share Posted May 26, 2020 (edited) This function is very easy and I have used it for sometime, however, I need cannot seem to get it to detect when an item already has an extra enchantment such as a crimson weapon. Is that even possible with this command, but right now I have my doubts... Peopleperson49 Never mind, figured it out and it seems so simple now... Peopleperson49 Edited May 27, 2020 by Peopleperson49 Quote Link to comment Share on other sites More sharing options...
0 oblinez Posted May 27, 2020 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 20 Reputation: 1 Joined: 02/23/14 Last Seen: May 27, 2023 Share Posted May 27, 2020 On 2/22/2019 at 1:10 AM, AnnieRuru said: Random option is entirely server side prontera,155,185,5 script skjhsdfkj 1_F_MARIA,{ setarray .@OptID[0],RDMOPT_VAR_ATTPOWER; setarray .@OptVal[0],10; setarray .@OptParam[0],0; getitem3 1501, 1,1,0,0, 0,0,0,0, .@OptID,.@OptVal,.@OptParam; setarray .@OptVal[0],100; getitem3 1501, 1,1,0,0, 0,0,0,0, .@OptID,.@OptVal,.@OptParam; setarray .@OptVal[0],1000; getitem3 1501, 1,1,0,0, 0,0,0,0, .@OptID,.@OptVal,.@OptParam; end; } the ATK+100 is manipulable in this case, how to give 2 or more options for the item? Quote Link to comment Share on other sites More sharing options...
Question
jeyner
Hello.
I want to know if is possible to change an item description on server-side. For example, that some script will change the ATK of certain weapon.
Thanks.
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.