Jump to content

HD Scripts

Members
  • Posts

    183
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by HD Scripts

  1. change bindatcmd "item", strnpcinfo(3)+"::OnAtcommand"; by: bindatcmd "item", "atcmd_noitem::OnAtcommand";
  2. find OnMVP_Start: add before: // every 3hrs OnHour00: OnHour03: OnHour06: OnHour09: OnHour12: OnHour15: OnHour18: OnHour21: goto OnMVP_Start; OnMVP_Start:
  3. everyone char. i download this server day 31/08/2018 from github. make upload from everyone files from sql-files normal. don't crash mapserver, and i just clean up db totally
  4. anyone, when drop from monster not...but i'm drop item from inventory get error... on pick item from floor, get error
  5. hi again '-' somebody can tell me why this error on console? on pick items from floor, get this error. too on npc script, to delete items have this error. pls, how to fix it?
  6. Oh @Kakaroto, thanks so much ? @edit @Kakaroto, I installed "python", I ran, but I still have not changed the commands in the "npc" folder ... did I correct it?
  7. Hi '-' Where i find a list for the new emotion list from rathena? eg: before: emotion e_omg; after: emotion ET_HUK; ... i have this console error: Usage of deprecated constant 'E_OMG'. This constant was deprecated and could become unavailable anytime soon.
  8. So, do u imported SQL code to mysql?
  9. Olha cara, eu não sou burro. Só pedi pra dizer como é porque nunca vi esse script. Ou talvez eu conheça por outro nome. Outro motivo de eu perguntar, é que eu poderia tentar fazer pra ti. Mas depois disso, se vira.
  10. Sim, eu imaginei isso... Mas como seria, tu clica no npc e ele retira as cartas que estão no inventário?
  11. Hi guys '-' I trying to add a skill called "Fishing". But, when click on skill "ALT+S" (hexed 20100730) give-me Gravity Error. Someone have an sprite to skill "8500" (custom). See the pic > @edit Solved. Can close. Ths.
  12. So, i just remove line <version> from clientinfo.xml? My clif_packetdb.h: // 2014-10-22bRagexe #if PACKETVER >= 20141022 packet(0x006d,149); packet(0x08e3,149); // New Packet packet(0x0A18,14); // ZC_ACCEPT_ENTER3 packet(0x0A27,8); packet(0x0A28,3); // ZC_ACK_OPENSTORE2 packet(0x09FD,-1); // ZC_NOTIFY_MOVEENTRY11 packet(0x09FE,-1); // ZC_NOTIFY_NEWENTRY11 packet(0x09FF,-1); // ZC_NOTIFY_STANDENTRY11 //packet(0x09F8,-1); // ZC_ALL_QUEST_LIST3 #endif // 2015-02-25aRagexeRE #if PACKETVER >= 20150225 packet(0x0A09,45); // ZC_ADD_EXCHANGE_ITEM3 packet(0x0A0A,47); // ZC_ADD_ITEM_TO_STORE3 packet(0x0A0B,47); // ZC_ADD_ITEM_TO_CART3 packet(0x0A0C,56); // ZC_ITEM_PICKUP_ACK_V6 packet(0x0A0D,-1); // ZC_INVENTORY_ITEMLIST_EQUIP_V6 packet(0x0A0F,-1); // ZC_CART_ITEMLIST_EQUIP_V6 packet(0x0A10,-1); // ZC_STORE_ITEMLIST_EQUIP_V6 packet(0x0A2D,-1); // ZC_EQUIPWIN_MICROSCOPE_V6 #endif Should not be 20140305 soon after 20141022?
  13. Guys, we have a problem '-' The rathena emulator does not accept hexed 2014? I did not find the packet_db, and I do not know where the settings are besides packets.h packets.h: #define PACKETVER 20140305 //#define PACKET_OBFUSCATION //#define PACKET_OBFUSCATION_WARN //#define PACKET_OBFUSCATION_KEY1 <key1> //#define PACKET_OBFUSCATION_KEY2 <key2> //#define PACKET_OBFUSCATION_KEY3 <key3> clientinfo.xml <version>46</version> <langtype>12</langtype> Please guide me where should i change to work this hexed? I use it in another older emulator, and in the newer one, it should work perfectly. thanks!
  14. Yep, but this emulador is almost complete configuration... I want to implement this command '-' I need help
  15. Yeah man, i sad, my emulador don't have this function... i want to implement this function on my "src".
  16. Hi guys, i try to find the commit refeers "bindatcmd", where i found it? because, my emulator, is very old and don't have this function... thaks PS: sorry for bad english
  17. emulator/conf/char_athena.conf // Manage possible letters/symbol in the name of charater. Control character (0x00-0x1f) are never accepted. Possible values are: // NOTE: Applies to character, party and guild names. // 0: no restriction (default) // 1: only letters/symbols in 'char_name_letters' option. // 2: Letters/symbols in 'char_name_letters' option are forbidden. All others are possibles. char_name_option: 1 // Set the letters/symbols that you want use with the 'char_name_option' option. // Note: Don't add spaces unless you mean to add 'space' to the list. char_name_letters: abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890
×
×
  • Create New...