Перейти к содержанию

hakilo

Очередь
  • Постов

    42
  • Зарегистрирован

  • Посещение

Весь контент hakilo

  1. Есть у кого рабочая команда @petinfo если да скиньте пожалуйста, И интересует такой вариант как @homrename (Переименовать гомункула) Заранее благодарен=)
  2. hakilo

    Реально ли?

    Реально ли в вещь засунуть такие фукции как: @petrename в простую вещь ?) что бы когда открываешь сработала эта команда,если да то как?)) { set Zeny,Zeny+rand(1000,10000); } - зени, а команду как запулить ?)))
  3. hakilo

    С НОВЫМ ГОДОМ

    С НОВЫМ ГОДОМ!)))))))))))))
  4. if( bl->type == BL_PC && sd->state.novenders && (((TBL_PC*)bl)->state.vending || ((TBL_PC*)bl)->state.buyingstore) ) return;
  5. и снова я с ошибками clif.c: In function 'clif_spawn': clif.c:1635:27: error: 'sd' undeclared (first use in this function) clif.c:1635:27: note: each undeclared identifier is reported only once for each function it appears in clif.c:1636:3: warning: 'return' with no value, in function returning non-void [-Wreturn-type] make[1]: *** [obj_sql/clif.o] Error 1 make[1]: Leaving directory `/var/www/eAthena/rAthena/src/map' make: *** [map_sql] Error 2
  6. на сайт допустим,это просто картинка с анимацией моба... в клиент её пихать не надо ...
  7. все та же ошибка ) atcommand.c: In function 'atcommand_partybuff': atcommand.c:11048:3: warning: passing argument 1 of 'msg_txt' makes integer from pointer without a cast [enabled by default] atcommand.c:110:13: note: expected 'int' but argument is of type 'struct map_session_data *' atcommand.c:11048:3: error: too many arguments to function 'msg_txt' atcommand.c:110:13: note: declared here atcommand.c:11054:3: warning: passing argument 1 of 'msg_txt' makes integer from pointer without a cast [enabled by default] atcommand.c:110:13: note: expected 'int' but argument is of type 'struct map_session_data *' atcommand.c:11054:3: error: too many arguments to function 'msg_txt' atcommand.c:110:13: note: declared here atcommand.c:11057:3: warning: passing argument 1 of 'msg_txt' makes integer from pointer without a cast [enabled by default] atcommand.c:110:13: note: expected 'int' but argument is of type 'struct map_session_data *' atcommand.c:11057:3: error: too many arguments to function 'msg_txt' atcommand.c:110:13: note: declared here Ладно спасибо,попробую разобраться ночью сегодня )
  8. ACMD_FUNC(partybuff) { struct party_data* p = NULL; nullpo_retr(-1, sd); if( !sd->status.party_id ) { clif_displaymessage(fd, msg_txt(sd,1450)); // You're not in a party. return -1; } p = party_search(sd->status.party_id); if( sd->state.spb ) { sd->state.spb = 0; clif_displaymessage(fd, msg_txt(sd,1451)); // Displaying party member's buffs disabled. } else { sd->state.spb = 1; clif_displaymessage(fd, msg_txt(sd,1452)); // Displaying party member's buffs enabled. } clif_party_info(p,sd); return 0; } ACMD_DEF(partybuff), ACMD_DEF2("spb", partybuff),
  9. и вообще где можно глянуть расшифровку ошибок,а то бывает такое что есть ошибка,а понять не могу как сейчас )
  10. Помогите разобраться с кодом ошибки ) Учил немецкий язык ))) не пойму чего оно от меня хочет ругается после добавления команды SPB только в atcommand.c в остальных сорцах нет atcommand.c: In function 'atcommand_partybuff': atcommand.c:11049:6: warning: passing argument 1 of 'msg_txt' makes integer from pointer without a cast [enabled by default] atcommand.c:110:13: note: expected 'int' but argument is of type 'struct map_session_data *' atcommand.c:11049:6: error: too many arguments to function 'msg_txt' atcommand.c:110:13: note: declared here atcommand.c:11057:6: warning: passing argument 1 of 'msg_txt' makes integer from pointer without a cast [enabled by default] atcommand.c:110:13: note: expected 'int' but argument is of type 'struct map_session_data *' atcommand.c:11057:6: error: too many arguments to function 'msg_txt' atcommand.c:110:13: note: declared here atcommand.c:11060:6: warning: passing argument 1 of 'msg_txt' makes integer from pointer without a cast [enabled by default] atcommand.c:110:13: note: expected 'int' but argument is of type 'struct map_session_data *' atcommand.c:11060:6: error: too many arguments to function 'msg_txt' atcommand.c:110:13: note: declared here make[1]: *** [obj_sql/atcommand.o] Error 1 make[1]: Leaving directory `/var/www/eAthena/rAthena/src/map' make: *** [map_sql] Error 2
  11. да оказывается что функция томб уже есть по стандарту а Ратене ) спасибо тебе большое )
  12. 202 ревизия еще 2012 04 10... )) это я все знаю... менял еще на 2010 года и луа от них же они фиг краш именно когда мвп убиваю у них на локе с блуди бранча все нормально
  13. м ехе дифал не однократно,подбирал разные... 2) луа файлы тоже менял 3) клиент использую самый новый да с этого сайта )
  14. Проблема в следующем: подхожу к МВП убиваю и краш... юзаю новую Рдату и дату, еще 2012 04 10а Кто знает в чём проблема ?))
×
×
  • Создать...
Яндекс.Метрика