-
Posts
207 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Everything posted by Diss
-
dL latest data folder
-
try to get alexandria data folder v4
-
REJECT FROM SERVER this is my problem before but i solve this make your grf and in work client dont diff with read data folder first
-
hi sir can you provide 1@room map i cant find one .. just duplicate any map you want ... use your own map ... i dont know what map its good for this i thick the one you recommend is good .. but thanks ill find one if you cant provide thnx sec_in02,172,162,4 script Adv Breaker Room Manager 100,{ if( select( "Rent a Room","View Ladder" ) == 1 ){ if( !instance_id(1) ){ --------------------------------> error line 4 how can i fix it
-
hi sir can you provide 1@room map i cant find one ..
-
thanks sir its work ..
-
here the scenarios if the player A killed by the player B the player A cannot ressurected and cannot log out but if the player A announce to be haunted again it will killable and anyone can kill again but the player A nothing to do cannot log out .. sorry for my but english i hope you understand me .. my request .. i want this script if a player killed it will revive to revange .. credits to the owner of this script .. here the script ... //EMPERIUMRO ORIGINAL SCRIPT! DO NOT CLAIM THAT ITS YOURS! GIVE CREDIT TO THE SCRIPTER // PROBLEM IS I DONT KNOW HIS NAME. BUT CREDITS TO HIM AND TO ME FOR SHARING. LOL! prontera,156,159,3 script Man-Hunt Event 831,{ mes "[Man Hunt Event]"; if(.MStatus) { mes "Status: ^00ff00ACTIVE!^000000"; if(getgroupid() >= .GM) { menu "Join Event",-,"Admin Commands",MHAdmin; next; if(.MStart) { mes "You can't join the event when it is ongoing."; close; } set .ManHunt[.o], getcharid(3); set .ManHuntN$[.o], strcharinfo(0); set .o, .o + 1; warp .MHMap$,0,0; close; } else { menu "Join Event",-; if(.MStart) { mes "You can't join the event when it is ongoing."; close; } set .ManHunt[.o], getcharid(3); set .ManHuntN$[.o], strcharinfo(0); set .o, .o + 1; warp .MHMap$,0,0; close; close; } } else if(!.MStatus) { mes "Status: ^00ff00INACTIVE!^000000"; mes "Man Hunt Points: "+MHPoint+""; if(getgroupid() >= .GM) menu "Admin Commands",MHAdmin,"Claim Rewards",-; else menu "Claim Rewards",-; mes "There you go."; getitem .MHReward,MHPoint; set MHPoint, 0; close; } MHAdmin: if(!.MStatus) { mes "Start Event?"; menu "Start!",-; set .MStatus, 1; set .o, 0; announce "Man-Hunt Event warper will be closed in 3 minutes",0; setnpctimer 0; initnpctimer; close; } else if(.MStatus) { mes "End Event?"; menu "End",-; set .MStatus, 0; deletearray .ManHunt[0],getarraysize(.ManHunt); deletearray .ManHuntN$[0],getarraysize(.ManHuntN$); announce "A GM has ended the Man Hunt Event",0; stopnpctimer; close; } close; OnClock0000: OnClock0300: OnClock0600: OnClock0900: OnClock1200: OnClock1500: OnClock1800: OnClock2100: set .MStatus, 1; announce "Man-Hunt Event warper will be closed in 3 minutes",0; set .o, 0; setnpctimer 0; initnpctimer; end; OnTimer60000: announce "Man-Hunt Event warper will be closed in 2 minutes",0; end; OnTimer120000: announce "Man-Hunt Event warper will be closed in 60 Seconds",0; end; OnTimer180000: announce "Man-Hunt Event warper is now closed.",0; sleep2 2000; mapannounce .MHMap$,"The goal is this event is to kill the target within 30 seconds.",0; sleep2 2000; mapannounce .MHMap$,"The one who managed to kill the target will gain 1 Man Hunt Point",0; sleep2 2000; mapannounce .MHMap$,"But if the target surivived, the target will gain 3 Man Hunt Points",0; sleep2 2000; mapannounce .MHMap$,"Enough explaining, let's do the Man-Hunt Event!",0; sleep2 2000; mapannounce .MHMap$,"Man-Hunt Event start!",0; atcommand "@doommap"; atcommand "@raisemap"; set .MStart,1; stopnpctimer; set .MRounds, 1; goto ManHuntStart; end; OnTimer30000: if (.HuntedTimer) { mapannounce .MHMap$,"The Target, "+.ManHuntN$[.Target]+", managed to survive",0; atcommand "#killable "+.ManHuntN$[.Target]+""; atcommand "#size \""+.ManHuntN$[.Target]+"\" 0"; sleep2 1000; if(attachrid(.ManHunt[.Target])) { set MHPoint, MHPoint + .MSurvive; dispbottom "Gained "+.MSurvive+" Man Hunt Points."; dispbottom "Current Man Hunt Points: "+MHPoint+""; detachrid; } set .MRounds, .MRounds + 1; stopnpctimer; goto MHNextRound; } end; ManHuntStart: if (getmapusers(.MHMap$) < .MHPlayer) goto MHPlayerLack; set .Target, rand(0,getarraysize(.ManHunt)-1); mapannounce .MHMap$,"[Round "+.MRounds+"] Our target is "+.ManHuntN$[.Target]+"!",0; atcommand "#killable "+.ManHuntN$[.Target]+""; atcommand "#size \""+.ManHuntN$[.Target]+"\" 2"; setnpctimer 0; set .HuntedTimer, 1; initnpctimer; end; OnPCDieEvent: //in victim's scope if (strcharinfo(3) == .MHMap$) { if( getcharid(3) == .ManHunt[.Target] ){ if(attachrid(killerrid)) { announce ""+strcharinfo(0)+" has killed the target",0; set MHPoint, MHPoint + .MKill; atcommand "#killable "+.ManHuntN$[.Target]+""; atcommand "#size \""+.ManHuntN$[.Target]+"\" 0"; dispbottom "Gained "+.MKill+" Man Hunt Points."; dispbottom "Current Man Hunt Points: "+MHPoint+""; set .MRounds, .MRounds + 1; stopnpctimer; detachrid; sleep2 500; atcommand "#alive "+.ManHuntN$[.Target]+""; goto MHNextRound; } } } end; MHPlayerLack: mapannounce .MHMap$,"Failed to start Man-Hunt Event due to insufficient Players",0; sleep2 2000; mapannounce .MHMap$,"The minimum player required is "+.MHPlayer+" players",0; sleep2 2000; mapannounce .MHMap$,"All players will be warped to prontera in 2 seconds.",0; sleep2 2000; mapwarp .MHMap$,"prontera",150,150; set .MStatus, 0; set .HunterTimer, 0; set .Target, 0; set .MStart, 0; deletearray .ManHunt[0],getarraysize(.ManHunt); deletearray .ManHuntN$[0],getarraysize(.ManHuntN$); end; MHNextRound: if (getmapusers(.MHMap$) < .MHPlayer) goto MHPlayerLack; if (.MRounds > .MRoundsMax) { sleep2 1000; announce "Man-Hunt Event ended.",0; sleep2 1000; set .MStatus, 0; set .HunterTimer, 0; deletearray .ManHunt[0],getarraysize(.ManHunt); deletearray .ManHuntN$[0],getarraysize(.ManHuntN$); mapannounce .MHMap$,"All Players will be warped to prontera in 5 seconds.",0; sleep2 5000; set .Target, 0; set .MStart, 0; mapwarp .MHMap$,"prontera",150,150; end; } else { announce "Next Round in 10 seconds.",0; sleep2 10000; goto ManHuntStart; } end; OnPCLogOutEvent: if (.MStatus) if (getcharid(3) == .ManHunt[.Target]) { mapannounce .MHMap$,"The target has logged out of this game. This round will be nulled.",0; set .MRounds, .MRounds + 1; goto MHNextRound; } end; OnInit: //start of config set .MHMap$, "cell_game"; // event map set .MHReward, 25000; // reward set .o, 0; // dont touch this set .GM, 99; // minimum gm lvl set .MRoundsMax, 10; // number of rounds set .MHPlayer, 3; // minimum players to start set .MSurvive, 3; // points para sa nagsurvive set .MKill, 1; // points para sa nakapatay //end of config setarray .ManHunt[0],0; setarray .ManHuntN$[0],""; end; } Thanks in Advance ..
-
hi guys !! anyone can fix this script if can be the reward for this npc is random ex. gold, gold coin,etc //===== rAthena Script ======================================= //= Ai Daily Gold Giver //===== By: ================================================== //= Jupeto ( [email protected] ) //===== Current Version: ===================================== //= 1.0.0 //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= //= Earn guild points by taking quests either item or mob hunt //===== Additional Comments: ================================= // 1.0.0 Release //============================================================ prontera,156,182,2 script Daily Gold 54,{ function SYS_ConvertTime; set .@npcname$, "[Daily Gold]"; // NPC Name set .@itemid, 969; // Item ID to give ( 969 is Gold ) set .@itemamount, 20; // Amount of item to give set .@timdelay, 86400; // Time delay a user can get golds, 86400 is one day in seconds. mes .@npcname$; mes "Hello there."; mes "I am a special gold dealer, who will give you " + .@itemamount + " " + ( ( .@itemamount > 1 ) ? "pieces" : "piece" ) + " of " + getitemname( .@itemid ) + " once per day."; next; mes .@npcname$; mes "Would you like to get your free " + .@itemamount + " " + ( ( .@itemamount > 1 ) ? "pieces" : "piece" ) + " of " + getitemname( .@itemid ) + " now?"; next; if(select("Yes","No") == 2) { mes .@npcname$; mes "Ok, good bye then."; close; } if(TimedGold > gettimetick(2)) { mes .@npcname$; mes "I am sorry " + strcharinfo(0) + ", but you can only get " + .@itemamount + " " + ( ( .@itemamount > 1 ) ? "pieces" : "piece" ) + " of " + getitemname( .@itemid ) + " once per day."; next; mes .@npcname$; mes "You have to wait for " + SYS_ConvertTime( TimedGold - gettimetick(2) ) + " left"; close; } mes .@npcname$; mes "Ok, here goes!"; close2; getitem .@itemid,.@itemamount; set TimedGold, gettimetick(2) + .@timdelay; dispbottom "Daily Gold : Please be reminded that you may only get " + .@itemamount + " " + ( ( .@itemamount > 1 ) ? "pieces" : "piece" ) + " of " + getitemname( .@itemid ) + " once per day."; function SYS_ConvertTime { set @time, getarg( 0 ); set @time$, ""; set @days, @time / 86400; set @hours, ( @time / 3600 ) - ( @days * 24 ); set @minutes, ( @time / 60 ) - ( @days * 1440 ) - ( @hours * 60 ); set @seconds, @time % 60; set @seconds$, @seconds + " second" + ( ( @seconds < 2 ) ? "" : "s" ); set @minutes$, @minutes + " minute" + ( ( @minutes < 2 ) ? "" : "s" ); set @hours$, @hours + " hour" + ( ( @hours < 2 ) ? "" : "s" ); set @days$, @days + " day" + ( ( @days < 2 ) ? "" : "s" ); set @time$, @days$ + " " + @hours$ + " " + @minutes$ + " and " + @seconds$; return @time$; } } thanks in advance !!
-
hi every i want to know how can i add my custom aura in @auraset and delete the old effect in @auraset thanks in Advance
-
is there any diff for custom weapon ?
-
that what i use TortoiseSVN to update my svn i download full clean svn 17400 theres no exp.txt too . It is renamed as Job_exp.txt http://svn.rathena.org/svn/rathena/trunk/db/re/job_exp.txt hays its work now finally thanks to you .. hmm how about adding stats points ? nvm its solve !! thanks
-
that what i use TortoiseSVN to update my svn i download full clean svn 17400 theres no exp.txt too .
-
but svn 17400 dont have exp.txt if i copy exp.txt in other svn there's a yellow triangle with exclamation point
-
{ "max_lv", &battle_config.max_lv, 255, 0, 255, or { "max_lv", &battle_config.max_lv, 255, 0, 127, still not change 99/70
-
ok thank but how the job lvl still the same 70 ? can i ask something whe i update my svn there's no exp.txt and re/itemdb.txt have exclamation point in a yellow triangle and i have this re/itemdb.txt.mine re/itemdb.txt.svn17367 re/itemdb.txt.svn17400 in a blue circle and question mark im just confuse to this
-
how to change base lvl and job i change this but nothing happen { "max_lv", &battle_config.max_lv, 99, 0, 127, to { "max_lv", &battle_config.max_lv, 99, 0, 255, #define MAX_LEVEL 99 to #define MAX_LEVEL 255 there no exp.txt in svn 17400 recompile still the same 99/70 i want this 255/120 thanks in advance
-
[DDos Attack]connection lost after update to svn17400
Diss replied to Diss's question in General Support
yes its running in my home computer and i use hamachi -
[DDos Attack]connection lost after update to svn17400
Diss replied to Diss's question in General Support
woah i think i ned to learn about DDos . anyone have link about DDos .. thanks but i cant connect to my server . im using hamachi for my test server only .. DDos protection program can bypass this ? -
im having this problem after i recieve ddos attack detected i decide to update my svn to 17400 then i get this anyone can help me im making my test server charserv-sql.bat 4:6121 (account: 'demanidada', pass: 'demanidada', ip: '25.60.37.14') [Notice]: Unknown account (account: demanidada, received pass: demanidada, ip: 2 5.60.37.14) [Notice]: Connection of the char-server 'Diss Ragnarok Onlin' REFUSED. [Info]: Closed connection from '25.60.37.14'. [Info]: Connection request of the char-server 'Diss Ragnarok Onlin' @ 25.60.37.1 4:6121 (account: 'demanidada', pass: 'demanidada', ip: '25.60.37.14') [Notice]: Unknown account (account: demanidada, received pass: demanidada, ip: 2 5.60.37.14) [Notice]: Connection of the char-server 'Diss Ragnarok Onlin' REFUSED. [Info]: Closed connection from '25.60.37.14'. [Info]: Connection request of the char-server 'Diss Ragnarok Onlin' @ 25.60.37.1 4:6121 (account: 'demanidada', pass: 'demanidada', ip: '25.60.37.14') [Notice]: Unknown account (account: demanidada, received pass: demanidada, ip: 2 5.60.37.14) [Notice]: Connection of the char-server 'Diss Ragnarok Onlin' REFUSED. [Info]: Closed connection from '25.60.37.14'. [Info]: Connection request of the char-server 'Diss Ragnarok Onlin' @ 25.60.37.1 4:6121 (account: 'demanidada', pass: 'demanidada', ip: '25.60.37.14') [Notice]: Unknown account (account: demanidada, received pass: demanidada, ip: 2 5.60.37.14) [Notice]: Connection of the char-server 'Diss Ragnarok Onlin' REFUSED. [Info]: Closed connection from '25.60.37.14'. [Info]: Connection request of the char-server 'Diss Ragnarok Onlin' @ 25.60.37.1 4:6121 (account: 'demanidada', pass: 'demanidada', ip: '25.60.37.14') [Notice]: Unknown account (account: demanidada, received pass: demanidada, ip: 2 5.60.37.14) [Notice]: Connection of the char-server 'Diss Ragnarok Onlin' REFUSED. [Info]: Closed connection from '25.60.37.14'. [Info]: Connection request of the char-server 'Diss Ragnarok Onlin' @ 25.60.37.1 4:6121 (account: 'demanidada', pass: 'demanidada', ip: '25.60.37.14') [Notice]: Unknown account (account: demanidada, received pass: demanidada, ip: 2 5.60.37.14) [Notice]: Connection of the char-server 'Diss Ragnarok Onlin' REFUSED. [Info]: Closed connection from '25.60.37.14'. [Info]: Connection request of the char-server 'Diss Ragnarok Onlin' @ 25.60.37.1 4:6121 (account: 'demanidada', pass: 'demanidada', ip: '25.60.37.14') [Notice]: Unknown account (account: demanidada, received pass: demanidada, ip: 2 5.60.37.14) [Notice]: Connection of the char-server 'Diss Ragnarok Onlin' REFUSED. [Info]: Closed connection from '25.60.37.14'. [Info]: Connection request of the char-server 'Diss Ragnarok Onlin' @ 25.60.37.1 4:6121 (account: 'demanidada', pass: 'demanidada', ip: '25.60.37.14') [Notice]: Unknown account (account: demanidada, received pass: demanidada, ip: 2 5.60.37.14) [Notice]: Connection of the char-server 'Diss Ragnarok Onlin' REFUSED. [Info]: Closed connection from '25.60.37.14'. [Info]: Connection request of the char-server 'Diss Ragnarok Onlin' @ 25.60.37.1 4:6121 (account: 'demanidada', pass: 'demanidada', ip: '25.60.37.14') [Notice]: Unknown account (account: demanidada, received pass: demanidada, ip: 2 5.60.37.14) [Notice]: Connection of the char-server 'Diss Ragnarok Onlin' REFUSED. [Info]: Closed connection from '25.60.37.14'. [Info]: Connection request of the char-server 'Diss Ragnarok Onlin' @ 25.60.37.1 4:6121 (account: 'demanidada', pass: 'demanidada', ip: '25.60.37.14') [Notice]: Unknown account (account: demanidada, received pass: demanidada, ip: 2 5.60.37.14) [Notice]: Connection of the char-server 'Diss Ragnarok Onlin' REFUSED. [Info]: Closed connection from '25.60.37.14'. [Info]: Connection request of the char-server 'Diss Ragnarok Onlin' @ 25.60.37.1 4:6121 (account: 'demanidada', pass: 'demanidada', ip: '25.60.37.14') [Notice]: Unknown account (account: demanidada, received pass: demanidada, ip: 2 5.60.37.14) [Notice]: Connection of the char-server 'Diss Ragnarok Onlin' REFUSED. [Info]: Closed connection from '25.60.37.14'. [Info]: Connection request of the char-server 'Diss Ragnarok Onlin' @ 25.60.37.1 4:6121 (account: 'demanidada', pass: 'demanidada', ip: '25.60.37.14') [Notice]: Unknown account (account: demanidada, received pass: demanidada, ip: 2 5.60.37.14) [Notice]: Connection of the char-server 'Diss Ragnarok Onlin' REFUSED. [Info]: Closed connection from '25.60.37.14'. [Info]: Connection request of the char-server 'Diss Ragnarok Onlin' @ 25.60.37.1 4:6121 (account: 'demanidada', pass: 'demanidada', ip: '25.60.37.14') [Notice]: Unknown account (account: demanidada, received pass: demanidada, ip: 2 5.60.37.14) [Notice]: Connection of the char-server 'Diss Ragnarok Onlin' REFUSED. [Info]: Closed connection from '25.60.37.14'. [Info]: Connection request of the char-server 'Diss Ragnarok Onlin' @ 25.60.37.1 4:6121 (account: 'demanidada', pass: 'demanidada', ip: '25.60.37.14') [Notice]: Unknown account (account: demanidada, received pass: demanidada, ip: 2 5.60.37.14) [Notice]: Connection of the char-server 'Diss Ragnarok Onlin' REFUSED. [Info]: Closed connection from '25.60.37.14'. [Info]: Connection request of the char-server 'Diss Ragnarok Onlin' @ 25.60.37.1 4:6121 (account: 'demanidada', pass: 'demanidada', ip: '25.60.37.14') [Notice]: Unknown account (account: demanidada, received pass: demanidada, ip: 2 5.60.37.14) [Notice]: Connection of the char-server 'Diss Ragnarok Onlin' REFUSED. [Info]: Closed connection from '25.60.37.14'. [Info]: Connection request of the char-server 'Diss Ragnarok Onlin' @ 25.60.37.1 4:6121 (account: 'demanidada', pass: 'demanidada', ip: '25.60.37.14') [Notice]: Unknown account (account: demanidada, received pass: demanidada, ip: 2 5.60.37.14) [Notice]: Connection of the char-server 'Diss Ragnarok Onlin' REFUSED. [Info]: Closed connection from '25.60.37.14'. [Info]: Connection request of the char-server 'Diss Ragnarok Onlin' @ 25.60.37.1 4:6121 (account: 'demanidada', pass: 'demanidada', ip: '25.60.37.14') [Notice]: Unknown account (account: demanidada, received pass: demanidada, ip: 2 5.60.37.14) [Notice]: Connection of the char-server 'Diss Ragnarok Onlin' REFUSED. [Info]: Closed connection from '25.60.37.14'. [Info]: Connection request of the char-server 'Diss Ragnarok Onlin' @ 25.60.37.1 4:6121 (account: 'demanidada', pass: 'demanidada', ip: '25.60.37.14') [Notice]: Unknown account (account: demanidada, received pass: demanidada, ip: 2 5.60.37.14) [Notice]: Connection of the char-server 'Diss Ragnarok Onlin' REFUSED. [Info]: Closed connection from '25.60.37.14'. [Info]: Connection request of the char-server 'Diss Ragnarok Onlin' @ 25.60.37.1 4:6121 (account: 'demanidada', pass: 'demanidada', ip: '25.60.37.14') [Notice]: Unknown account (account: demanidada, received pass: demanidada, ip: 2 5.60.37.14) [Notice]: Connection of the char-server 'Diss Ragnarok Onlin' REFUSED. [Info]: Closed connection from '25.60.37.14'. [Info]: Connection request of the char-server 'Diss Ragnarok Onlin' @ 25.60.37.1 4:6121 (account: 'demanidada', pass: 'demanidada', ip: '25.60.37.14') [Notice]: Unknown account (account: demanidada, received pass: demanidada, ip: 2 5.60.37.14) [Notice]: Connection of the char-server 'Diss Ragnarok Onlin' REFUSED. [Info]: Closed connection from '25.60.37.14'. [Info]: Connection request of the char-server 'Diss Ragnarok Onlin' @ 25.60.37.1 4:6121 (account: 'demanidada', pass: 'demanidada', ip: '25.60.37.14') [Notice]: Unknown account (account: demanidada, received pass: demanidada, ip: 2 5.60.37.14) [Notice]: Connection of the char-server 'Diss Ragnarok Onlin' REFUSED. [Info]: Closed connection from '25.60.37.14'. [Info]: Connection request of the char-server 'Diss Ragnarok Onlin' @ 25.60.37.1 4:6121 (account: 'demanidada', pass: 'demanidada', ip: '25.60.37.14') [Notice]: Unknown account (account: demanidada, received pass: demanidada, ip: 2 5.60.37.14) [Notice]: Connection of the char-server 'Diss Ragnarok Onlin' REFUSED. [Info]: Closed connection from '25.60.37.14'. [Info]: Connection request of the char-server 'Diss Ragnarok Onlin' @ 25.60.37.1 4:6121 (account: 'demanidada', pass: 'demanidada', ip: '25.60.37.14') [Notice]: Unknown account (account: demanidada, received pass: demanidada, ip: 2 5.60.37.14) [Notice]: Connection of the char-server 'Diss Ragnarok Onlin' REFUSED. [Info]: Closed connection from '25.60.37.14'. [Info]: Connection request of the char-server 'Diss Ragnarok Onlin' @ 25.60.37.1 4:6121 (account: 'demanidada', pass: 'demanidada', ip: '25.60.37.14') [Notice]: Unknown account (account: demanidada, received pass: demanidada, ip: 2 5.60.37.14) [Notice]: Connection of the char-server 'Diss Ragnarok Onlin' REFUSED. [Info]: Closed connection from '25.60.37.14'. [Info]: Connection request of the char-server 'Diss Ragnarok Onlin' @ 25.60.37.1 4:6121 (account: 'demanidada', pass: 'demanidada', ip: '25.60.37.14') [Notice]: Unknown account (account: demanidada, received pass: demanidada, ip: 2 5.60.37.14) [Notice]: Connection of the char-server 'Diss Ragnarok Onlin' REFUSED. [Info]: Closed connection from '25.60.37.14'. [Info]: Connection request of the char-server 'Diss Ragnarok Onlin' @ 25.60.37.1 4:6121 (account: 'demanidada', pass: 'demanidada', ip: '25.60.37.14') [Notice]: Unknown account (account: demanidada, received pass: demanidada, ip: 2 5.60.37.14) [Notice]: Connection of the char-server 'Diss Ragnarok Onlin' REFUSED. [Info]: Closed connection from '25.60.37.14'. [Info]: Connection request of the char-server 'Diss Ragnarok Onlin' @ 25.60.37.1 4:6121 (account: 'demanidada', pass: 'demanidada', ip: '25.60.37.14') [Notice]: Unknown account (account: demanidada, received pass: demanidada, ip: 2 5.60.37.14) [Notice]: Connection of the char-server 'Diss Ragnarok Onlin' REFUSED. [Info]: Closed connection from '25.60.37.14'. [Info]: Connection request of the char-server 'Diss Ragnarok Onlin' @ 25.60.37.1 4:6121 (account: 'demanidada', pass: 'demanidada', ip: '25.60.37.14') [Notice]: Unknown account (account: demanidada, received pass: demanidada, ip: 2 5.60.37.14) [Notice]: Connection of the char-server 'Diss Ragnarok Onlin' REFUSED. [Info]: Closed connection from '25.60.37.14'. [Info]: Connection request of the char-server 'Diss Ragnarok Onlin' @ 25.60.37.1 4:6121 (account: 'demanidada', pass: 'demanidada', ip: '25.60.37.14') [Notice]: Unknown account (account: demanidada, received pass: demanidada, ip: 2 5.60.37.14) [Notice]: Connection of the char-server 'Diss Ragnarok Onlin' REFUSED. [Info]: Closed connection from '25.60.37.14'. [Info]: Connection request of the char-server 'Diss Ragnarok Onlin' @ 25.60.37.1 4:6121 (account: 'demanidada', pass: 'demanidada', ip: '25.60.37.14') [Notice]: Unknown account (account: demanidada, received pass: demanidada, ip: 2 5.60.37.14) [Notice]: Connection of the char-server 'Diss Ragnarok Onlin' REFUSED. [Info]: Closed connection from '25.60.37.14'. [Info]: Connection request of the char-server 'Diss Ragnarok Onlin' @ 25.60.37.1 4:6121 (account: 'demanidada', pass: 'demanidada', ip: '25.60.37.14') [Notice]: Unknown account (account: demanidada, received pass: demanidada, ip: 2 5.60.37.14) [Notice]: Connection of the char-server 'Diss Ragnarok Onlin' REFUSED. [Info]: Closed connection from '25.60.37.14'. [Info]: Connection request of the char-server 'Diss Ragnarok Onlin' @ 25.60.37.1 4:6121 (account: 'demanidada', pass: 'demanidada', ip: '25.60.37.14') [Notice]: Unknown account (account: demanidada, received pass: demanidada, ip: 2 5.60.37.14) [Notice]: Connection of the char-server 'Diss Ragnarok Onlin' REFUSED. [Info]: Closed connection from '25.60.37.14'. [Info]: Connection request of the char-server 'Diss Ragnarok Onlin' @ 25.60.37.1 4:6121 (account: 'demanidada', pass: 'demanidada', ip: '25.60.37.14') [Notice]: Unknown account (account: demanidada, received pass: demanidada, ip: 2 5.60.37.14) [Notice]: Connection of the char-server 'Diss Ragnarok Onlin' REFUSED. [Info]: Closed connection from '25.60.37.14'. [Info]: Connection request of the char-server 'Diss Ragnarok Onlin' @ 25.60.37.1 4:6121 (account: 'demanidada', pass: 'demanidada', ip: '25.60.37.14') [Notice]: Unknown account (account: demanidada, received pass: demanidada, ip: 2 5.60.37.14) [Notice]: Connection of the char-server 'Diss Ragnarok Onlin' REFUSED. [Info]: Closed connection from '25.60.37.14'. [Info]: Connection request of the char-server 'Diss Ragnarok Onlin' @ 25.60.37.1 4:6121 (account: 'demanidada', pass: 'demanidada', ip: '25.60.37.14') [Notice]: Unknown account (account: demanidada, received pass: demanidada, ip: 2 5.60.37.14) [Notice]: Connection of the char-server 'Diss Ragnarok Onlin' REFUSED. [Info]: Closed connection from '25.60.37.14'. [Info]: Connection request of the char-server 'Diss Ragnarok Onlin' @ 25.60.37.1 4:6121 (account: 'demanidada', pass: 'demanidada', ip: '25.60.37.14') [Notice]: Unknown account (account: demanidada, received pass: demanidada, ip: 2 5.60.37.14) [Notice]: Connection of the char-server 'Diss Ragnarok Onlin' REFUSED. [Info]: Closed connection from '25.60.37.14'. [Info]: Connection request of the char-server 'Diss Ragnarok Onlin' @ 25.60.37.1 4:6121 (account: 'demanidada', pass: 'demanidada', ip: '25.60.37.14') [Notice]: Unknown account (account: demanidada, received pass: demanidada, ip: 2 5.60.37.14) [Notice]: Connection of the char-server 'Diss Ragnarok Onlin' REFUSED. [Info]: Closed connection from '25.60.37.14'. [Info]: Connection request of the char-server 'Diss Ragnarok Onlin' @ 25.60.37.1 4:6121 (account: 'demanidada', pass: 'demanidada', ip: '25.60.37.14') [Notice]: Unknown account (account: demanidada, received pass: demanidada, ip: 2 5.60.37.14) [Notice]: Connection of the char-server 'Diss Ragnarok Onlin' REFUSED. [Info]: Closed connection from '25.60.37.14'. [Info]: Connection request of the char-server 'Diss Ragnarok Onlin' @ 25.60.37.1 4:6121 (account: 'demanidada', pass: 'demanidada', ip: '25.60.37.14') [Notice]: Unknown account (account: demanidada, received pass: demanidada, ip: 2 5.60.37.14) [Notice]: Connection of the char-server 'Diss Ragnarok Onlin' REFUSED. [Info]: Closed connection from '25.60.37.14'. [Info]: Connection request of the char-server 'Diss Ragnarok Onlin' @ 25.60.37.1 4:6121 (account: 'demanidada', pass: 'demanidada', ip: '25.60.37.14') [Notice]: Unknown account (account: demanidada, received pass: demanidada, ip: 2 5.60.37.14) [Notice]: Connection of the char-server 'Diss Ragnarok Onlin' REFUSED. [Info]: Closed connection from '25.60.37.14'. [Info]: Connection request of the char-server 'Diss Ragnarok Onlin' @ 25.60.37.1 4:6121 (account: 'demanidada', pass: 'demanidada', ip: '25.60.37.14') [Notice]: Unknown account (account: demanidada, received pass: demanidada, ip: 2 5.60.37.14) [Notice]: Connection of the char-server 'Diss Ragnarok Onlin' REFUSED. [Info]: Closed connection from '25.60.37.14'. [Info]: Connection request of the char-server 'Diss Ragnarok Onlin' @ 25.60.37.1 4:6121 (account: 'demanidada', pass: 'demanidada', ip: '25.60.37.14') [Notice]: Unknown account (account: demanidada, received pass: demanidada, ip: 2 5.60.37.14) [Notice]: Connection of the char-server 'Diss Ragnarok Onlin' REFUSED. [Info]: Closed connection from '25.60.37.14'. [Info]: Connection request of the char-server 'Diss Ragnarok Onlin' @ 25.60.37.1 4:6121 (account: 'demanidada', pass: 'demanidada', ip: '25.60.37.14') [Notice]: Unknown account (account: demanidada, received pass: demanidada, ip: 2 5.60.37.14) [Notice]: Connection of the char-server 'Diss Ragnarok Onlin' REFUSED. [Info]: Closed connection from '25.60.37.14'. [Info]: Connection request of the char-server 'Diss Ragnarok Onlin' @ 25.60.37.1 4:6121 (account: 'demanidada', pass: 'demanidada', ip: '25.60.37.14') [Notice]: Unknown account (account: demanidada, received pass: demanidada, ip: 2 5.60.37.14) [Notice]: Connection of the char-server 'Diss Ragnarok Onlin' REFUSED. [Info]: Closed connection from '25.60.37.14'. [Info]: Connection request of the char-server 'Diss Ragnarok Onlin' @ 25.60.37.1 4:6121 (account: 'demanidada', pass: 'demanidada', ip: '25.60.37.14') [Notice]: Unknown account (account: demanidada, received pass: demanidada, ip: 2 5.60.37.14) [Notice]: Connection of the char-server 'Diss Ragnarok Onlin' REFUSED. [Info]: Closed connection from '25.60.37.14'. [Info]: Connection request of the char-server 'Diss Ragnarok Onlin' @ 25.60.37.1 4:6121 (account: 'demanidada', pass: 'demanidada', ip: '25.60.37.14') [Notice]: Unknown account (account: demanidada, received pass: demanidada, ip: 2 5.60.37.14) [Notice]: Connection of the char-server 'Diss Ragnarok Onlin' REFUSED. [Info]: Closed connection from '25.60.37.14'. [Info]: Connection request of the char-server 'Diss Ragnarok Onlin' @ 25.60.37.1 4:6121 (account: 'demanidada', pass: 'demanidada', ip: '25.60.37.14') [Notice]: Unknown account (account: demanidada, received pass: demanidada, ip: 2 5.60.37.14) [Notice]: Connection of the char-server 'Diss Ragnarok Onlin' REFUSED. [Info]: Closed connection from '25.60.37.14'. [Info]: Connection request of the char-server 'Diss Ragnarok Onlin' @ 25.60.37.1 4:6121 (account: 'demanidada', pass: 'demanidada', ip: '25.60.37.14') [Notice]: Unknown account (account: demanidada, received pass: demanidada, ip: 2 5.60.37.14) [Notice]: Connection of the char-server 'Diss Ragnarok Onlin' REFUSED. [Info]: Closed connection from '25.60.37.14'. [Info]: Connection request of the char-server 'Diss Ragnarok Onlin' @ 25.60.37.1 4:6121 (account: 'demanidada', pass: 'demanidada', ip: '25.60.37.14') [Notice]: Unknown account (account: demanidada, received pass: demanidada, ip: 2 5.60.37.14) [Notice]: Connection of the char-server 'Diss Ragnarok Onlin' REFUSED. [Info]: Closed connection from '25.60.37.14'. [Info]: Connection request of the char-server 'Diss Ragnarok Onlin' @ 25.60.37.1 4:6121 (account: 'demanidada', pass: 'demanidada', ip: '25.60.37.14') [Notice]: Unknown account (account: demanidada, received pass: demanidada, ip: 2 5.60.37.14) [Notice]: Connection of the char-server 'Diss Ragnarok Onlin' REFUSED. [Info]: Closed connection from '25.60.37.14'. mapserv-sql.bat ok .. i know now .. DDos attack my ip.. when i change the ip to defualt(127.0.0.1) its works fine .. i just need to request my new ip add . thnx
-
sorry for new thread i dont know what im looking for probably i n need script custom warper npc where i can edit maps destination ex mall,pvproom etc. thanks opps and item remover script w/o requirements .. thnaks
-
hi i need help about this src\map\battle.c then recompile item_db2 i think if i recieve the reflect and one who wear reflcet shield is going to recieve dmg but its nothing happen ano can help me ..
-
yes sir i have my class suit its works fine but this custome suit i have no luck for that
-
idnum2itemdisplaynametable = 30005#_Akatsuki_Suit# idnum2itemresnametable = 30005#_Akatsuki_Suit# accessoryid = ACCESSORY_AKATSUKI_SUIT = 1004, accname = [ACCESSORY_IDs.ACCESSORY_AKATSUKI_SUIT] = "_Akatsuki_Suit", -----> its not my last item ¾ÆÀÌÅÛ _Akatsuki_Suit.spr _Akatsuki_Suit.act ¾Ç¼¼»ç¸®\¿© ¿©_Akatsuki_Suit.spr ¿©_Akatsuki_Suit.act ¾Ç¼¼»ç¸®\³² ³²_Akatsuki_Suit.spr ³²_Akatsuki_Suit.act item/collection _Akatsuki_Suit.bmp item_db2 30005,_Akatsuki_suit,_Akatsuki_Suit,5,20,,400,,120,,0,0xFFFFFFFF,7,2,16,,94,0,1004,{ bonus bMdef,10; bonus bMaxHP,20*BaseLevel; bonus bMaxSP,5*BaseLevel; bonus2 bAddRace,RC_NonBoss,10; bonus2 bAddRace,RC_Boss,10; bonus bMatkRate,10; bonus bUnbreakableArmor,0; bonus bNoKnockback,0; },{},{}
-
i update my svn to the latest i also excute the main.sql in mysql workbench and i got this error and bugged in char.sql when i logged in i hope anyone can help thx before i excute the main.sql its work fine now i excuted again the main.sql i got this