Jump to content

Acacia

Members
  • Posts

    54
  • Credits

  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by Acacia

  1. **that have been running for over 2 years** there is no information at all looks fishy af. provide all information you have what was the server name ?
  2. i think he meant info for zones like elven forest 10-15 elven fortress 15-20 etc etc , to add info on his html on gk unfortunately i don't know , incase you know any website to help him drop it
  3. there are countless Spree Systems shared bro .
  4. it changes the current equiped Item's visual ( saves in db under item id in inventory table ). if u equip another equipment it wont have the other visual . u'll have to reuse
  5. DressMe for L2JSunrise Got this now from a random forum , Its Tested i adapted it before on both acis and l2j worked as a charm HF
  6. Its possible though it should located in client's interface
  7. Its an old adapted code i made many years ago , just adapted it for latest Acis rev feel free to correct any unnecessary lines or issues ( it works as intended and good to go though ) its easy to extend *Missing Mods ( Teleporter & Symbol Maker , didn't had time to adapt from my old rev ) DIFF ( CODE ) HTML FILES Locate : data/xml/items/5500-5599.xml ( Tutorial Guide ) Locate Item Id : 5588 change : <set name="handler" val="Book" /> to : ----> <set name="handler" val="Cubic" />
  8. Hello , i coded this one a lil while ago for someone that requested it , i'll just drop it here aswell PVP PK TITLE RANK <--- DIFF Format for Latest Acis Rev Code: @Kishin Apply it using the diff or navigate and do it manually It does Updates when a new PvP / PK or when changing your Title max title letters changed to 9 ( more than that it hides the pvp/count letters ) Have fun
  9. PVP PK RANK UPDATE <-- Code: @Kishin Here you go ready to use . coded on latest sources of acis on diff format , or you can apply it or navigate and paste it manually . it does updates when new pvp / pk or changing title max title letters changed to 9 ( more than that it hides the pvp/count letters )
  10. ye was about to do that , but was curious of its purpose . since even if i did implement it how it was , i would have to rework the whole src . though ty for the file . i'll look around and work around on these
  11. any news about compiler for prot 152 , salvation etina's ?
  12. Never had an issue with kara , any order i requested were given to me as he did promised and even done more than that. i don't see any reason to flag him as scammer . even if you ended getting half of the codes probably your attitude was the problem on that part learn to be able to understand people's lifes first and their current problems and listen to them instead raging cause you didnt got what u wanted on * time * cause even if your at work and end up sick, you'll get a day off next day / 's understand that. good luck
  13. create a class on -> model.actor.instance that extends Folk / L2Npc / Npc (depend the source u using) based on ur code instead using the voice command , use it on the onBypassFeedback and call ur code and appends to show the NpcHtmlWindow with onAction to Player/PlayerInstance/L2PcInstance etc create an npc afterwards as type "name of your class instance"
  14. Mobius for sure the only and best way around
  15. many classes has been moved / renamed etc java versions also has been updated , so you need to adapt em to the newest revision . if you read where and what goes , you'll find your way most of us learnt like this , so gl
  16. you can easily add the missing database sql files from the shared one , and add the the 2 missing fields on the characters/accounts file
  17. its fine mate and thank you , we all know how this forum works , everyone is a java diva around here so you dont have to take anything personal and argue about it . you walk in prepared :D
  18. ohh forgot to remove the true false part on isdouble :D was typed to be readable then remove on the other hand yes admincommand i used an old code as pattern , thank you for reply :)
×
×
  • Create New...