-
Posts
233 -
Joined
-
Last visited
-
Days Won
5
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by shatowolf
-
try this. credit to Tauro. - script dl_map -1,{ end; OnInit: // 1= if you have gepard 0=if you do not use gepard set .Gepard,1; end; OnPCLoadMapEvent: if (.Gepard == 1) { getmapxy([email protected]$,[email protected],[email protected],0); query_sql("SELECT last_unique_id FROM `login` WHERE account_id = "+getcharid(3)+"", [email protected]$); query_sql("SELECT account_id FROM `login` WHERE last_unique_id = '"[email protected]$+"'", [email protected]); set [email protected],getcharid(3,strcharinfo(0)); for(set [email protected] ,0;[email protected]<getarraysize([email protected]);set [email protected],[email protected]+1) { if(attachrid([email protected][[email protected]])) { if ([email protected] == 2000000) { set [email protected],0; } else { getmapxy([email protected]$,[email protected],[email protected],0); if ([email protected]$ == [email protected]$){ set [email protected],[email protected]+1; } } } } detachrid; attachrid [email protected]; if([email protected] > 1) { //dispbottom "Sorry, dual client is not allowed on this map."; announce "Sorry, dual client is not allowed on this map.", bc_self; warp "SavePoint",0,0; } end; } else { getmapxy([email protected]$,[email protected],[email protected],0); query_sql("SELECT last_ip FROM `login` WHERE account_id = "+getcharid(3)+"", [email protected]$); query_sql("SELECT account_id FROM `login` WHERE last_ip = '"[email protected]$+"'", [email protected]); set [email protected],getcharid(3,strcharinfo(0)); for(set [email protected] ,0;[email protected]<getarraysize([email protected]);set [email protected],[email protected]+1) { if(attachrid([email protected][[email protected]])) { //if .Gepard is 0 add id of accounts to which the system will not affect, brothers, couple, gms, etc ... [email protected] == accountId if ([email protected] == 2000001 || [email protected] == 2000156 || [email protected] == 2000249 || [email protected] == 2000002 || [email protected] == 2000031 || [email protected] == 2000050 || [email protected] == 2000021 || [email protected] == 2000073 || [email protected] == 2000029) { set [email protected],0; } else { getmapxy([email protected]$,[email protected],[email protected],0); if ([email protected]$ == [email protected]$){ set [email protected],[email protected]+1; } } } } detachrid; attachrid [email protected]; if([email protected] > 1) { //dispbottom "Sorry, dual client is not allowed on this map."; announce "Sorry, dual client is not allowed on this map.", bc_self; warp "SavePoint",0,0; } end; } } //Your map here //loadevents guild_vs3 mapflag loadevent
-
check mo groups.conf ---> view_equipment: false
-
map-server.exe - application error (0xc000007b) on VPS (OVH)
shatowolf replied to kevinyrchua's question in Installation Support
i recommended : linux - centos or debian. much stable. -
Reward pagnatapos ang quest or intances
shatowolf replied to alexander03's topic in Dito mag request ng Script at Database
post mo dito ung script. -
you can disable the (login_athena.conf) // Ipban features ipban_enable: yes (set to no)
-
pre suggest ko do it manually. manual mo i add. ^_^
-
you can do, yum install firewalld to enable firewall : systemctl enable firewalld to start : systemctl start firewalld to check status systemctl status firewalld then ---> firewall-cmd --zone=public --add-port=6900/tcp --permanent the Red is the port. just change it to your port. check if the port is open : firewall-cmd --zone=public --list-all then reload the firewall : firewall-cmd --reload your good to go.
-
Successor to NEMO [WIP] - Need UI Suggestions
shatowolf replied to Neo-Mind's topic in Project Concepts & In Progress
welcome back mate -
[Crowdsourcing] Ragnarok Server Suggestions
shatowolf replied to Patskie's topic in PEENOISE CLUB's Topics
mid rate master. tamad na mga player ngayon hehehe. -
Gepard :: SY Code 120:: -1073741801. What error is this?
shatowolf replied to AshuraX's question in Third Party Support
you should direct to @Functor -
Need Help For Making Ragnarok Private Server..
shatowolf replied to GoldRoger's question in General Support
just search and go around the forum mate, your 80% questions already answered to the forum. -
Just be careful man.
-
Is there another payment anti-cheat?
shatowolf replied to alcapone's question in Third Party Support
you should get the other module. it works. -
Is there another payment anti-cheat?
shatowolf replied to alcapone's question in Third Party Support
Gepard is the best option this day, just contact @Functor -
your thor patcher tools find the CheckSum.
-
PVP, WoE, GVG: RWC Battleground 2012
shatowolf replied to Skorm's topic in PvP, GvG, WoE, Battleground Script Releases
up to this. gepard / uniq id. -
Go to var/lib/phpMyAdmin/upload/ upload your .sql files to that location and then go to phpmyadmin import.
-
NEED HELP! How to download and create my own private Ragnarok server
shatowolf replied to Simon1999's question in Installation Support
the answer is simple. search button.... just search man. -
How to Set Prontera Cells check image below.
shatowolf replied to SovereignRO2020's topic in Tulong para sa Server
Yo, you need to WeeMapCache your current prontera ".rsw, .gat, .gnd" -
post your accessoryid.lub / accname.lub and your item db here. yung view id should be same.
-
training ground barricades
shatowolf replied to daShiru's topic in Dito mag request ng Script at Database
- script Barricade 78,{ OnInit: bindatcmd "gate", strnpcinfo(0)+"::Oncommand", 99,99; setcell "new_5-1",68,113,68,110,cell_walkable,0; //non walkable monster "new_5-1",68,113,""+getmonsterinfo(1905,0)+"",1905,1; monster "new_5-1",68,112,""+getmonsterinfo(1905,0)+"",1905,1; monster "new_5-1",68,111,""+getmonsterinfo(1905,0)+"",1905,1; monster "new_5-1",68,110,""+getmonsterinfo(1905,0)+"",1905,1; end; Oncommand: if(compare([email protected]_parameters$, "open" )) goto L_open; else if(compare( [email protected]_parameters$, "close")) goto L_close; else{ dispbottom "type - '@gate open' to open the gate"; dispbottom "type - '@gate close' to close the gate"; } end; L_close: setcell "new_5-1",68,113,68,110,cell_walkable,0; //non walkable monster "new_5-1",68,113,""+getmonsterinfo(1905,0)+"",1905,1; monster "new_5-1",68,112,""+getmonsterinfo(1905,0)+"",1905,1; monster "new_5-1",68,111,""+getmonsterinfo(1905,0)+"",1905,1; monster "new_5-1",68,110,""+getmonsterinfo(1905,0)+"",1905,1; end; L_open: announce "The Gate is now OPEN. Good Luck Adventurer.", bc_all; setcell "new_5-1",68,113,68,110,cell_walkable,1; //non walkable atcommand "@killmonster2"; end; } yo mate. -
How to make pub What time woe will start
shatowolf replied to Sergardo's topic in Tulong para sa Server
Here ya go mate, nxt time please use code box. OnAgitStart: while(agitcheck()) { specialeffect EF_BEGINSPELL6; sleep 425; } end; OnInit: while( 1 ){ delwaitingroom; waitingroom agitcheck() ? "WOE is Active!" : "Server Time "+gettimestr( "%I:%M:%S %p",21 ), 0; sleep 1000; } end; } -
How to make pub What time woe will start
shatowolf replied to Sergardo's topic in Tulong para sa Server
Hi mate., You can add this : before // Script Core OnInit: while( 1 ){ delwaitingroom; waitingroom agitcheck() ? "WOE is Active!" : "Server Time "+gettimestr( "%I:%M:%S %p",21 ), 0; sleep 1000; } end; }