Jump to content

Dastgir

Script Developers
  • Content Count

    3803
  • Joined

  • Last visited

  • Days Won

    248

Everything posted by Dastgir

  1. Are you using hercules? Also try the script from https://github.com/dastgirp/HPM-Plugins/blob/master/NPC/RebirthSystem.txt
  2. Dastgir

    Charms

    Charms run everything inside "Script" tag when item is in inventory
  3. Hercules does support basic vip. Modifying ModDrop and ModExp will change the experience gained and drop rate for that specific account.
  4. - script VIP script FAKE_NPC,{ OnPCLoginEvent: if (#AccountVIP >= gettimetick(2)) { ModExp = 100; ModDrop = 100; } else if (getgroupid() == 2) { ModExp = 150; ModDrop = 150; } end; } function script F_TicketAddVip_3 { #AccountVIP = gettimetick(2) + (60*60*24*3); ModExp = 150; ModDrop = 150; mes "[ ^990099Geovani^000000 ]"; mes "You received 3 days of VIP Account!"; close; } Try this
  5. You can use any server which you like, choosing a hosting depends on how big you think your server will be and the location of players ofcourse. You can go with AWS (many location choices), but you need to add elastic ip (to have static IP). You can go with budget VPS hostings (OVH, budgetVM, etc.)
  6. As I see you are running server on your pc, so clientinfo would expect 127.0.0.1 for your pc, but for others, your wan ip would work fine. Try checking in other pc with your wan ip.
  7. This is not the correct forum to ask these kind of questions.
  8. It's from lua files(client side): towninfo.lub and signboardlist.lub
  9. Dastgir

    savepoint

    *savepoint("<map name>", <x>, <y>) This command saves where the invoking character will return to upon 'return to save point', if dead or in some other cases. The two versions are equivalent. Map name, X coordinate and Y coordinate should be perfectly obvious. This ignores any and all map flags, and can make a character respawn where no teleportation is otherwise possible. savepoint("place", 350, 75); so use this to alter the save point of character if player is online: savepoint("prontera", 156, 191)
  10. Dastgir

    Facebook Share

    Did I posted this entirely as mine? Or did I just copy pasted? Obviously it was modified before sharing it here.
  11. Updated to latest hercules (2019.11.17) https://github.com/dastgirp/HPM-Plugins/commit/9e709b5c62843dddfd5dd226802f584292b57deb
  12. Your map-server is not started. Start map-server separately and show the logs, we can help you that way
  13. Not Yet, Once the topic is approved in rA, I will make sure to release it for rA as well
  14. This seems more like a hide and seek event rather than BG mode
  15. Does that happen randomly or configured in script? And how much increase in rewards?
  16. Will look into it, but I feel, something new would be interesting for players.
  17. Any video on this would be good. It seems like TF2 payload mode by the description. (And ofcourse if you have any map suggestion with it, please mention that as well)
  18. Don't we already have those in eBG and/or in Hercules emulator? If there's any difference, please explain
  19. If anyone have any idea for new type of BG or any new npc or any feature request, please mention it here or at issue tracker @ https://github.com/dastgirp/eBG , ready to take in few new requests to implement in eBG
  20. 28th October 2019 Update: dDelays is available for purchase. Introductory Offer would last for a week Site https://ddelays.dastgir.tech/ Price Introductory Offer: Weekly: 1.25$ Monthly: 5$ Quarterly: 18$ Beta Date 27th October 2019 (Sunday) Payment Method PayPal / PayTM / Others(Message in discord) Discord For Any kind of support/question/payment related query: https://discord.gg/sb4mkdH Emulators Hercules (Fully Supported). Other Emulator Support coming by 3rd November 2019 (Sunday)
  21. Update 27-10-2019: dDelays will be up for Hercules in next 24 hours. For other emulators, It will take few days (please be patient) dDelays will be initially available for linux only, windows build is in progress and will be up with other emulator update
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.