Jump to content

Dastgir

Script Developers
  • Content Count

    3805
  • Joined

  • Last visited

  • Days Won

    250

Everything posted by Dastgir

  1. Dastgir

    MAP CRASHES

    This is probably known issue. Mostly this happens if there's autotrader near npc having OnTouch label
  2. Maybe some of your custom script is enabling summer (or status of summer job SC_SUMMER)
  3. tbh,I heard about ROCSHIELD first time....(probably give a link to it? So we can check it?)
  4. And they are using it in RODEX, need to input CCODE instead of character name
  5. For newer clients: 1->8 2->6 3->7 4->0 5->1 6->2 7->4 8->9 9->5 0->3
  6. Nope, there's no diff for that, that's kro normal feature. For new clients, they are numbers For old clients (<2014) , they are having letters.. It can be possible that some langtype(in clientinfo.xml) might not have those character codes
  7. I think that's char id with simple encryption O = 1 N = 5 R = 0 Your char id must be 150001
  8. Recent Updates: Added MacAddress Diff(Use Launcher for it) Added ChatTimeStamp Plugin (https://github.com/dastgir/HPM-Plugins/issues/19) Added FCP Bypass Plugin (https://github.com/dastgir/HPM-Plugins/issues/11) Added Charms Plugin Updated @market plugin to v1.5 CleanUp of plugins: (arealoot, afk, auraset, charms, autoattack, autonext, criticalmagic, costumeitem, dispbottom2) Fixes auraset bug.
  9. It's a WINDOWS PC, so make sure there are extra 1-2 Gig of Ram for other windows services which run at background...
  10. That's clientside as well as server side, also not all status have timers. https://github.com/ROClientSide/Translation/blob/master/data/luafiles514/lua%20files/stateicon/stateiconinfo.lub All Skills having haveTimeLimit = 1, Would show it... Also , You need >= 2013 client I guess..
  11. Dastgir

    Charms

    Hi Annie, the console gives an error when i make plugins Any idea what it is? I'm using charms 1.1 Thanks a lot for the release btw. Untitled.png @@Dastgir might be able to update it for us if he got any free time My Free Times comes too late :( Anyways, Here it is: https://github.com/dastgir/HPM-Plugins/blob/master/src/plugins/CharmSystem.c
  12. Let me see what I can do Edit: Might not able to test the edit, since I don't have Launcher (and I need to recompile the server , which I couldn't afford atm) Here you go: https://github.com/dastgir/HPM-Plugins/tree/master/diff
  13. Remove it from conf/maps.conf, db/map_index.txt and rebuild the map_cache. More Simpler Way: Just remove warps from it?
  14. Dastgir

    @arealoot

    https://github.com/dastgir/HPM-Plugins/blob/master/src/plugins/%40arealoot.c
  15. I forgot to mention here, I have merged it with other programs, and the itemdb conf to txt is now (almost) scriptable by tables.lua file @AnyThing I changed from lua 5.3 to 5.2 (reverted one version) due to some compatibility issue
  16. If that's not the issue, I can only see it as the files not saving, thus reading s1/p1
  17. Oh lol, We have this from a year or two maybe... Edit: http://herc.ws/board/topic/928-memory-slasher-may-30-patch/ (3 years old topic)
  18. no you dont. even zeph made it available heh That isn't zeph, thats actually someone pretending to be zeph
  19. Can you share the patches 2004-06-01 to 2008-12-18 @uyjulian? As Ai4rei told, all mirror server received the patches...Mirror servers: ftp://patch.athenacore.net/ ftp://loot.ai4rei.net/etc/mirror/kro/Patch/ You can see all mirrors at http://nn.ai4rei.net/dev/rsu/patch/mirrors.json
  20. Hmm how about renewal but pre re start point sir dast? If you had seen the file I mentioned above, you would have clearly noticed different settings; start_point_re: iz_int,97,90 start_point_pre: new_1-1,53,111
  21. Import sql-files/logs.sql in your database.
  22. OnPCLoadMapEvent: This special label will trigger once a player steps in a map marked with the 'loadevent' mapflag and attach its RID. The fact that this label requires a mapflag for it to work is because, otherwise, it'd be server-wide and trigger every time a player would change maps. Imagine the server load with 1,000 players (oh the pain...) Only the special labels which are not associated with any script command are listed here. There are other kinds of labels which may be triggered in a similar manner, but they are described with their associated commands. https://raw.githubusercontent.com/HerculesWS/Hercules/master/doc/script_commands.txt That mapflag is specially for that label Maybe your script doesn't need it because it dynamically sets the flag by setmapflag script command...
×
×
  • Create New...

Important Information

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