Jump to content

dize11

Members
  • Posts

    93
  • Joined

  • Last visited

Everything posted by dize11

  1. @Emistry that script its like this i think if( strcharinfo(3) == .MapList$[.@i] && getgmlevel() <= 80 && getgmlevel() >= 2 ){ Not working because >= .GMLevelX && getgmlevel() <= .GMLevelY 90 and above.. can enter and also 20 and upper can too.. I having this error at mapserver m: npc_parsesrcfile: Unknown syntax in file 'npc/custom/not_allow_gm_area.txt', line '1'. Stopping... * w1=- script Sample -1,{ * w2= * w3= * w4=
  2. @Jaypee not working i think its because cant use double (getgmlevel() <= 80 && getgmlevel() >= 2) because it goes to the max both and all level by pass this. because ill try only (getgmlevel() >= 2) and works.. it can be (getgmlevel() == 40 && getgmlevel() == 60 && getgmlevel() == 80) or ( getgmlevel(2) > 90) ? I also try but not working too..
  3. if( strcharinfo(3) == .MapList$[.@i] && getgmlevel() <= 80 && getgmlevel() >= 2 ){ This is not working @Joseph any idea why?
  4. I need that player can enter too..because this script is (// GM Level X and below will be Restricted) anyone can edit or modify this? to enable players to enter to.. Only restricted GM is lvl 2 to 80 if its possible thanks - script Sample -1,{ OnInit: // GM Level X and below will be Restricted set .GMLevel,99; // Map Names setarray .MapList$[0],"e_tower","1@tower","2@tower","3@tower","4@tower","5@tower","6@tower","tha_t01","tha_t02","tha_t03","tha_t04","tha_t05","tha_t06","tha_t07","tha_t08","tha_t09","tha_t10","tha_t11","tha_t12","thana_boss","payg_cas04","aldeg_cas02","prtg_cas01","prtg_cas03","arug_cas05","kh_dun02","1@nyd","2@nyd"; for( set .i,0; .i < getarraysize( .MapList$ ); set .i,.i + 1 ) setmapflag .MapList$[.i],mf_loadevent; end; OnPCLoginEvent: OnPCLoadMapEvent: for( set .@i,0; .@i < getarraysize( .MapList$ ); set .@i,.@i + 1 ) if( strcharinfo(3) == .MapList$[.@i] && getgmlevel() <= .GMLevel ){ mes "You are not allow to stay at here."; close2; warp "SavePoint",156,191; break; } end; }
  5. Need to check if this script its ok. Because is not working on my server. In case it had some error - script Dont_allow_2_clients -1,{ end; OnPCLoginEvent: query_sql "SELECT last_ip FROM login WHERE account_id = "+getcharid(3)+"",@RIDIP; query_sql "INSERT INTO On_ip_table ("+@RIDIP+")"; query_sql "UPDATE On_ip_table SET ips_online = ips_online + 1 WHERE last_ip = "+@RIDIP+""; query_sql "SELECT ips_online FROM on_ip_table WHERE last_ip = "+@RIDIP+"",@TIMESON; if(@TIMESON >= 2) { dispbotton "[staff]"; dispbotton strcharinfo(0)+" you can't log with two windows opened"; dispbotton "I need kick you now"; sleep2 5000; // Just to the player read. atcommand "@kick "+strcharinfo(0); } end; OnPCLogoutEvent: query_sql "SELECT last_ip FROM login WHERE account_id = "+getcharid(3)+"",@RIDIP; query_sql "UPDATE on_ip_table SET ips_online = 0 WHERE last_ip = "+@RIDIP+""; end; OnInit: CREATE TABLE IF NOT EXISTS on_ip_table (last_ip varchar(100) NOT NULL default '',ips_online int(11) NOT NULL DEFAULT '0',PRIMARY KEY (`last_ip`)) ENGINE=MyISAM AUTO_INCREMENT=2000000;// SET THE ENGINE MAKE THE TABLE BE ACESSED FASTER } please replay thanks you!
  6. Ok, maybe i got problem in sql.. but i dont really know... i can see the item icon but doest show the view database
  7. Where can i modify that?
  8. This is the image what happen to mee.. Database of item doest work fine puts unkown and cant view the list of them dont knnow i try to reset the control panel so maybe the problem is in the phpmyadmin sql?
  9. My flux cp doesnt show the itemlist od database of item but its estrange because mobDB is working well and i can see the list of mobs but in ItemDB no.. I checked my SQL and its working (itemdb and itemdb2)
  10. Blackthunder Look you said that you cant play the Replay because its diferent Server Type? Change your clieninfo.xml servicetype to (sakray) and after that you can play the records in the Replay.exe
  11. Having problem when doing BodyReloction or SNAP in champion it stock in the same place.. second its the Tetra Thing in the Warlock skill got a shadow effect
  12. Someone can help me with this problem i have 3Ceam 661 ver + 28 packet ver. With 20111122.exe and Lua files of 20111122 Rytech decompile all i do its ok but i got this trouble problem
  13. rsu_renewal updated kRO is the latest version in the ratemyserver Can you send my your RagnarokReplay?
  14. Hi to everyone i have little problem with RagnarokReplay.exe its my 1st time using this so i dont know where to start. Because i recorded some videos (.rrf) and i opened it to RagnarokReplay.exe but all this .exe is in Korean and when i select some of the videos .(rrf) the violet Letters at top tell that i dont have fiel (No selected File) but i have the recorded file. Someone can answer me this problem? this is my 1st time using RagnarokReplay. Thanks
×
×
  • Create New...