-
Posts
49 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Posts posted by DevJJ
-
-
11 minutes ago, GM Winter said:
i also try it still failed to connect
Try to use .htaccess guide
-
-
On 6/22/2021 at 6:23 PM, Mirakol- said:
mga bossing,
baka nman meron kayo guide para ma apply tong feature na to sa rathena master
https://github.com/rathena/rathena/pull/5731
baka pwede po pa share.
thanks!
https://frost.ragdev.com/how-to-install-athena-web-service-api-for-hexed-2020/
-
Other buffs supported? you can add more buffs ?
-
OMG! Amazing work



-
4 hours ago, ziqqfrytz0725 said:
Did you try to remove http://trantra-classic.online/tcpatch/
-
latest kasi gamit mo 2018 ata nadrag2 yan icon

-
Have a great work

-
@Rytech good job

-
Thanks s1 Lykos

-
On 4/29/2021 at 6:56 AM, AOCzxc said:
Hello mga lodi. Baka may script kyo jan ng soccee ball..
Pag click mo sa soccer ball summoner npc
Lalabas dapat summon soccer ball 5/5 tapos mag aannounce kung sino nag summon...
Then click ulit
Summon soccer ball 5/4 etc.....
Old Event na to pero try mo check un ibang script dito mod mo nlng use google sir lalabas sila

https://rathena.org/board/topic/83365-poring-soccer-v3-non-pvp/
-
13 hours ago, ellandson said:
anything in clif_parse that can help me? I really want to do this, if you can't help me I will study until I get it.
I hope this DLL helps you. An Open Source Ragnarok security DLL. This DLL has been created by ratalaika. This software was commercially distributed some time but now open source for everyone.
-
What client date sir?
-
Thanks for this, gepard supported??
-
-
Good idea Amazing
-
try to check your serve side error check your skill_db also
-
-
On 12/22/2020 at 3:11 PM, Functor said:
@romanticnerd Hello! You should inform the person who sold the license.
@Functor Pm sent thanks
-
Looking forward Great job Congrats Frost
-
1
-
-
10 hours ago, Chasewalk said:
Please specify what will be Credits to Coins? Credits to Zeny?
prontera,160,184,5 script Credit Exchanger 416,{
//====================================[Customization Area]==========================//
set .npcname$,"^0000EE[Credit Exchanger]^000000"; //NPC Name
set .coinname$,"^0000EECredit^000000"; //Name of Item as Coin Used
set .CoinID,501; // Credit ID Set to Red Potion
set .zeny,10000000; // Credit Price Set by 10,000,000 or 10m
set .capzeny,2000000000; //Zeny Capacity Set by 2,000,000,000 or 2b
//==============================================================================//
// Check Line 89 To Edit The Chat/Pub Name Like This:
// waitingroom "Credit Exchanger",0;
//==============================================================================//PlayerMode:
mes .npcname$;
mes "Hello there "+strcharinfo(0);
mes "Rule's Of Exchange";
mes "1 ^0000EE"+.coinname$+"^000000 is [^0000EE"+.zeny+"z^000000]";
mes "Zeny Exchange Capacity is [^0000EE"+.capzeny+"z^000000]";
switch(select("(Credits) to (Zeny):(Zeny) to (Credits)")) {
Case 1:
next;
mes .npcname$;
mes "How many Credits to exchange?";
mes "Put The Credit Amount";
mes "Put ^0000EE[0]^000000 to Cancel";
mes "1 ^0000EE"+.coinname$+"^000000 is [^0000EE"+.zeny+"z^000000]";
mes "Zeny Exchange Capacity is [^0000EE"+.capzeny+"z^000000]";
next;
do{
input @Credit,0,countitem(.CoinID);
if( @Credit < 1 ) close;
}while( ( ( @Credit * .zeny ) + Zeny ) > .capzeny );
next;
mes .npcname$;
mes "Thanks";
delitem .CoinID,@Credit;
set Zeny, Zeny + ( @Credit * .zeny );
dispbottom "Zeny Exchange Finished";
close;Case 2:
next;
mes .npcname$;
mes "How much Credit you like to Gain?";
mes "Put The Credit Amount";
mes "Put ^0000EE[0]^000000 to Cancel";
mes "1 ^0000EE"+.coinname$+"^000000 is [^0000EE"+.zeny+"z^000000]";
mes "Zeny Exchange Capacity is [^0000EE"+.capzeny+"z^000000]";
next;
input @Credit,0,( Zeny / .zeny );
if( @Credit < 1 ) close;
next;
mes .npcname$;
mes "Thanks.";
set Zeny, Zeny - ( @Credit * .zeny);
getitem .CoinID,@Credit;
dispbottom "Credit Exchange Finished";
close;OnInit:
waitingroom "Credit Exchanger",0;
end;
}
close;
}
-
On 6/7/2020 at 8:41 AM, Sergardo said:
salmat po , panu naman mabawasan ng flywing?
Try mo po palitan line


601,Wing_Of_Fly,Fly Wing,11,60,,50,,,,,0xFFFFFFFF,7,2,,,,,, -
Thanks I will try
good update
-
Marami guide sa youtube how to setup ragnarok server google lng pano mo edit 99/70 change to 255/120 kaya mo yan


Closed connection from Proxy Server .
in General Support
Posted
Try it open packet_athena.conf
// Order of the checks
// deny,allow : Checks deny rules, then allow rules. Allows if no rules match.
// allow,deny : Checks allow rules, then deny rules. Allows if no rules match.
// mutual-failure : Allows only if an allow rule matches and no deny rules match.
// (default is deny,allow)
order: deny,allow
// order: allow,deny
// order: mutual-failture
// IP rules
// allow : Accepts connections from the ip range (even if flagged as DDoS)
// deny : Rejects connections from the ip range
// The rules are processed in order, the first matching rule of each list (allow and deny) is used
// allow: 127.0.0.1
// allow: 192.168.0.0/16
// allow: 10.0.0.0/255.0.0.0
// allow: all
// deny: 127.0.0.1
allow <yourIP> <<<<<<<<<<<<try it put here then restart server