Jump to content

NakedWolf

Members
  • Posts

    120
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by NakedWolf

  1. am using the latest rAthena when using @reload battleconf i get this warning
  2. thank you for the Reply @chatterboy and i also had to add skills in skill_tree.txt to solve it (Thank you @Haruka Mayumi) SOLVED
  3. How to fix this ...??? CREATE TABLE IF NOT EXISTS `E-Inquiry` ( `ID` bigint(20) unsigned NOT NULL auto_increment, `Sender_ID` int(11) unsigned NOT NULL default '0', `Sender_Name` varchar(30) NOT NULL default '', `Title` text, `Message` text, `Status` tinyint(2) NOT NULL default '0', `Inquiry_Time` datetime NOT NULL default '0000-00-00 00:00:00', `Reply` text, `Reply_Time` datetime NOT NULL default '0000-00-00 00:00:00', `Reply_Name` varchar(30) NOT NULL default '', PRIMARY KEY (`ID`) ) ENGINE=MyISAM MySQL said: #1067 - Invalid default value for 'Inquiry_Time' -------------------------------------------------------------------------------------------------------------- SOLVED by disabling sql strict mode (NO_ZERO_DATE.)
  4. how to fix this error ,Using latest rAthena
  5. @CyberDevil that fixed the problem.../no1
  6. provide the script which you are using so some can check what the issue
  7. by default its character based how to make it account based
  8. hello, how to add base level check to get solopack like grater than or equal to 90blvl. thank you
  9. Hello sir/masam Am requesting for a script, If the player is hunting more than 5 hours (total combat time)the exp and drop reduces by 50% if it exceeds more than 7 hours exp and drop is reduced by 90% And it resets every 24 hours . Charact based.(not account based) If the player is in town/field/dungeon, with out hunting the combat time wont be calculated it will be paused. Even if the character logout and login the combat time will continue it only resets every 24 hours
  10. Hello i tried to create the table in sql and am its giving error Was solved reason was sql strict mode
  11. This sir this quest will be character based rite not account based rite ? Thank you
  12. @Emistry sir how to add 24 hours delay for each chained quest1,(u have completed today quest please come back tomorrow) so they can continue quest 2
  13. how to make the kafras only have save option (no storage no guild storage no etc.)
  14. Bump can some one help ? thank you.
  15. 1.the event happens 2days time how to change it to hours (2 hours ones) 2.winner of the event has no time restriction to enter the gold room till the event starts again. How to make the enter only ones for 1 minute till the nevent starts again goldroompvp.txt
  16. am just wondering what fixed the error .it was giving error on my offline rAthena and when i uploaded it on my online one it is working fine ?
  17. @pajodex it give a error every time i use @reload scripts could u please check on it thank you.
  18. @TARTs it still has that [Error]: npc_enable: Attempted to hide a non-existing NPC 'territory 1#BG2' (flag=0).a error and i also changed it according to my needs i will upload a fresh one later
  19. @TARTs I actually changed all the disablenpc "อาณาเขตรอบที่ 1#BG1"; disablenpc "อาณาเขตรอบที่ 2#BG1"; disablenpc "อาณาเขตรอบที่ 3#BG1"; disablenpc "อาณาเขตรอบที่ 1#BG2"; disablenpc "อาณาเขตรอบที่ 2#BG2"; disablenpc "อาณาเขตรอบที่ 3#BG2"; disablenpc "อาณาเขตรอบที่ 1#BG3"; To disablenpc "territory 1#BG1"; disablenpc "territory 2#BG1"; disablenpc "territory 3 #BG1"; disablenpc "territory 1#BG2"; disablenpc "territory 2#BG2"; disablenpc "territory 3#BG2"; disablenpc "territory 1#BG3"; And it shows the error [Error]: npc_enable: Attempted to hide a non-existing NPC 'territory 1#BG2' (flag=0). [Error]: npc_enable: Attempted to hide a non-existing NPC 'territory 2#BG2' (flag=0). [Error]: npc_enable: Attempted to hide a non-existing NPC 'territory 3#BG2' (flag=0). How to fix it ?? doubts one more thing the last person who wins is warped in to town but his equip are not removed which is picked from the battle field. and whats the use of the skill KO_BAKURETSU actually because when i use my gunslinger it docent appear on his skill tray or whats the use of it actually ? Thank you.
  20. @TARTs hello, i tested the script it work well except 2 things i found on my console //error 1 [Error]: npc_enable: Attempted to hide a non-existing NPC 'อาณาเขตรอบที่ 1#BG2' (flag=0). [Error]: npc_enable: Attempted to hide a non-existing NPC 'อาณาเขตรอบที่ 2#BG2' (flag=0). [Error]: npc_enable: Attempted to hide a non-existing NPC 'อาณาเขตรอบที่ 3#BG2' (flag=0). //error 2 [Error]: pc_skill: Skill with id 0 does not exist in the skill database [Error]: pc_skill: Skill with id 0 does not exist in the skill database [Error]: pc_skill: Skill with id 0 does not exist in the skill database and am using pre-re please tell me the fix. thank you.
  21. @TARTs Thank u for the fast response will test it soon Thank u so much ones again
  22. @Emistry hello sir i tested this script and am getting a error on console
  23. @TARTs link is broke can some one please upload a working link
×
×
  • Create New...