Samuel
Members-
Content Count
397 -
Joined
-
Last visited
-
Days Won
20
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by Samuel
-
Hello! This command seems to be very popular and I'm really looking for it's source and I can't find any. It seems to be combination of scripts + source. I tried already making my own but still a lot of plugin errors for now. So if anyone is willing to share it's source to be converted into plugin, it would be really helpful. Well if you don't want to share it for free, I could trade it with my @security plugin but I will release it sooner or later for free. Thanks in advance!
-
I think it's because of the name. loading01 - loading10 should be the file name of your loading screens. It's like overwriting the original loading screens by loading yours first.
-
tr0n's Questboard [1.5.4]
Samuel replied to tr0n_'s topic in Quest, Shops, Functions & Algorithms Releases
I see. What I did was incorporate the party support in mission board by AnnieRuru. Well, I really like reading different scripts from great scripters, too many things to learn. -
tr0n's Questboard [1.5.4]
Samuel replied to tr0n_'s topic in Quest, Shops, Functions & Algorithms Releases
Wow, so tron is here Glad you have updated your scripts now I've edited this script a long time ago to add those party support for my previous server. Anyway still looking forward to your release. -
conf/battle/feature.conf Ohh, haven't seen that conf file in a while.. thanks for pointing it out,
-
Hmm isn't it that newer clients already removed the auction house packets. starting 2013 clients if i'm correct, that's why it was not working properly anymore, just don't if you use older clients
-
So how does the grf encryption works? Thanks in advance!
-
2. Convert them using Item Converter to itemInfo.lua: Where can i find this? thanks in advance!
-
Repo for Approved and Tested Plugins~ Maybe just make it a plugin release,
-
Yeah, I found hercules' instance script system much easier to use..
-
isn't this like the hunting_mission npc?
-
Well, it could have limitation. I have tried it in binding other commands.. But since this topic is regarding autoloot, then it can be done through that workaround..
-
it's because it's binded, meaning everything that's been in the script, that will be done. the best thing to do is write a plugin to overwrite the command
-
Well, OnMinute00 is still the best for this.. Even you restart server LOL It's weird that when your server restarts the time resets? Timer events use the server time (depending on how you configured the timezone of your vps)... OnClock and OnMinute uses the same..
-
Here... http://herc.ws/wiki/Db2sql
-
I have clean it more times. And recompile it more times... Clean and compile HPMHooking?
-
requesting this kind of script? if doable.
Samuel replied to Hadeszeus's question in Script Requests
if for just testing, why not just use rental items? -
Well seems to be a limitation for the plugin system as of now.. Although I hope there would be great updates with it,
-
Well, this error LNK2019: unresolved external symbol also happens with some source I'm converting into plugin.. It's like that it was already defined in the included source, but plugins can't get it or something.. I remember that I tried to define the unresolved external symbol within the plugin code itself and the warning disappeared..
-
[member=安赫尔] Hmm, did you run ./configure in linux, if yes, did you see if pcre being said yes during the configuration.. Then, when it comes to plugins, i think you need to add this in the makefile when compiling pcre plugins,
-
Yeah, seems to be windows compiler problem.. This is what I'm experiencing with installing the server side manners plugin by odin.. When I tried to compile the same plugin with linux, it compiled properly but the plugin doesn't load ( but it seems to be the plugin source itself)...
-
Wow, nice addition.. but hopefully, in the future there could be a possibility that we could use plugin system to add mapflags, OnCustomEvents, and edit some complicated things in skill.c and status.c
-
hmm, you can use the dbghelpplug in plugins.. it generates core dump files for windows..
-
Well, if you're using NEMO client patcher, there's a diff that allows you to change the folder it will come from and it's name as well.. For example, I want it to be in the secret folder with name of secret.lub = secret/secret.lub anyway, if that's what you're trying to do..