-
Posts
120 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Posts posted by NakedWolf
-
-
am using the latest rAthena when using @reload battleconf i get this warning
-
9 hours ago, chatterboy said:
Goto: rathena/db/pre-re/skill_db.yml
nearhere:
Name: AB_CONVENIO
Description: Convenio
MaxLevel: 1
SOL: Add this to line 30118:- Id: 5075 Name: NV_BREAKTHROUGH Description: Break Through MaxLevel: 1 - Id: 5076 Name: NV_HELPANGEL Description: Help Angel MaxLevel: 1 - Id: 5077 Name: NV_TRANSCENDENCE Description: Transcendence MaxLevel: 1
Good Luck!!!
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 -
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
#1067 - Invalid default value for 'Inquiry_Time'
--------------------------------------------------------------------------------------------------------------
SOLVED
by disabling sql strict mode (NO_ZERO_DATE.)
-
how to fix this error ,Using latest rAthena
-
@CyberDevil that fixed the problem.../no1
-
how to solve this error?
-
-
by default its character based how to make it account based
-
hello,
how to add base level check to get solopack
like grater than or equal to 90blvl.
thank you -
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
-
-
22 hours ago, vulcan1991 said:
Put this at the top of script
if(#Quest_CD> gettimetick(2)) { msg "Come Back Later"; end; }
put this after player get item
set #Quest_CD,gettimetick(2) + 3600; // set your cooldown
This sir this quest will be character based rite not account based rite ?
Thank you
-
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
-
how to make the kafras only have save option (no storage no guild storage no etc.)
-
Bump
can some one help ?
thank you. -
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
-
3 minutes ago, pajodex said:
I don't get any errors like that..
try this method.. look for this npc..
- script RUBGController -1,{
then transfer it all the way to the bottom of the whole thing.
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
-
-
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 -
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.
-
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.
-
-
-
link is broke can some one please upload a working link
Release: Extended Vending 2.0
in Source Releases
Posted
worked @Yumi Haruka
Thank you