Jump to content

Tales

Members
  • Posts

    319
  • Joined

  • Last visited

Everything posted by Tales

  1. I'm try to do a npc that get a Square Position of a Character like (x1,x2) (y1,y2) position... This npcs will heal the character when its inside the square... Any Suggest? https://rathena.org/wiki/OnTouch Solved
  2. Hi, guys! Yesterday using my 2013-08-07 client with 553 Old Dye Pack, i see my cothles color...After update do 2014-10-22b the dye of Kagerou/Oborou stuck at 3...if you try to pass it, u collor will become dark/black. Any ideia?
  3. Where can increase the dificult? Are too easy to get all ranks.
  4. If you check this, https://rathena.org/wiki/Custom_Items, in Job's Area... you cant see the Super Novice or SNS Listed...Anyone know how is the Job value for this classe? I need this for create a item. 0x00000001
  5. 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
  6. Why? I need to ask with special characters and langtype 12 do not let me enter in my server... Others langtypes make my client got some issues, like character deletion, merchant skills, unknow caracters and other...s
  7. i try it https://rathena.org/wiki/Tip_of_the_day but nothings appers...
  8. Client 2013-08-07 (Langtype 1) How to fix it? I try to type "Tést" or "Bábábá" or something with special caracters and it does work Client 20130807(Langtype 12)
  9. What's wrong here? [Error]: npc_parse_mapflag: unrecognized mapflag 'nopvp' (file '-', line '74'). pvp_n_1-3 <tab> mapflag <tab> nopvp
  10. I found a "bug" in "hunting mission"... You can use merchant skills on shop (Discount, i mean...)
  11. Hi, guys! Anyone have the packet_keys for fix the Quest Issues in this client? If you try to get more than 1 quest on 2014-04-10, after disconnect or relog, you can't enter in your whitout get gravity error. To fix it, you need to remove the additional quests in "Quest" Table MySQL.
  12. Problem solved with GRF EDITOR (Thor Gen)
  13. Hi, guys... now thor patcher wont update... I use the latest thor patcher but they wont update...someone have any idea why this happen?
  14. Replace idle for always/any forget which so it takes less lines its "work" but the players dont get silence...Have some way to put it to 100% of chance?
  15. How to create a mob that use silence when receive ranged attack?
  16. 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+
  17. // Base experience rate increase. Setting to 0 will disable. (Note 2) // Default: 50 vip_base_exp_increase: 100 // Job experience rate increase. Setting to 0 will disable. (Note 2) // Default: 50 vip_job_exp_increase: 100 will affect the "Quest_EXP_rate" ?
×
×
  • Create New...