Jump to content
The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades. ×

krashdragon

Members
  • Posts

    56
  • Joined

  • Last visited

Everything posted by krashdragon

  1. Hi emistry,i have load SQL table but still get this error [SQL]: DB error - Table 'serversg85.E-Inquiry' doesn't exist [Debug]: at script.c:14874 - SELECT `ID` FROM `E-Inquiry` WHERE `Status` = 0 AND `Sender_ID`='2000000' [Debug]: Source (NPC): E-Inquiry (invisible/not on a map) [SQL]: DB error - Table 'serversg85.E-Inquiry' doesn't exist [Debug]: at script.c:14874 - SELECT `ID` FROM `E-Inquiry` WHERE `Status` = 1 AND `Sender_ID`='2000000' [Debug]: Source (NPC): E-Inquiry (invisible/not on a map) [SQL]: DB error - Table 'serversg85.E-Inquiry' doesn't exist [Debug]: at script.c:14874 - SELECT `ID` FROM `E-Inquiry` WHERE `Status` = 2 AND `Sender_ID`='2000000' [Debug]: Source (NPC): E-Inquiry (invisible/not on a map) [SQL]: DB error - Table 'serversg85.E-Inquiry' doesn't exist [Debug]: at script.c:14874 - SELECT `ID`,`Title`,`Message`,`Inquiry_Time`,`Reply`,`Reply_Time`,`Reply_Name` FROM `E-Inquiry` WHERE `Status`= 0 AND `Sender_ID`='2000000' [Debug]: Source (NPC): E-Inquiry (invisible/not on a map) [SQL]: DB error - Table 'serversg85.E-Inquiry' doesn't exist [Debug]: at script.c:14874 - SELECT `ID` FROM `E-Inquiry` WHERE `Status` = 0 AND `Sender_ID`='2000000' [Debug]: Source (NPC): E-Inquiry (invisible/not on a map) [SQL]: DB error - Table 'serversg85.E-Inquiry' doesn't exist [Debug]: at script.c:14874 - SELECT `ID` FROM `E-Inquiry` WHERE `Status` = 1 AND `Sender_ID`='2000000' [Debug]: Source (NPC): E-Inquiry (invisible/not on a map) [SQL]: DB error - Table 'serversg85.E-Inquiry' doesn't exist [Debug]: at script.c:14874 - SELECT `ID` FROM `E-Inquiry` WHERE `Status` = 2 AND `Sender_ID`='2000000' [Debug]: Source (NPC): E-Inquiry (invisible/not on a map) [SQL]: DB error - Table 'serversg85.E-Inquiry' doesn't exist [Debug]: at script.c:14874 - INSERT INTO `E-Inquiry` ( `Sender_ID`,`Sender_Name`,`Title`,`Message`,`Status`,`Inquiry_Time` ) VALUES ( 2000000,' Ë£îë ','adsads','asadada ',0,'2013-10-16 01:36:47' ) [Debug]: Source (NPC): E-Inquiry (invisible/not on a map) [SQL]: DB error - Table 'serversg85.E-Inquiry' doesn't exist [Debug]: at script.c:14874 - SELECT `ID` FROM `E-Inquiry` WHERE `Status` = 0 AND `Sender_ID`='2000000' [Debug]: Source (NPC): E-Inquiry (invisible/not on a map) [SQL]: DB error - Table 'serversg85.E-Inquiry' doesn't exist [Debug]: at script.c:14874 - SELECT `ID` FROM `E-Inquiry` WHERE `Status` = 1 AND `Sender_ID`='2000000' [Debug]: Source (NPC): E-Inquiry (invisible/not on a map) [SQL]: DB error - Table 'serversg85.E-Inquiry' doesn't exist [Debug]: at script.c:14874 - SELECT `ID` FROM `E-Inquiry` WHERE `Status` = 2 AND `Sender_ID`='2000000' [Debug]: Source (NPC): E-Inquiry (invisible/not on a map)
  2. how to add savepoint in all in one npc?
  3. Add kagerou job in job_maxhpsp_db.txt
  4. SkillID,CastingTime,AfterCastActDelay,AfterCastWalkDelay,Duration1,Duration2,Cool Down 490,1000,1000,0,0,0,2000,0 Should be 490,1000,1000,0,0,0,2000,2000
  5. Hi emistry i try reduce fs using skill_damage_db but its not work,do i need include soul also?
  6. how to make it work?here i try edit psychic wave but damage still same // Examples: // 42,1,500 // In normal maps, players deal +50% damage to other players with Mammonite. // MO_EXTREMITYFIST,1,6,-50 // In PVP and GVG, players deal -50% (half) damage to other players with Asura Strike. // AB_ADORAMUS,1,6,10,0,10,15 // In PVP and GVG, players deal +50% damage to other players, +0% to mobs, +10% to bosses, and +15% to other with Adoramus. // SO_PSYCHIC_WAVE,1,1,100
  7. Try look in phpmyadmin go to server log,atcommandlog,zenylog,picklog
  8. announce "Party leader of the party ["+@partyname"], please claim your "+@partyrewardamount+" "+getitemname(@partyrewarditem)+"s from the Rewards NPC! ",0,0xDBA901; Change the 0xDBA901 part to your desired color : ( 0xRRGGBB ). Moreover, this site will help you http://www.rapidtables.com/web/color/RGB_Color.htm Work perfect,thx a lot
  9. Anyone can help me to edit aniruru mvp summoner?Currently when summon,mvp will spawn in random place,how i want edit it they spawn in one place example spawn in 06guild_01 and coor 56 56 only mvp.txt
  10. Not Found,I want only job Wizard and Taekwondo have that effect This one?bonus2 bAddDamageClass,n,x;
  11. Hi,i like to request this script in my custom item If wizards increase health by 100% If taekwon/Star Gladiator:increase damage to demihumans by 100%
  12. Edit in /trunk/db/re/job_maxhpsp_db.txt and add kagero job
  13. which version should i use for revision 17422?
  14. Hi i used version 17422 and failed recompile,Please help
  15. which hosting the best then?
  16. Hi,I have problem with attack/str bonus,anyone know how to increase str/int mutiple bonuses?
  17. Anyone can help?My base attack on renewal seems too low.
×
×
  • Create New...