Jump to content

tmav94

Members
  • Content Count

    55
  • Joined

  • Last visited

Posts posted by tmav94


  1. Hi, guys!

    I'm getting some trouble with this issue...The server is work fine and is up-to-date and dont have any issues in server emulator screens...

    I have a server with 74 players, and 23 are get this problem...Look the video...

    http://www.ragnatrek.org/download/video-1444852140.mp4.mp4

    Anyone know what is it? and Why its happen!?

    The users related that have a stable connection and only on my server they get this problem...The operational system is Win7 to Win10.

    The strange thing is that I have tested on windows 7 and windows 10 in two different locations and did not catch this error ... I'm beginning to think it is the location or any thing installed on the user machine.


    Otherwise...i lear in somewhere that you can disable in source the Safety AutoClose Npc Dialogs. I think that i'll do this if nobody know how to fix this issue.
     

    The client is 2013-08-07 

     


  2. What changes I need to do to migrate of rAthena to Hercules...

    I have a database with more than 4k accounts and i don't want wipe him out.

     

     

     

    @edit

     

     

    https://github.com/HerculesWS/Hercules/blob/master/sql-files/upgrades/rAthena-logs-upgrade.sql

     

    https://github.com/HerculesWS/Hercules/blob/master/sql-files/upgrades/rAthena-main-upgrade.sql

     

     

    It's work with the latest rAthena update?

    @EDIT


    ERROR while use main-upgrade
     

    Erro

    Query SQL:

    -- Upgrades for table `char`
    ALTER TABLE `char` CHANGE `moves` `slotchange` SMALLINT( 3 ) UNSIGNED NOT NULL DEFAULT '0',
    ADD `char_opt` INT( 11 ) UNSIGNED NOT NULL DEFAULT '0' AFTER `slotchange` ,
    MODIFY `font` TINYINT( 3 ) UNSIGNED NOT NULL DEFAULT '0' AFTER `char_opt` ,
    ADD `uniqueitem_counter` BIGINT( 20 ) UNSIGNED NOT NULL DEFAULT '0' AFTER `unban_time` ;
     

    Mensagem do MySQL: dot.gif

    #1060 - Duplicate column name 'uniqueitem_counter' 

    @EDIT

    Have so many erros in this upgrades... Can someone help me?



    Bump?


  3. Hi guys!
    I'm want to use this script in all my npc events... but this are in script ....so... i need to add this code in all my scripts that i want to do this thing...

     

    Restricted Code

     

    .@query_result = query_sql("SELECT login.account_id FROM login LEFT JOIN `char` ON login.account_id=`char`.account_id WHERE login.last_ip=(SELECT last_ip FROM login WHERE account_id="+getcharid(3)+") AND `char`.online=1", .@account_id);if ( .@query_result > 1 && compare( $whiteList$,getcharid(3) +"" ) == 0 ) {mes "[WARNING]";mes "Acess Denied";end;} 

     

    White List Code*

     

    - script whiteList -,{OnWhisperGlobal:mes "Lista Atualizada";$whiteList$ = "2000000,2000794,2000839,2000637,2000624,2000016,2004000,2003933,2003884";//$whiteList$ = "";mes ""+$whiteList$+"";close;end;} 

    I want to convert the "Restricted Code" to fuction to use in all my npcs so that i change some thing in the function and it i'll change automatic in other...

    Can someone help me? REP+

     


  4. Hi guys!
    I'm having some trouble like the topic titles says...
    If you see the screenshot in Attached Files, some players are make some deals to farm KvM Points...How?
    After death in arena, you are teleported to safe zone, but if you use skill in F1 you can kill the player even he staying inside the Safezone...
     
    My problem is...i know about usage of setcell to define a nopvp flag... but i dont know how to delimit that...

    Can anyone help me with this?



     

    post-7140-0-63802300-1439045015_thumb.jpg

    post-7140-0-13948300-1439045422_thumb.jpg


  5. This is my security code to prevent player to enter in a Game Event with two accounts in the same ip
     

     

    	.@query_result = query_sql("SELECT login.account_id FROM login LEFT JOIN `char` ON login.account_id=`char`.account_id WHERE login.last_ip=(SELECT last_ip FROM login WHERE account_id="+getcharid(3)+") AND `char`.online=1", .@account_id);		if ( .@query_result > 1 && compare( $whiteList$,getcharid(3) +"" ) == 0 ) {		mes "[AVISO]";		mes "Você não poderá acessar as funções deste npc enquanto houverem mais de 1 conta conectada no mesmo IP. Foram encontrados "+ .@query_result +" registros.";		end;	} 

    But, some players are using autotrade...I won't count the Autotraders.


  6. Anyone know about any rotative WoE Setter Script that allows to define a WoE 3 times per week with days of castles rotatives?

    I mean:
     

    Wednesday: All Castles of Aldebaran
    Saturday: 2 Castles of Payon
    Sunday: 2 Castles of Prontera
×
×
  • Create New...

Important Information

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