Search results

  1. H

    Start Weight

    Where I can edit the start weight?
  2. H

    Desactive Item Compare

    How i can remove that option in my hexed? option checked red in inventory. i want remove, because that option it is giving error in my hexed.
  3. H

    Add Increase Headgear ViewID in Hexed Diffed

    How i can add this settings in my hexed diffed? Increase Headgear ViewID - 4000 I have done many manual changes to my hexed and would not want to do another. Does anyone know how to do this?   I use hexed 2013-08-07
  4. H

    alter language

    ..... problem this command BUILDIN(failedrefitemR) // by jakeRed{ int i=-1,num,ep,ref; TBL_PC *sd; num = script_getnum(st,2); // Equip Slot ref = script_getnum(st,3); // Refine Points Lost sd = script->rid2sd(st); if( sd == NULL ) return 0; if( num > 0 && num <=...
  5. H

    Help...

    Command: ACMD(helper){ int new_group = 0; nullpo_retr(-1, sd); if (!pc_group_exists(3) || !pc_group_exists(4)) { clif->message(fd, msg_fd(fd,1227)); // Specified group does not exist. return -1; } if ( sd->group_id == 4) { sd->group_id = 3; clif->message(fd,"Mensagens do sistema...
  6. H

    Help...

    Error in console: [Status]: Map Server is now online.[Info]: Received Fame List of '0' characters.[Status]: Received '40' guild castles from char-server.[Notice]: Abnormal end of connection (ip: 201.11.161.15): Unknown packet 0x5548[Info]: Closed connection from '201.11.161.15'.[Notice]...
  7. H

    implicit declaration of function ‘itemdb_searchrandomid’

    problem:   script.c: In function ‘buildin_getstorageitem’: script.c:17571: warning: implicit declaration of function ‘itemdb_searchrandomid’   code: else { nameid = script_getnum(st,2); if ( nameid < 0 ) nameid = itemdb_searchrandomid(-nameid); if ( nameid <= 0 ||...
Back
Top