Jump to content

shatowolf

Members
  • Posts

    259
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by shatowolf

  1. i recommend OVH ^_^ ~Note : Stay away to RO Hosting. why ? Panic, already comment it.
  2. 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(.@map$,.@mapx,.@mapy,0); query_sql("SELECT last_unique_id FROM `login` WHERE account_id = "+getcharid(3)+"", .@UniqueId$); query_sql("SELECT account_id FROM `login` WHERE last_unique_id = '"+.@UniqueId$+"'", .@CuentaId); set .@error,getcharid(3,strcharinfo(0)); for(set .@i ,0;.@i<getarraysize(.@CuentaId);set .@i,.@i+1) { if(attachrid(.@CuentaId[.@i])) { if (.@CuentaId == 2000000) { set .@j,0; } else { getmapxy(.@map2$,.@mapx2,.@mapy2,0); if (.@map2$ == .@map$){ set .@j,.@j+1; } } } } detachrid; attachrid .@error; if(.@j > 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(.@map$,.@mapx,.@mapy,0); query_sql("SELECT last_ip FROM `login` WHERE account_id = "+getcharid(3)+"", .@UltimaIp$); query_sql("SELECT account_id FROM `login` WHERE last_ip = '"+.@UltimaIp$+"'", .@CuentaId); set .@error,getcharid(3,strcharinfo(0)); for(set .@i ,0;.@i<getarraysize(.@CuentaId);set .@i,.@i+1) { if(attachrid(.@CuentaId[.@i])) { //if .Gepard is 0 add id of accounts to which the system will not affect, brothers, couple, gms, etc ... .@CuentaId == accountId if (.@CuentaId == 2000001 || .@cuentaId == 2000156 || .@CuentaId == 2000249 || .@CuentaId == 2000002 || .@CuentaId == 2000031 || .@CuentaId == 2000050 || .@CuentaId == 2000021 || .@CuentaId == 2000073 || .@CuentaId == 2000029) { set .@j,0; } else { getmapxy(.@map2$,.@mapx2,.@mapy2,0); if (.@map2$ == .@map$){ set .@j,.@j+1; } } } } detachrid; attachrid .@error; if(.@j > 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
  3. check mo groups.conf ---> view_equipment: false
  4. you can disable the (login_athena.conf) // Ipban features ipban_enable: yes (set to no)
  5. pre suggest ko do it manually. manual mo i add. ^_^
  6. 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.
  7. mid rate master. tamad na mga player ngayon hehehe.
  8. just search and go around the forum mate, your 80% questions already answered to the forum.
  9. you should get the other module. it works.
  10. Gepard is the best option this day, just contact @Functor
  11. your thor patcher tools find the CheckSum.
  12. Go to var/lib/phpMyAdmin/upload/ upload your .sql files to that location and then go to phpmyadmin import.
  13. Yo, you need to WeeMapCache your current prontera ".rsw, .gat, .gnd"
  14. post your accessoryid.lub / accname.lub and your item db here. yung view id should be same.
  15. - 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(.@atcmd_parameters$, "open" )) goto L_open; else if(compare( .@atcmd_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.
×
×
  • Create New...