Jump to content

Angelmelody

Members
  • Content Count

    772
  • Joined

  • Last visited

  • Days Won

    23

Posts posted by Angelmelody


  1. Becoz some different plugings hook the same functions and the latter loaded hookings will overwrite previous loaded hookings,so you should merge them into one hooking functions manually


  2. hi

    i try to use Hercules Ultimate Localization Design, but i get some error like this..

    (before i set my config, i've to try to delete some '=' on comment line, map-server is show the same error.)

     

    Untitled_zpslxumg7hy.png

     

    this is my setting

    Untitle1d_zpsi5ykdjxy.png

     

    help me to fix this please

    you have to convert the conf file into the ANSI format and set the default_langueage to the same as  your po filename


  3.  

    becoz  you choose increase damage option when you diff your client

    There's no such option, and if it has I didin't choose. :(

    sryy, I wrote the wrong word. the option is  Increase attack display, if you choose that option ,your attck damage number can show above 32K

    u3MHvErz7.png


  4. nope.. when i store the char name, it show gibberish text in sql char table. probably because the table isnt set with proper encoding type i guess. 

     

    not yet try item_db.conf

    but i think should be work fine too

      ansi chinese  words were stored to UTF8 mysql db  will become gibberish

      if you wnat to see correct chinese words, to set up your client connection

    encoding to ansi big5.

     

     

     

    clinet encoding ==> utf8 ==> gibberish

     

     

    SJxwCu31.png

     

     

     

    set client connection encoding to ansi big5

     

     

    yJimjxhsL.png

     

     

    then... 

     

     

    VKlCJdUej.png

     

     

     

     


  5.  

    i tried this and list all the boss cards and gods. but it doesnt work.

     

    pvp_y_1-1 mapflag noitem 4302
    pvp_y_1-1 mapflag noitem 4263
    pvp_y_1-1 mapflag noitem 4305
    pvp_y_1-1 mapflag noitem 4407
    pvp_y_1-1 mapflag noitem 4386
    pvp_y_1-1 mapflag noitem 4276
    pvp_y_1-1 mapflag noitem 4425
    pvp_y_1-1 mapflag noitem 4236
    pvp_y_1-1 mapflag noitem 4318
    pvp_y_1-1 mapflag noitem 4372
    pvp_y_1-1 mapflag noitem 4132
    pvp_y_1-1 mapflag noitem 4121
    pvp_y_1-1 mapflag noitem 4361
    pvp_y_1-1 mapflag noitem 4168
    pvp_y_1-1 mapflag noitem 4169
    pvp_y_1-1 mapflag noitem 4174
    pvp_y_1-1 mapflag noitem 4047
    pvp_y_1-1 mapflag noitem 2586
    pvp_y_1-1 mapflag noitem 2630
    pvp_y_1-1 mapflag noitem 4047

    Hercules had already improved map zone to unequip the blocked item

    so you dont need this patch now

    https://github.com/HerculesWS/Hercules/commit/33a43ec41542e25ee180bda430a3de4654a46b10


  6. -    script    afkwoe    -1,{OnInit:    .timetocheck = 30;        //Seconds after which idle is checked.    .idle_time = 30;        //Idle time in seconds, from which one can be warped.end;OnPCLoginEvent:    addtimer .timetocheck*1000,strnpcinfo(3)+"::OnCheckAFK";    end;                                                               OnCheckAFK:    addtimer .timetocheck*1000,strnpcinfo(3)+"::OnCheckAFK";    if(checkidle() >= .idle_time && getmapflag(strcharinfo (3), mf_gvg)) {        dispbottom "The Police, has detected him as bot because you were in afk a long time during woe";        warp "SavePoint",0,0;        end;    }}

  7.  

    INI:

    [*]Menu "Action" -> "Add a new resource..."

    [*]Button "Open file with new resource" -> select your rocred.ini

    [*]Field "Resource Type": Enter RCDATA

    [*]Field "Resource Name": Enter CONFIG

    [*]Field "Resource Language": Enter 0

    [*]Button "Add Resource"

    [*]Menu "File" -> "Save"

    Skins (ex. background):

    [*]Menu "Action" -> "Add a new resource..."

    [*]Button "Open file with new resource" -> select your background bitmap (.bmp)

    [*]Field "Resource Type" should turn into BITMAP.

    [*]Field "Resource Name": Enter BGSKIN

    [*]Field "Resource Language": Enter 0

    [*]Button "Add Resource"

    [*]Menu "File" -> "Save"

    rocred-reshacker.png

    That works perfectly,thanks a bunch, Can I also use this method to combine ROCred with my client.exe  ?

×
×
  • Create New...

Important Information

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