Jump to content

kaka19

Members
  • Posts

    86
  • Joined

  • Last visited

Posts posted by kaka19

  1. Can help me with WDGSharedBodyPalettes and WDGSharedHeadPalletes?

    What i have to set, i dont get it (body_%d.pal) (head_%d.pal) ?

    %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) ?

  2. ok man..

    i only could find the new version... and i cant save hotkeys with THAT version.. x.x

    and i cant change the client.. otherwise my server wont run...

    please man... i BEG you... can u send me the link of lua files from 2011-03-15? x.x

    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

  3. 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

    • Upvote 1
  4. *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..

  5. 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?

  6. Hi.

    I used 2012-05-15aRagexeRE.exe and #define PACKETVER 20120515

    on connect to server map_server write

    [info]: clif_parse: Disconnecting session #3 with unknown packet version (p:0x08a8, l:19)

    may be problem in packet_db.txt?

    Help me please.

    try paket_db for 2012-05-15aRagexeRE

  7. 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

  8. change the OnKillEvent on. OnPCKillEvent: // sorry a mistake ther e :)

    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...