Jump to content

Dragic

Legendary Member
  • Posts

    1,026
  • Credits

  • Joined

  • Last visited

  • Days Won

    23
  • Feedback

    100%

Everything posted by Dragic

  1. You need to add in your website configs a user with permissions in your db!
  2. https://mega.nz/#!46ol0Kxb!3khNWY-RzDuu_6nYJA0-LQ3tAw2OBdFB7eOGrFLq3lE This is atualstudio website template also the statics are addapted for lucera you can use it!
  3. NOTE. This files are for GTA V so you must Download OpenIV, open the dlc.rpf file, take out the textures (files that ends .ytd .yft) from the dlc.rpf, then you have to make it resource by your self and make the handlings etc also the installation.txt inside this zip it's installation guide for GTA V its not about to make it resource for FiveM. How to make it as resource? 1) Create one folder named Nissanr34 2) Create one folder inside Nissanr34 named stream 3) Put inside stream folder the textures (files that ends .ytd .yft) 4) Go back to Nissanr34 create one file named __resource.lua 5) Go Server.cfg and start Nissanr34
  4. +++ Then your topic will stay unlocked in marketplace, good luck with this!
  5. lul Then you must make it with java! buff_templates.xml its for* NPC Buffer !
  6. You still want to buy something you already have it? Let me know please, may i lock this topic and move it..
  7. I have made many changes in lucera core i never had a problem since intellij give you the apertunity to connect your artifacts with the jar libraries the codes are written correctly and compiled correctly you can try it by urself! Of course im not fan of compiled projects but its a solution for people who own servers without sources.
  8. Yeah, but most people own server with lucera and all knows source are not available for this project so they can do my method its safe and works 100% since you have compile new jar you just replace the classes with winrar..
  9. Of course is working! In my server L2Wish (using lucera3) i have many customs like autofarm etc.
  10. Btw lucera can sell buffs with coins/items just go gameserver/data/buffs_tempaltes.xml create your buff template, take my example. <template menuId="99973" target="BUFF_PLAYER"> <consume> <item id="9143" amount="10" /> </consume> <produce> <skill id="308" level="1" /> </produce> </template> if you want to create something like buff coin ( item to not get removed ) just make the amount "0" and you just need the item in your inventory. <template menuId="99973" target="BUFF_PLAYER"> <consume> <item id="9143" amount="0" /> </consume> <produce> <skill id="308" level="1" /> </produce> </template> html bypass bypass -h scripts_services.Buffer:act ask=99973&reply=npc-40010 Or you can edit server.jar script.jar with this guide! Also you can save the classes if you want to get updates and replace it again.
  11. Από συνήθεια!
  12. Trusted person i bough template from him amazing design thank you!
  13. I dont recommend it just with debian or centos !
  14. You have nothing to change in your windows OS, just to whitelist the proxy ip into your ddos protection!
  15. Locked.
  16. Hello MaxCheaters, today i will show you how you can work with Intellij IDEA import existing source and build ant. Download: Intellij Video Guide: Enjoy!
  17. Hello MaxCheaters, today i will show you a simple way about to edit jars from compiled projects! First you must download Intellij or any IDEA programm you like. Guide Video: Enjoy!
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock