jeyner Posted February 21, 2019 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
0 Capuche Posted February 21, 2019 Posted February 21, 2019 No, I don't think the basic item description displayed by the client can be changed server side. Quote
0 AnnieRuru Posted February 22, 2019 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
0 jeyner Posted February 23, 2019 Author Posted February 23, 2019 @AnnieRuru Thanks. I'm going to test it. Quote
0 Peopleperson49 Posted May 26, 2020 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
0 oblinez Posted May 27, 2020 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
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.
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.