Dastgir
Script Developers-
Content Count
3805 -
Joined
-
Last visited
-
Days Won
250
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by Dastgir
-
YProject - Moving Player Failed along with mapindex(1086) is invalid
Dastgir replied to KeiSenpai's question in Script Support
You also need to add maps in "db/map_index.txt" -
Are you using hercules? Also try the script from https://github.com/dastgirp/HPM-Plugins/blob/master/NPC/RebirthSystem.txt
-
Charms run everything inside "Script" tag when item is in inventory
-
Hercules does support basic vip. Modifying ModDrop and ModExp will change the experience gained and drop rate for that specific account.
-
- 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
-
Noob here from Argentina trying to get it together
Dastgir replied to TheNahu's topic in Introductions
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.) -
Discord: Dastgir#1460
-
This is not the correct forum to ask these kind of questions.
-
Map indicators from Renewal are poluting my pre-re server
Dastgir replied to PunkBuster's question in Graphics Support
It's from lua files(client side): towninfo.lub and signboardlist.lub -
*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)
-
Can you please use english in this topic?
-
-
Updated to latest hercules (2019.11.17) https://github.com/dastgirp/HPM-Plugins/commit/9e709b5c62843dddfd5dd226802f584292b57deb
-
Not Yet, Once the topic is approved in rA, I will make sure to release it for rA as well
-
This seems more like a hide and seek event rather than BG mode
-
Does that happen randomly or configured in script? And how much increase in rewards?
-
Will look into it, but I feel, something new would be interesting for players.
-
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)
-
Don't we already have those in eBG and/or in Hercules emulator? If there's any difference, please explain
-
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
-
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)