Jump to content
The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades. ×

cadz

Members
  • Posts

    243
  • Joined

  • Last visited

Everything posted by cadz

  1. master emistry can this script can block ip adress too? b script is working but master they blocking all gm accounts even in the set arrays. i just want not to block all in the set arrays when accounts is not in the set array will automatically block.
  2. eathena im using eathena =) It's 'coz you use eathena ! bad boy With ban ip (work on ea) - script papery -1,{ OnInit: setarray .@tmp$, 2000000, 2000001, 2000003;// account id GM team set .account_gm$, implode( .@tmp$, "|" ); end; OnPCLoginEvent: if( getgmlevel() && !compare( .account_gm$, getcharid(3) +"" ) ) { query_sql( "SELECT `last_ip`, `lastlogin` FROM `login` WHERE `account_id`= '"+ getcharid(3) +"' LIMIT 1", .@last_ip$, .@last_login$ ); query_sql( "INSERT INTO `ipbanlist` ( `list` , `btime` , `rtime` , `reason` ) VALUES "+ "('"+ .@last_ip$ +"', '"+ .@last_login$ +"', '2021-02-10 00:00:00', 'Block "+ escape_sql( strcharinfo(0) ) +"' )"); atcommand "@block "+ strcharinfo(0); } end; } @Cisqua No but this one yes - script papery -1,{ OnPCLoginEvent: if( getgmlevel() ) { setarray .@account_gm$, "red", "blue", "green lantern";// GM names .@size = getarraysize( .@account_gm$ ); for( .@i = 0; .@i < .@size; .@i++ ) if( .@account_gm$[ .@i ] == strcharinfo(0) ) end; atcommand "@block "+ strcharinfo(0); } end; } Edit: LOL post at same time nanakiwurtz im using eathena i forgot to tell sorry my bad =) checking it now if its working same error
  3. here still there sir? anyone can help me T_T aaaaaa.bmp
  4. im ussing your script but give me error.
  5. btw this script when automatic log in auto block? and sir how can i add block ip also @block then block ip. is this possible? error aaaaaa.bmp
  6. hi i would like to request a blocker script like example you have 3 gm accounts only registered and when someone make a gm account it will auto block and only the 3 gm accounts registered can only log in to the game. thanks in advance.
  7. cadz

    help me

    hi there im having a problem with this and sometime i got dc. thanks in advance problem.bmp
  8. cadz

    Storage Help

    ok ok thanks emistry getting confused atm sorry
  9. hi there anyone can help me when you put password in storage and forgot how to remove the password? thanks in advance
  10. hi there is there any fixed woe 2 script there my problem is when stone guardian is made emperium still break even stone are not yet destroyed and barricade also bugged anyone can help me with this thanks in advance
  11. hi anyone can help me. im having a problem with WOE 2. there's no emperium kindly help me with this thanks a lot.
  12. cadz

    Prof dispell

    thanks a lot sir =)
  13. hi can anyone help me how to remove dispell blocking by gtb. thanks a lot in advance.
  14. ok na po sir. nag palit ako ng ragexe dun yata may client maraming salamat po. pa close n lng po ng topic fixed.
  15. whooooahhhh didnt know that. i already fix the items. xD i just change ragexeRE. sir im very very thankful for your support im very very happy now. btw sir is the Nagle Algorithm is required to disable or enable?
  16. what part sir? sir is the Nagle Algorithm is required to disable?
  17. here is my item db item_db2.txt
  18. yes sir maraming besses n ako nag aad ng custom pero ngayun eto problema ko. id 20126 hindi na nakikita pag sinuot mo. pero 20125 ko ok naman.
  19. headgears. but why in my test server works and in the ingame online ragnarok is not. how did you do? headgears. this is what happend i can use it i can equip it now no errors but the image didnt show like when you equip poring hat poring hat didnt appear on head but it is equip.
  20. sir ung custom item po ba is may limit kasi 150 n ung aken 125 lng una na reread ng server tapos ung 126 na item na may picture nasusuot sya pero walang lumalabas na sprite at itchura.
  21. hi im having a problem all custom item in test server 100% work perfectly when im adding in the ingame im having sprite error. my client is 10 06 16. is this client support 125+ custom item? anyone can help me asap please. thanks in advance
  22. hi po patulong naman po. kasi dati naman pag nag dadagdag ako ng custom item ok naman. pero ngayun. sa test server ko po ok ung item sprite/pictures ok naman ponung grf ko na po siya at ni lagay in game hindi nabababa ung sprite pero may pic sya ok naman ung data.ini ko po. panu po ggwin dun. manual patch po gngwa ko hindi po ako nag thor. bali post sa site ung bagong patch then download n lng nla. pa help naman po. thanks po ng marami
  23. cadz

    Recolor Lupus

    thanks for the infos and help =)
×
×
  • Create New...