Jump to content

Dastgir

Script Developers
  • Content Count

    3803
  • Joined

  • Last visited

  • Days Won

    248

Posts posted by Dastgir


  1. 9 hours ago, Slicer said:

     

    Where did you read me saying you wanted to buy? I may be wrong but the forum also serves to ask for information, ask how to make effects on maps too, or is it prohibited?

    This can be asked in forums, replying here and asking to reply in PM can be considered as spam


  2. On 7/10/2019 at 12:43 PM, ajoope said:

    Amazing idea, and keeps relates to the RPG style
    the NPC worked ok, still i have this err every time i try using the Matchstick.
    would love if you could help me in it, if so i'm on debian 9, [v2019.06.02] `June 2 2019` version

    currently, planning to use it as Valkyrie NPC helping valhala warriors in the monster invasion without need to sit, until it's fixed or so.

    image.png.4fef339002d3595119bf981a2962eeff.png

     

    1 hour ago, leertaste said:

    having the same issue

    It's because the plugin (https://github.com/dastgirp/HPM-Plugins/blob/master/src/plugins/npc-duplicate.c) has changed it's syntax

    So, do the following in campfire.txt, Change

    duplicatenpc("Campfire#CF", "Campfire", sprintf("CF_%d", .@curr_char_id), .@mapname$, .@mapx, .@mapy, 0);

    to

    duplicatenpc("Campfire#CF", sprintf("Campfire#CF_%d", .@curr_char_id), .@mapname$, .@mapx, .@mapy, 0);

     


  3. 5 hours ago, leertaste said:

    hey guys

    i wonder how adding custom or duplicated maps to the game works since there are many changes.

    what i've done so far:
    - added mapcache.c as a plugin and compiled it -> enabled the plugin serversided
    - added my custom map (which is a clone from moscovia) to the necessary files (db\map_index.txt; conf\map\maps.conf; conf\grf-files.txt)
    - opened cmd -> located to my directory -> "map-server --load-plugin mapcache --rebuild-mapcache"

    this is when the mapserver told me he removed all maps. as i went to maps\re - full emptyness

    what did i do wrong?

    Show the output of the command "map-server --load-plugin mapcache --rebuild-mapcache"


  4. 17 hours ago, Barabb4s said:

    ?

    @WhiteEagle just have the solution to your problem. If you have another error, please elaborate with screenshots if needed.

     

    If you need to change Guild size no matter skill level, just change

    #define BASE_GUILD_SIZE

    to some high number


  5. On 6/14/2019 at 2:58 PM, astralprojection said:

    hi @Dastgir is there a way to prevent selling to NPC WOE and BG items generated from BG Shops?  I was thinking it can be abuse if player sell it to NPC like food stuffs @ 10k z each. I think its much safer to make it non sellable to npc.

    Good point, will implement this if possible..

    On 6/22/2019 at 5:20 PM, astralprojection said:

    @Dastgir is it also possible that when player join, it will automatically join a party also? So, team1 is RedParty and team2 is BlueParty.   It would be nice if can, so that party buffs can be useful like adrenaline rush ... etc...

    Will check on this


  6. What KirieZ said is right, but you should also keep in mind attachrid is not necessary as at one time, 1 player can only have 1 attached script, instead some modification to command would be more effective in terms of performance and reliability 


  7. At last, topic about differences in public.

    I just want to add my opinion here, for any merges from other emulators, it becomes difficult(or rather time consuming) at one point for developers to keep track of what they are missing as compared to others. It would be great if someone (or community together) could summarize it containing

    1. what's missing
    2. expected behavior (optional) (e.g: Skill Description, Working of some new UI/feature, instance description or some link in English explaining it)
    3. Link to commit/PR (optional)

  8. Hi all,

    To all those who want to avail my services, I would not be available for paid services.

    For all those who have availed my services but is pending, Refunds are initiated and I apologize for not completing it. (If you haven't received it yet, please do leave a message)

    I would not be able to take any paid services due to some unforeseen circumstances.

     

    Regards,

    Dastgir


  9. 11 hours ago, skyundersea said:

    Like this, just for visual purpose, a chatroom or message with link to map destination of portal

    Screenshot_1.jpg

    Those warp are static or generated via script and changes location?

    If they are meant to be static, you can use newer client feature named (signboard) and just link to those warp co ordinates.

×
×
  • Create New...

Important Information

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