pjvillarante Posted November 8, 2015 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 5 Reputation: 0 Joined: 11/08/15 Last Seen: November 14, 2015 Share Posted November 8, 2015 Hi, I'm playing in a prerenewal server Im just wondering if a renewal item script will still work with prerenewal? Here is the renewal item script { bonus bAllStats,2; bonus2 bSubEle,Ele_All,5; bonus2 bHPRegenRate,(MaxHp*2/100),10000; bonus2 bSPRegenRate,(MaxSp/100),10000; },{},{} Quote Link to comment Share on other sites More sharing options...
Haziel Posted November 8, 2015 Group: Content Moderator Topic Count: 22 Topics Per Day: 0.00 Content Count: 639 Reputation: 609 Joined: 11/25/11 Last Seen: March 7 Share Posted November 8, 2015 This one? Yes.It, obviously, the Server Admin made the Item gives that effect by default. Quote Link to comment Share on other sites More sharing options...
pjvillarante Posted November 8, 2015 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 5 Reputation: 0 Joined: 11/08/15 Last Seen: November 14, 2015 Author Share Posted November 8, 2015 Hello thank you for the response It's just that im confused because i never saw that kind of script in prerenewal items Im wondering why asprika uses that kind of long script when it can just use bSubele,Ele_All, 30 Like this Prerenewal Asprika Item script { bonus bMdef,5; bonus3 bSubEle,Ele_Neutral,30,BF_SHORT; bonus3 bSubEle,Ele_Water,30,BF_SHORT; bonus3 bSubEle,Ele_Earth,30,BF_SHORT; bonus3 bSubEle,Ele_Fire,30,BF_SHORT; bonus3 bSubEle,Ele_Wind,30,BF_SHORT; bonus3 bSubEle,Ele_Poison,30,BF_SHORT; bonus3 bSubEle,Ele_Holy,30,BF_SHORT; bonus3 bSubEle,Ele_Dark,30,BF_SHORT; bonus3 bSubEle,Ele_Ghost,30,BF_SHORT; bonus3 bSubEle,Ele_Undead,30,BF_SHORT; bonus bFlee,30; skill "AL_TELEPORT",1; bonus bUnbreakableGarment,0; },{},{} Renewal Bijofnil Wings Item script bonus bAllStats,2; bonus2 bSubEle,Ele_All,5; bonus2 bHPRegenRate,(MaxHp*2/100),10000; bonus2 bSPRegenRate,(MaxSp/100),10000; },{},{} Quote Link to comment Share on other sites More sharing options...
Haziel Posted November 8, 2015 Group: Content Moderator Topic Count: 22 Topics Per Day: 0.00 Content Count: 639 Reputation: 609 Joined: 11/25/11 Last Seen: March 7 Share Posted November 8, 2015 It's an old script.Ele_All wans't implemented until recent commits, so, we had to put all elements. Quote Link to comment Share on other sites More sharing options...
pjvillarante Posted November 8, 2015 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 5 Reputation: 0 Joined: 11/08/15 Last Seen: November 14, 2015 Author Share Posted November 8, 2015 (edited) Oh thank you again for the response, now, im playing in a private server which is still in pre renewal. How could i know if the Ele_All command is already implemented? is there something i can do? like knowing the version of our server? or rather how could i know if our server is compatible with the Ele_All script? im sorry if im asking a lot of questions here's the scenario so im playing on a private server where there is a donation shop on donation shop, there's bijofnil wings with a description of ALL STATUS + 2, Adds resistance to ALL elements by 5%. Recovery 2% HP per 10 seconds, Recovery 1% SP per 10 seconds. then i am shocked when while im wearing Bijofnil Wings, my character casted Impositio Manus so i realized that it is using the prerenewal script. Now, im asking the admin to change the script of that item and he is willing to do so. Edited November 8, 2015 by pjvillarante Quote Link to comment Share on other sites More sharing options...
Haziel Posted November 8, 2015 Group: Content Moderator Topic Count: 22 Topics Per Day: 0.00 Content Count: 639 Reputation: 609 Joined: 11/25/11 Last Seen: March 7 Share Posted November 8, 2015 Well, I must say that Impositio Manus isn't present on neither of the two scripts.By the way, It is probably compatible to either of the scripts, and, if it's not, at this rate, your Server Admin MUST have enough knowledge to adapt what is needed.Afterall, 5 minutes of testing is enough to see if everything is working. Quote Link to comment Share on other sites More sharing options...
Question
pjvillarante
Hi, I'm playing in a prerenewal server
Im just wondering if a renewal item script will still work with prerenewal?
Here is the renewal item script
{ bonus bAllStats,2; bonus2 bSubEle,Ele_All,5; bonus2 bHPRegenRate,(MaxHp*2/100),10000; bonus2 bSPRegenRate,(MaxSp/100),10000; },{},{}
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.