Jump to content

shatowolf

Members
  • Posts

    233
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by shatowolf

  1. 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
  2. check mo groups.conf ---> view_equipment: false
  3. you can disable the (login_athena.conf) // Ipban features ipban_enable: yes (set to no)
  4. pre suggest ko do it manually. manual mo i add. ^_^
  5. 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.
  6. mid rate master. tamad na mga player ngayon hehehe.
  7. just search and go around the forum mate, your 80% questions already answered to the forum.
  8. you should get the other module. it works.
  9. Gepard is the best option this day, just contact @Functor
  10. your thor patcher tools find the CheckSum.
  11. Go to var/lib/phpMyAdmin/upload/ upload your .sql files to that location and then go to phpmyadmin import.
  12. Yo, you need to WeeMapCache your current prontera ".rsw, .gat, .gnd"
  13. post your accessoryid.lub / accname.lub and your item db here. yung view id should be same.
  14. - 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.
  15. 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; }
  16. 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; }
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.