Search results

  1. N

    How to update sql with date?

    I want to add a log in my db with timestamp but the time is still null. query_sql "UPDATE `ea_purchase` SET `status` = '0' AND `redeem_date` = '"+TIMESTAMP+"' WHERE `purchase_id` = '"+.@shop_id+"' AND `status` = '1' AND `account_id` = '"+getcharid(3)+"'"; CREATE TABLE IF NOT EXISTS...
  2. N

    scripts_main.conf:12 - syntax error

    I have this error after changing the files below. Console Error (08/01/2016 05:59:53) [ Error ] : npc/ep15/scripts_main.conf:12 - syntax error (08/01/2016 05:59:53) [ Error ] : npc/update/custom_scripts.conf:14 - syntax error npc/ep15/scripts_main.conf:12 - syntax error "npc/ep15/MOTD.txt"...
  3. N

    Autosave Question

    We change something in the map-server.cof.   // Database autosave time // All characters are saved on this time in seconds (example: // autosave of 60 secs with 60 characters online -> one char is saved every // second) autosave_time: 300 I changed autosave_time: 300 to 6400. By changing...
  4. N

    Assassin Quest Problem

    Hello, I need your help. There are times that 2 thief are inside the "Job change target" quest part.  We are not sure if its a timer problem. Please help me fix my problem. Im not sure to add setnpctimer.   //================= Hercules Script ======================================= //=...
  5. N

    Language Issue

    How can I enable all languages in 1 client. so that they are free to talk what day want.
  6. N

    Reset Skills Issue

    Anyone know how to fix this problem? Is this a source problem or client side. Scenario Sample. I got my new platinum skill and I take a reset from an npc or used @skreset. The platinum skill will be reset too..
  7. N

    Unsupported Packet

    Hello, I would like to know how to fix this?   (10/11/2016 01:38:55) [ Warning ] : clif_parse: Received unsupported packet (packet 0x0852 (0x0970), 31 bytes received), disconnecting session #209.
  8. N

    Assemble Skill Range

    How can I change the Bard and Dancer Assemble Skill Range?
  9. N

    mob_skill_db.txt columns problem help me.

    [ Error ] : sv_readdb: Insufficient columns in line 4082 of "db/ep14/mob_skill_db.txt" (found 18, need at least 19). I got this error when I transferred and run my files in linux server host. Any solution for this? in windows there is no problem.
  10. N

    skill.c:174: 'skill_lv > 0' in function `skill_get_range' Error HELP

    (07/31/2016 15:41:22) [ Error ] : --- failed assertion -------------------------------------------- (07/31/2016 15:41:22) [ Error ] : skill.c:174: 'skill_lv > 0' in function `skill_get_range' (07/31/2016 15:41:22) [ Error ] : ./map-server(assert_report+0x77) [0x63ce67] (07/31/2016 15:41:22) [...
  11. N

    Last Man Standing Map Crash HELP

    I made an LMS Script and I got this error [ Error ] : over 65k instances of 'LMS_NPC' script are being run I doubt that this is the cause of the server map crash. I hope someone can help me fixed this.   - script Clock_Time FAKE_NPC,{ OnClock0230: OnClock0930: OnClock1430: OnClock2130...
  12. N

    Failed to connect in client 2013-08-07

    Some of the players can't connect to the server even their files are completed. When they are going to login their account it always says that failed to connect to server. I am not sure what software I need to uninstall to make it work. My client used gephard shield. I hope someone help me fix...
  13. N

    Item Recolor

    Is it possible that I can recolor this image 5199.bmp to this caps with out using photoshop? 32002.bmp33001.bmp32003.bmp33000.bmp33004.bmp
  14. N

    Client and Flag Issue

    I have a problem with my client flag. clientinfo.xml <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <servicetype>korea</servicetype> <servertype>sakray</servertype> <connection> <display>Chaos Server</display&gt...
  15. N

    Flux Donation Problem

    My players don't receive any credits to their account after donating via paypal of flux. Anyone can help?
  16. N

    Timer Problem

    Hello I have here a script where npc give players a 5 minutes call to relogin in able to have an exp boost. but the problem is when the script is not activated on its time I can still receive the exp boost. I want you to check if my timer is correct. Thnx in advance...
  17. N

    Hourly Points Request

    I have a problem in my Hourly Points System.   Here's my script. My problem is the idle. Im not sure if it really works and stop the timer. and when it reach the 60 minutes player don't get any reward points. Please help me thnx - script hourlypoints FAKE_NPC,{ OnInit: set...
  18. N

    How to remove this Button?

    Please check the image thnx.
  19. N

    Failed to Compile.

    Hello sir/mam, I just downloaded the latest file in the github or hercules but when compiling there is a problem. How can I fix this? 1>------ Rebuild All started: Project: login-server, Configuration: Debug Win32 ------2>------ Rebuild All started: Project: map-server, Configuration...
Back
Top