Jump to content

a91323

Members
  • Posts

    99
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by a91323

  1. no test input ( .mapList ); for(.@i = 0; .@i<getarraysize(.level$); .@i++){ if ( .mapList = .level$[.@i] ){ goto "S"+.mapList+""; } else if (( .level$[.@i] = .mapList ) && ( "0" == .status$[.@i] )){ mes .n$; mes "Unable to find the Floor number. Please enter the Active Floors."; close; } }
  2. view 103 in official sever set Bone_Helm (item id 5017) the problem is item_db view
  3. Where did hell you get this client? :3 so far your the only person who provide this. even @Napster didn't give this shit client. That client? Rytech gave that on 3CeAM's Facebook Group could you make it work and use the doram? This is my work today. working in rAthena new job already support last rathena ?
  4. mes "<ITEMLINK>4399<INFO>4399</INFO></ITEMLINK>"; Client 20131223↑
  5. script.c Change clif_showvendingboard( &nd->bl, buf, 0 ); TO clif_showvendingboard( &nd->bl, (const char*)buf, 0 );
  6. note : no test addrid(0); .@countVend = 0; if(checkvending() == 1 || checkvending() == 2 || checkvending() == 4 ){ .@countVend+= 1; } set .@i, getusers(1) - .@countVend;
  7. bonus bStr,readparam(bDex)/15;
  8. https://rathena.org/board/topic/84123-r17386-instance-system-rewrite/
  9. Client the same key is .. ? if you said secureGRF two key (grf , client) client same crash
  10. http://okayro.com/thread-232513-1-1.html .........................
  11. I'm late to test it ! thanks --------------------------------------- good work fine!
  12. core.h #define PACKET_OBFUSCATION mmo.h #define PACKETVER 20141022 no apply the "Disable Packet Encryption" as long as apply 1.Packet First Key Encryption 2.Packet Second Key Encryption 3.Packet Third Key Encryption client and packet_db same setting keys is no work fine for me (can't enter) .... can provided three keys , not default for give me test ? --------------------------------------------------------------------- I tested 2013-12-23 , change keys , it work fine .....
  13. 2014-10-22 use Packet Obfuscation seems no work core.h #define PACKET_OBFUSCATION and 2014-10-22 no diff 1.Packet First Key Encryption 2.Packet Second Key Encryption 3.Packet Third Key Encryption can enter the game but diff ( use default key) 1.Packet First Key Encryption 2.Packet Second Key Encryption 3.Packet Third Key Encryption can't enter the game .... ------------------------------------------------------------- edit I found NEMO write it .. Not available yet on rathena ..
  14. setunitdata command Parameter (indexes) for NPCs case BL_NPC: if (!md) { ShowWarning("buildin_setunitdata: Error in finding object BL_NPC!\n"); return SCRIPT_CMD_FAILURE; } should be case BL_NPC: if (!nd) { ShowWarning("buildin_setunitdata: Error in finding object BL_NPC!\n"); return SCRIPT_CMD_FAILURE; }
  15. chinese INT + 1。 遭受隕石術,碧血隕石的傷害 -20%。 遭受毀滅慧星的傷害 -5%。 當精煉+6以上時,精練值每+1,遭受隕石術,碧血隕石的傷害再 -2%。 當精煉每 +3時,隕石術,碧血隕石的攻擊力 +5%。 系列 : ^777777頭具^000000 防禦 : ^7777771^000000 位置 : ^777777頭上^000000重量 : ^77777730^000000 要求等級 : ^77777770^000000 裝備 : ^777777全部職業^000000 english .. (sorry for my bed english) Suffered WZ_METEOR, WL_CRIMSONROCK damage -20%. Suffered WL_COMET damage -5%. When refining +6 or more, refine value per +1 , Suffered WZ_METEOR, WL_CRIMSONROCK damage again -2%. When refining per +3, WZ_METEOR, WL_CRIMSONROCK attack power + 5%. Series: ^ 777777 head ^ 000000 Defense: ^ 7777771 ^ 000000 Location: ^ 777777 top 000000 Weight: ^ 77777730 ^ 000000 Requires Level: ^ 77777770 ^ 000000 Equipment: ^ 777777 All class 000000
  16. tw ragnarok item id : 18938
  17. bonus2 bSkillDef,sk,n; Reduce the n% damage by skill sk some items need this bonus (When hit) not bonus2 bSkillAtk,sk,-n;
  18. - cashshop ItemMyShop -1,501:10 npc_parse_shop: Invalid sell item in file 'npc/....... line 70 <id 52428>. What happend ? Maybe associated https://github.com/rathena/rathena/commit/40c63f403f0e5d75148bf9a52ca7c41fcfb060db
×
×
  • Create New...