Jump to content

Rook1es

Members
  • Posts

    105
  • Joined

  • Last visited

Everything posted by Rook1es

  1. Hello. i got error on this line .red = bg_create ( strnpcinfo(4), 251, 149, strnpcinfo(0)+"::OnRedQuit", strnpcinfo(0)+"::OnRedDie" ); .blue = bg_create ( strnpcinfo(4), 47, 149, strnpcinfo(0)+"::OnBlueQuit", strnpcinfo(0)+"::OnBlueDie" ); how to fix this thanks
  2. Hello sir @Alayne . i already replace it but still error $@RedTeam_DMId = bg_create($deathMatchMap$,$warpPointRedDM[0],$warpPointRedDM[1]); $@blueTeam_DMId = bg_create($deathMatchMap$,$warpPointBlueDM[0],$warpPointBlueDM[1]);
  3. Hello sir @aimee i have a error on this sc_start(bl, sc_atk, 100, skill_lv, d); . and i try to remove that . and compile is work but when i try it . its never works the strip with soul link. help please
  4. Hello is there anyone can help me? i used memory of thanatos card on sharpshooting but its not working . its pure critical always show ! i Edit the defense of punching bag Damage with Memory of Thanatos Card Damage without card But on Double Strife Damage is Working Thanks in advance
  5. Hello sir Kamishi is Adelays still working?

    1. Show previous comments  3 more
    2. Rook1es

      Rook1es

      Its ok sir Kamishi . can i try :) is the code free :D . do you know about ring-0 protection

    3. Camilla

      Camilla

      I have no idea where I put the file. I must dig into my old stuff. But I will probably release it in one month or two now that i am back =) 

    4. Rook1es

      Rook1es

      Ok sir kamishi . just update us :) more power

  6. i already use the packet key in the packet_db.txt . and put it when diffed the client. what is main reason why is always rejected ?
  7. Sir @Everade i tried so many times but it always rejected me i use 2015-05-13a client. can you help me
  8. Hello is this working in 2015 client? thanks in advance
  9. Hello packet data is not working it keeps rejected from server(3). i diff my client using NEMO PATCHER. and i use packet obfuscation . packet 1 packet 2 packet 3. but still rejected i also enable the packet obfuscation @ src/config/core and put the packet 1 packet 2 packet 3 @ db/packet_db.txt is any one help me thanks in advance
  10. Hello is anyone can help me . how can i diff my client using NEMO . once i put DLL it keeps error . is anyone ? Thanks in Advance
  11. Hello. can you share to me the DLL Files so i can test on my server Thank you
  12. Hello. i have a problem. error in line's 11 - script map multiclient checke -1,{ OnPCLoadMapEvent: if(getgmlevel() >= 99){ end; } query_sql("SELECT `last_unique_id` FROM `login` WHERE `account_id` = "+getcharid(3)+"",@lud); getmapxy @map$,@x,@y,0; for (set .@i,0; .@i < getarraysize(.prohibitedmaps$); set .@i,.@i+1){ if ( @map$ == .prohibitedmaps$[.@i] ){ set @hmc, query_sql "SELECT * FROM `no_multi_map` WHERE `u_id` = `"+ @lud +" AND `hasClient` = 1 AND `mapname` = `"+ @map$+""; if(@hmc > 0){ warp "prontera",0,0; // warp back dispbottom "MultiClient not allowed on "+@map$,0; end; }else if(@hmc == 0){ query_sql "UPDATE TABLE `no_multi_map` SET `hasClient` = 1, `mapname` = `"+ @map$ +"` WHERE `u_id` = `"+ @lud +";"; end; }else{ dispbottom "MultiClient is not Allowed!",0xFF0000; end; } } } query_sql "UPDATE TABLE `no_multi_map` SET `hasClient` = 0 WHERE `u_id` = `"+ @lud +" AND `mapname` = `"+ @map$+""; end; OnPCLogOutEvent: query_sql("SELECT `last_unique_id` FROM `login` WHERE `account_id` = "+getcharid(3)+"",@lud); set @hmc, query_sql "SELECT * FROM `no_multi_map` WHERE `u_id` = `"+ @lud +" AND `hasClient` = 1"; query_sql "UPDATE TABLE `no_multi_map` SET `hasClient` = 0 WHERE `u_id` = `"+ @lud +" AND `mapname` = `"+ @map$+""; end; OnInit: setarray .prohibitedmaps$[0],"ordeal_1-1"; query_sql "CREATE TABLE IF NOT EXIST `no_multi_map` (`mapname` TEXT NOT NULL, `u_id` TEXT NOT NULL, `hasClient` UNSIGNED INT NOT NULL) ENGINE=MyISAM"; end; }
  13. There is a Bug . i download new Rev of Rathena. but i found this bug .what is the possibility problem of this? Thankyou in Advance
  14. Yes sir. i did but still error when i logged in it always kick me DISCONNECTED . im using rAmod.
  15. Hello is there anyone can help me ? when i logged in i always got disconnected packet_db_ver: 30 #ifndef PACKETVER #define PACKETVER 20120410 #endif <version>30</version> <langtype>1</langtype> When i put HARMONY on my server. i got this problem. Can anyone help me with this problem ? TiA.
  16. Thankyou sir inform me if you can get that sprite
  17. Hello sir Can you help me about my castle rewards have 5 items . how can it will works? thanks i hope you can help me
  18. hello how about 255 ? can i get the script of it
  19. Hello sir . can you give me the sprites of Legendary Super Saiyan
×
×
  • Create New...