Hi,
By saying don't have access I mean I have no idea how to edit anything java side.
I used to have a server, java server back in 2012. Now I'm working on a passion project, just having fun creating, have no real plans to open a server.
So I'm creating everything old way, by editing data files: .htm, .xml, python and so on. Plus MariaDB.
I saw lots of topics saying open a java file, open java pocket or something like.. I don't even know what is that and don't want to dive into that.
I kinda have solution to my question. Scroll that can add an attribute (STR/DEX/CON/etc..) is too complicated.
Instead, better to make NPC who can do the job, I just need to write a quest like script and using 'on event' python script function, if player have appropiate stone (stone of STR/DEX/etc) in inventory, the stone will disapear and attribute will be added. Sounds easy enough, but...
Does anyone know what python script function working for L2 that can add a skill?
Most of function used in quests is these.
st.giveItems(ITEM,1)
st.takeItems(ITEM,1)
But is there are a function that can give a skill, not an item?
Thanks for the help!