Jump to content

thanna

Members
  • Content Count

    212
  • Joined

  • Last visited

Everything posted by thanna

  1. Doesn't new versions of hercules needs to be compiled with the VS 2014 or higher? thanks for the reply, maybe I need a vs 2014, I'll try and let you know, thanks
  2. Good Day Guys, I cloned a new hercules emulator and tried to recompile but I got some warnings and errors on the visual studio 2012. below are the error's and warning and I would like to ask if its just normal to have those errors and can be fixed on the next revision? Error 1 error C1083: Cannot open include file: 'pcre.h': No such file or directory C:\Users\Thanna\Desktop\RO\New Herc\Hercules\src\map\npc.h 30 1 plugin-HPMHooking_map Warning 2 warning C4244: 'function' : conversion from 'int64' to 'double', possible loss of data c:\users\thanna\desktop\ro\new herc\hercules\src\map\mob.c 3640 1 map-server Warning 3 warning C4244: '=' : conversion from 'double' to 'int64', possible loss of data c:\users\thanna\desktop\ro\new herc\hercules\src\map\mob.c 3640 1 map-server
  3. Its still under development, even though the factions can attack other players that are not on their faction, Im still adding some features to make it work better
  4. hosted my server with trinity, never had any problems, very reliable support and good service, a happy client here
  5. thanna

    deathmatch BG

    @@woody the script you are using is made by the great Ms.AnnieRuru, I think she shared the diff for that script on the script support section
  6. SIr may I ask if I dont want the @afk to have a time out, what should I edit?
  7. Thanks. I found this along time ago in a server and the owner is dead now I think. I've made new cutins since then, and if anyone wants special requests I'm going to need a PM, but depending on how many they want for new maps I might add a price on that because I hate making a ton of image files, and it's time consuming. I just made the script itself based on a system I saw years ago and adapted it to Hercules can I ask for the PSD?
  8. it would be better if you add the PSD file, because many server owners have their own custom towns
  9. thanna

    BOT

    will this source release be using much memory of the server, for example if there is 30 characters using this will it not overload the server? its not moving, I dont have any error.
  10. @@yusdansha are you using the warper the hercules provided? if not what warper are you using?
  11. As I said, it's still WIP, and will only be released after full BG is supported What you mean by BG Stast(start?? Stats??) By advanced woe, I assume you mean AncientWoE.. EDIT: I have included a Poll, please vote for it... Currently I have coded only @joinbg and others can be coded (and would want it to do it before completing other type of bgs, so that the base is complete) http://x-ro.net/ -> Ranking -> BG / WOE 30% of this BG type success is advanced detailed ranks stored in SQL IF you will make it, you will totally destroy eAmod and Zephyrus. If you need money support for this, just say about it, i hope, many people will help you, because we tired to wait it from Zephyrus since 2013.... I can actually do this, if sir dastgir wants to collaborate I can make a addon for flux cp for his BG check this out http://insurrection.ragnarok.gs/?module=ranking&action=character
  12. thanna

    Friendship Quest

    Try to enter same message in chat, and see if it get displayed or not, if not then maybe the disable manner is not working for the client you using. I can type it without any problems at all
  13. A player from our server reported a problem about friendship quest, he said its detecting foul language but I already disabled the swear filter for our client, here's a screen shot of the problem I hope someone can help me with this
  14. thanks for the reference mate, if ever I'm able to this successfully I will share it to those who need it
  15. Good Day Herc. people, I'm planning to make a faction/race system on my server, I can make a map flag and other modification such as aura and bonus stats on factions, somehow I can't make factions to attack each other I already made a new column on my char table named "faction" 1 = Faction 1 2 = Faction 2 the scenario would be like this server will check the database and if both player have the same faction, they cant attack each other, but if players don't belong to the same faction they can attack each other. I hope that someone can enlighten me, thanks in advance.
  16. I use feefty's ticket support addon, it does work somehow when I try to login with invalid credentials this error appears Notice: Trying to get property of non-object in /home/insurrec/public_html/addons/support/modules/support/function.php on line 304Notice: Trying to get property of non-object in /home/insurrec/public_html/addons/support/modules/support/function.php on line 305Fatal error: Call to a member function getStatement() on a non-object in /home/insurrec/public_html/addons/support/modules/support/function.php on line 305 and here's the line of the code that the error's point out /* * @desc - To get the group_id of account_id * @params (int) $account_id, (object) $server*/if (!function_exists("getGroupCol")){ function getGroupCol($server) { $sql = "SHOW COLUMNS FROM $server->loginDatabase.login LIKE 'group_id'"; $sth = $server->connection->getStatement($sql); $sth->execute(); return ($sth->rowCount() ? 'group_id' : 'level'); }} I hope someone can help me out, thanks
  17. Good day everyone, Im having this problem with FluxCP, its working fine on my pc using xampp but when I uploaded it to the server its having problems here's the error Notice: Trying to get property of non-object in /home/insurrec/public_html/modules/main/preprocess.php on line 96Fatal error: Call to a member function get() on a non-object in /home/insurrec/public_html/modules/main/preprocess.php on line 96 I hope you can help me out, thanks
  18. I already set FluxCP but the only thing that Im having problem is when I reset my password then click the link that is emailed to me by the Flux CP it does open but its just blank, here's the error that it throws <br /><b>Fatal error</b>: Call to a member function get() on a non-object in <b>/home/insurrec/public_html/lib/Flux.php</b> on line <b>205</b><br /> I hope someone can help me out, thanks in advance
  19. can you please give me a IP for the ping test thanks in advance
  20. The problem I do not have the sql. execute this on your database mate ALTER TABLE `login` ADD COLUMN `last_mac` VARCHAR(18) NOT NULL DEFAULT '' AFTER `pincode_change` ;
  21. you have to import the sql of that plugin
  22. the default status is stone curse, maybe it cant find the status you added
×
×
  • Create New...

Important Information

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