Jump to content

kaka19

Members
  • Posts

    86
  • Joined

  • Last visited

Everything posted by kaka19

  1. thanks, god bless you
  2. %d = your pal number body_0.pal body_1.pal body_2.pal etc head_0.pal head_1.pal etc thx for the answer. btw.. where i put those files? ¸Ó¸® (for head_x.pal) and ¸ö (for body_x.pal) ?
  3. Can help me with WDGSharedBodyPalettes and WDGSharedHeadPalletes? What i have to set, i dont get it (body_%d.pal) (head_%d.pal) ?
  4. here vic, from old client till last lua : http://trac.assembla.com/ClientSide/browser/Lua_Project/lubs/Lub%20Files%205.0.2 hope it helps
  5. 1. add paket_db compatible with your client. (ex. packet_ver : 31) 2. find max paket db that can be support with your server ( at clif.h ). if max paket db = 30, change to 31. and rebuild. 3. Diff your client with 'Skip Packet Header Obfuscation'.. hope it helps
  6. Nice thread, nanakiwurtz... Ganbate!! xD~
  7. kaka19

    Hellohaa

    Hello, my name kaka19.. nice to meet you
  8. how can i edit map cache with map cache maker? tried made a new map cache, but still i cannot cross the middle prontera
  9. im using latest Rathena. but there is no count timer on tomb stone npc.. how can i add it? and Where can i find tomb Stone npc in rathena svn? thx before
  10. kaka19

    Patching rAthena

    *bump-- i still confuse how patch with *.patch.. right click *.patch > choose turtoisesvn > apply patch. and, select where rathena folder, and pacth. so i got this.. " TortoiseMerge 'D:\Reathena' is not a working copy " help me please..
  11. i didnt find specialeffec <number> , but i found misceffec <number>; but thanks for the answer, emistry..
  12. hello there.. how can i disable "pretty effects" of the npc? thx before
  13. @Emistry @peopleperson49 thank you
  14. i tried changed as your instruction, but.. parse_line: expect command, missing function name or calling undeclared func tion 78 : set $KoEStatus,1; 79 : set $KoEPrizeTracker,0; 80 : if($KOEGUILD!=0) { Announce "The King of Emperium Hill has begun ! The King Of Emperium Hill is the ["+GetGuildName($KOEGUILD)+"] guild.",bc_all| bc_woe; } else { Announce "King Of Emperium Hill has began! Which guild will pro ve their worth?",bc_all|bc_woe; } 81 : if(getmapusers("guild_vs1")>0) { MapRespawnGuildID "guild_vs1",$ KOEGUILD,6; } 82 : gvgon "guild_vs1"; * 83 : if($EmpSpawnMode==1) { 'g'uildmonster "guild_vs1",50,50,"EMPERIU M",1288,1,$KOEGUILD,"KingOfEmperium::OnEmperiumBreak"; } else { monster "guild_v s1",50,50,"EMPERIUM",1288,1,"KingOfEmperium::OnEmperiumBreak"; } i got error.. what should i do, Peopleperson49?
  15. try paket_db for 2012-05-15aRagexeRE
  16. how can i start it? theres no emperium appear in the middle map.. im sorry im noob..
  17. but the script work now.. umm.. mybe like this. menu "A ("+$pvp1+"/1)"[b]L_Aoption[/b],"B ("+$pvp2+"/1)",[b]L_Boption[/b],"Cancel",[b]L_cancel[/b],"Clear"[b],L_clear[/b]; naa, i forgot to added "next" or "close" commands, under that code. so i got stuck.. or causes the "$pvp" is that global permanent variable, i dunno its my first time using "$" in my NPC Script. or is that graphic / direct X crash? im using windows 7 directX 11
  18. thx sir, its work now btw i changed script like these OnPCKillEvent: if(getmapusers("guild_vs1") < 3){ if(strcharinfo(3) == "guild_vs1"){ announce ""+strcharinfo(0)+" Won!",0; getitem 501,20; // you can add the reward here! warp "prontera",159,186; close; end; }} but i didnt work. im going to create 3vs3 pvp.. can you help me sir?
×
×
  • Create New...