Jump to content

Pixel

Members
  • Posts

    65
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by Pixel

  1. I have a very critical problem and I have already asked for help from everyone I know who understands ragnarok and nobody can help me, the deal is as follows, I can log normal in the emulator, however when I use @go, @item and @ Warp the char simply hangs, it does not show any error in the emulator, however the char stands still and I can not move. What I've done to try to solve: - I tried to use other emulators (Everyone gives the same error). - I deleted it and created the database again. - I formatted the machine several times (I've already used win 7 and 10 of 32 bits). - I tried to recompile the emulator with VS 2012, 2010 and 2015. - Updated Drivers. - Directx updated. - Sometimes the error occurs on any private server as well. - Ragnarok updated. I use xampp. NOTE: When I format the computer I can move at least 1 day without the problem occurring, then the problem starts again. I believe that it is a problem with the notebook because in my pc gamer that I sold I never had any problems with the emulator, however I need a solution. I will be very grateful if you can help me
  2. Provavelmente a data que você está utilizando já estava com essas modificações(apenas nas descrições), para retirar basta verificar o arquivo data/idnum2itemdesctable.txt
  3. Desmarque a opção "Safetv check more than 10million Zeny".
  4. Você tem que adicionar a variável mvp_points no evento OnNPCKillEvent:
  5. Só lembrando que para clients 2012+ deve adicionar também no itemInfo.lua se não fica como unknow item. System/itemInfo.lua Procure: [25008] = { unidentifiedDisplayName = "Beast Powder Box", unidentifiedResourceName = "²öÀû²öÀûÇѵ¶box", unidentifiedDescriptionName = { "Beast_Powder_Box", }, identifiedDisplayName = "Beast Powder Box", identifiedResourceName = "²öÀû²öÀûÇѵ¶box", identifiedDescriptionName = { "Beast_Powder_Box", }, slotCount = 0, ClassNum = 0 }, Basta adicionar abaixo o custom item seguindo o modelo: [iDDOITEM] = { unidentifiedDisplayName = "NOMEDOITEMNOCLIENT", unidentifiedResourceName = "NOMEDASPRITE", unidentifiedDescriptionName = { "NOMEDASPRITE", }, identifiedDisplayName = "NOMEDOITEMNOCLIENT", identifiedResourceName = "NOMEDASPRITE", identifiedDescriptionName = { "NOMEDASPRITE", }, slotCount = QUANTIDADEDESLOTS, ClassNum = 0 }, Em breve vou fazer uns tutoriais para a galera Br do RAthena, mesmo sendo poucos.. deixa só eu folgar mais um pouco.
×
×
  • Create New...