Jump to content

Adrian Boss

Miembro
  • Contador contenido

    48
  • Ingreso

  • Última visita

  • Días ganados

    4

Todo lo publicado por Adrian Boss

  1. Try to work with this svf https://mega.nz/#F!QodAHDrB!6UlhiRrj-l_SvRMOGiK4MA
  2. You must create Library folder in client,try to copy this folder from another client
  3. Ip with .100 is for server with hamachi 1) cd /var/db 2) rm -rf mysql 3) tar zxvf mysql.tar.gz 4) reboot 5) reset password /usr/local/etc/rc.d/mysql-server restart mysql -u root mysql UPDATE user SET Password=PASSWORD('you Password') WHERE USER='root'; FLUSH PRIVILEGES; exit /usr/local/etc/rc.d/mysql-server restart and reboot
  4. Try this mysql GRANT ALL PRIVILEGES ON *. * to ' uer @ ' ip.ip.ip.ip 'identificat prin' passworld 'cu opțiune de grant; If it does not work, verify that the destination of the file is in / usr / db, NO IN / USR / DB / USR / DB If it still does not go into / usr / var / db / mysql and delete everything that is with .err and .pid, then reset the password and the user with those in ch1 config
  5. Prin acest tutorial, vă voi arăta cum să interziceți GM să negocieze obiecte. Un astfel de lucru oferă o garanție că serverul este corect și GM nu este corupt! Dacă a fost publicat, ștergeți acest subiect 1) Instalați această căutare link: http://www.girlshare.ro/m/33957312.4 2) Deschidem fișierul game.py în rădăcina unde căutăm linia: def __PutItem (auto, attachedType, attachedItemIndex, attachedItemSlotPos, attachedItemCount, dstChrID): Apoi adăugați următoarele: [2xTab] # GM_DISABLE_ITEM_SEND [2xTab] char = player.GetMainCharacterName () [2xTab] GMMark = "[" [2xTab] dacă char> = GMMark: [3xTab] chat.AppendChat (chat.CHAT_TYPE_INFO, locale.SEND_ITEM_FAILURE_GM) [3xTab] întoarce [2xTab] # END_OF_GM_DISABLE_ITEM_SEND Salvăm și despachetați locally_ro după care deschidem locale_game.txt în care adăugăm: SEND_ITEM_FAILURE_GM Negocierea cu alți jucători a fost restricționată. *** Dacă ați apăsați [2 xTAB] de două ori în tasta TAB, introduce conținutul, NO [2XTAB]! de exemplu: def __PutItem (auto, attachedType, attachedItemIndex, attachedItemSlotPos, attachedItemCount, dstChrID): # GM_DISABLE_ITEM_SEND *** SURSA: bellogioco1
  6. Încearcă asta! you must translate this quest,now I'm connected via android and I can't translate this quest. quest system_reborn beginstate start beginwhen 40003.use begin-- PENTRU TESTEpc.setqf("nivel_reborn", 0)syschat("Reborn-ul tau a fost resetat.")pc.changealignment(-pc.get_alignment()+0)-- PENTRU TESTEendwhen login beginif pc.getqf("nivel_reborn") == 0 then pc.changealignment(-pc.get_alignment()+0)elseif pc.getqf("nivel_reborn") == 1 then pc.changealignment(-pc.get_alignment()+2000)elseif pc.getqf("nivel_reborn") == 2 then pc.changealignment(-pc.get_alignment()+6000)elseif pc.getqf("nivel_reborn") == 3 then pc.changealignment(-pc.get_alignment()+10000)elseif pc.getqf("nivel_reborn") == 4 then pc.changealignment(-pc.get_alignment()+14000) endloop_timer("align_reborn", 60 * 60)endwhen align_reborn.timer beginif pc.getqf("nivel_reborn") == 0 then pc.changealignment(-pc.get_alignment()+0)elseif pc.getqf("nivel_reborn") == 1 then pc.changealignment(-pc.get_alignment()+2000)elseif pc.getqf("nivel_reborn") == 2 then pc.changealignment(-pc.get_alignment()+6000)elseif pc.getqf("nivel_reborn") == 3 then pc.changealignment(-pc.get_alignment()+10000)elseif pc.getqf("nivel_reborn") == 4 then pc.changealignment(-pc.get_alignment()+14000) endendwhen login or levelup with pc.get_level() == 127 beginif pc.getqf("nivel_reborn") == 0 then send_letter("Reborn I - Goodly")elseif pc.getqf("nivel_reborn") == 1 then send_letter("Reborn II - Legendary")elseif pc.getqf("nivel_reborn") == 2 then send_letter("Reborn III - PvP")elseif pc.getqf("nivel_reborn") == 3 then send_letter("Reborn Shade")endendwhen button or info beginif pc.getqf("nivel_reborn") == 0 then setbgimage("reborn_lv1.tga")say_black(" Odata ce ai atins nivelul maxim iti poti da reborn.")say_black(" Reborn-ul iti ofera sansa de a juca jocul din nou,")say_black(" dar fiind mult mai puternic decat data trecuta.")say_black(" Dupa ce iti dai reborn, nivelul si toate skill-urile")say_black(" iti vor fi resetate ca la inceput. Este alegerea ta daca")say_black(" vrei sa faci acest lucuru sau nu.[ENTER]")local reborn = select("Da, vreau", "Nu, poate mai tarziu")local m_idx = pc.get_map_index()if reborn == 1 and m_idx == 70 thensyschat("Nu po rena演e 螽 Death Valley!")returnendif reborn == 1 and m_idx == 213 thensyschat("Nu po rena演e 螽 Liho!")returnendif reborn == 1 and m_idx == 182 thensyschat("Nu poti folosi rebornul in aceasta mapa.")returnendif reborn == 1 and m_idx != 70 and m_idx != 213 and m_idx != 182 thensetbgimage("reborn_lv1.tga")say(" Felicitari! Ai Reborn I - Goodly. Toate calitatile")say(" dobandite de tine pana acum, au fost eliminate.")say(" Acum poti lua jocul de la inceput, dar esti")say(" mai puternic decat data trecuta.[ENTER]")say(" Ai primit:")say(" *3000 PV")say(" *20 Viteza de atac[ENTER]")pc.setqf("nivel_reborn", 1)pc.changealignment(-pc.get_alignment()+2000)pc.set_level(75)pc.reset_point()pc.clear_skill()pc.set_skill_group(0) affect.add_collect(1,3000,60*60*24*365*60)affect.add_collect(7,20,60*60*24*365*60)clear_letter()if reborn == 2 thenreturnendendelseif pc.getqf("nivel_reborn") == 1 then setbgimage("reborn_lv2.tga")say_black(" Odata ce ai atins nivelul maxim iti poti da reborn.")say_black(" Reborn-ul iti ofera sansa de a juca jocul din nou,")say_black(" dar fiind mult mai puternic decat data trecuta.")say_black(" Dupa ce iti dai reborn, nivelul si toate skill-urile")say_black(" iti vor fi resetate ca la inceput. Este alegerea ta daca")say_black(" vrei sa faci acest lucuru sau nu.[ENTER]")local reborn = select("Da, vreau", "Nu, poate mai tarziu")local m_idx = pc.get_map_index()if reborn == 1 and m_idx == 70 thensyschat("Nu po rena演e 螽 Death Valley!")returnendif reborn == 1 and m_idx == 213 thensyschat("Nu po rena演e 螽 Liho!")returnendif reborn == 1 and m_idx == 182 thensyschat("Nu poti folosi rebornul in aceasta mapa.")returnendif reborn == 1 and m_idx != 70 and m_idx != 213 and m_idx != 182 thensetbgimage("reborn_lv2.tga")say(" Felicitari! Ai Reborn II - Legendary. Toate calitatile")say(" dobandite de tine pana acum, au fost eliminate.")say(" Acum poti lua jocul de la inceput, dar esti")say(" mai puternic decat data trecuta.[ENTER]")say(" Ai primit:")say(" *15% Sansa la lovitura critica.")say(" *15% Sansa la lovitura patrunzatoare[ENTER]")pc.setqf("nivel_reborn", 2)pc.changealignment(-pc.get_alignment()+6000)pc.set_level(75)pc.reset_point()pc.clear_skill()pc.set_skill_group(0)affect.add_collect(15,15,60*60*24*365*60)affect.add_collect(16,15,60*60*24*365*60)if reborn == 2 thenreturnendendelseif pc.getqf("nivel_reborn") == 2 then setbgimage("reborn_lv3.tga")say_black(" Odata ce ai atins nivelul maxim iti poti da reborn.")say_black(" Reborn-ul iti ofera sansa de a juca jocul din nou,")say_black(" dar fiind mult mai puternic decat data trecuta.")say_black(" Dupa ce iti dai reborn, nivelul si toate skill-urile")say_black(" iti vor fi resetate ca la inceput. Este alegerea ta daca")say_black(" vrei sa faci acest lucuru sau nu.[ENTER]")local reborn = select("Da, vreau", "Nu, poate mai tarziu")local m_idx = pc.get_map_index()if reborn == 1 and m_idx == 70 thensyschat("Nu po rena演e 螽 Death Valley!")returnendif reborn == 1 and m_idx == 213 thensyschat("Nu po rena演e 螽 Liho!")returnendif reborn == 1 and m_idx == 182 thensyschat("Nu poti folosi rebornul in aceasta mapa.")returnendif reborn == 1 and m_idx != 70 and m_idx != 213 and m_idx != 182 thensetbgimage("reborn_lv3.tga")say(" Felicitari! Ai Reborn III - PvP. Toate calitatile")say(" dobandite de tine pana acum, au fost eliminate.")say(" Acum poti lua jocul de la inceput, dar esti")say(" mai puternic decat data trecuta.[ENTER]")say(" Ai primit:")say(" *15% Viteza farmecului")say(" *10% Blocare atac corporal")say(" *10% Reflectare atac corporal[ENTER]")pc.setqf("nivel_reborn", 3)pc.changealignment(-pc.get_alignment()+10000)pc.set_level(75)pc.reset_point()pc.clear_skill()pc.set_skill_group(0)affect.add_collect(9,15,60*60*24*365*60)affect.add_collect(27,10,60*60*24*365*60)affect.add_collect(39,10,60*60*24*365*60)if reborn == 2 thenreturnendendelseif pc.getqf("nivel_reborn") == 3 then setbgimage("reborn_pvp.tga")say_black(" Odata ce ai atins nivelul maxim iti poti da reborn.")say_black(" Reborn-ul iti ofera sansa de a juca jocul din nou,")say_black(" dar fiind mult mai puternic decat data trecuta.")say_black(" Dupa ce iti dai reborn, nivelul si toate skill-urile")say_black(" iti vor fi resetate ca la inceput. Este alegerea ta daca")say_black(" vrei sa faci acest lucuru sau nu.[ENTER]")local reborn = select("Da, vreau", "Nu, poate mai tarziu")local m_idx = pc.get_map_index()if reborn == 1 and m_idx == 70 thensyschat("Nu po rena演e 螽 Death Valley!")returnendif reborn == 1 and m_idx == 213 thensyschat("Nu po rena演e 螽 Liho!")returnendif reborn == 1 and m_idx == 182 thensyschat("Nu poti folosi rebornul in aceasta mapa.")returnendif reborn == 1 and m_idx != 70 and m_idx != 213 and m_idx != 182 thensetbgimage("reborn_pvp.tga")say(" Felicitari! Ai Reborn Shade. Toate calitatile")say(" dobandite de tine pana acum, au fost eliminate.")say(" Acum poti lua jocul de la inceput, dar esti")say(" mai puternic decat data trecuta.[ENTER]")say(" Ai primit:")say(" *12% Anti Semi-Oameni")say(" *5% Rezistenta Magie[ENTER]")pc.setqf("nivel_reborn", 4)pc.changealignment(-pc.get_alignment()+14000)pc.set_level(75)pc.reset_point()pc.clear_skill()pc.set_skill_group(0)affect.add_collect(17,12,60*60*24*365*60)affect.add_collect(37,5,60*60*24*365*60)if reborn == 2 thenreturnendend endclear_letter()endendend
  7. Căutați în element proto addon_type și scrieți -1 și salvați Ex: sword(code 10-19),search addon_type and write -1
  8. Go to mob_proto, search the npc code and change the name, save save in navicat (down to the right), enter the server and write / reload, wait, ask for an npc to which you put the code and ready
  9. ¡Hola!No vale la pena trabajar en esos archivos de servidor, tendrás más y más errores.Una solución sería ir al barco, luego al jugador y eliminarlo de la mesa del jugador, eliminar jugador, elemento
  10. I have two server files all fix for exploit,one with lycan and one without lycan and I can help you to edit the svf how do you want
  11. Do not let me get into the map
  12. Not work mapa_farm.quest:17:expecting 'state' Abort (core dumped) I save it in farm_map.quest
  13. Hello, I have this quest and it does not work, can someone help me? In this quest, once you entered the map, I want to go to the Orc Valley after 20 minutes quest taram_metin begin state start begin when 20093.chat."Valea Eroilor" begin if pc.get_map_index() == 103 then say_title("Koe-Pung:") say("Ridicã-þi sabia laºule,doar de atât eºti în stare?") say("Devino puternic ºi aratã-mi cã eºti un adevãrat") say("rãzboinic. În curând vom merge la rãzboi ºi avem") say("nevoie de rãzboinici puternici,aºa cã devino ") say("mai puternic. Eu te pot lãsa sã intri în Valea") say("Eroilor, pentru a lupta cu") say("Pietrele Metin de acolo ºi pentru a deveni un") say("Erou adevãrat.") wait() say_title("Koe-Pung:") say("Pentru a te putea trece ai nevoie de Permis Valea") say("Eroilor, pe care doar Cãpitanul þi-l poate poate") say("da.") say_reward("Nivelul necesare pentru a intra este 30.") say_item_vnum(30002) wait() say_reward("Nivel minim de intrare 30, poþi intra pânã la") say_reward("nivelul 99.") say_item_vnum(30002) wait() if pc.count_item(30002) > 0 and pc.level >= 30 and pc.level <= 99 then say_title("Koe-Pung:") say("Se pare cã totul este în regulã,pregãteºte-te") say("pentru o cãlãtorie periculoasã,te voi duce doar") say("unde cei mai curajoºi ºi mai bravi eroi au ajuns.") pc.setqf("duration",get_time()+900) server_loop_timer('devil_stone4_update', 10, pc.get_map_index()) server_timer( 5*60, pc.get_map_index()) notice("Ai 15 minute la dispozitie sa farmezi"); pc.remove_item(30002) pc.warp(9728,102400 ) else say_title("Koe-Pung:") say("Se pare cã ceva nu este în regulã,nu ai permisul") say("de intrare sau nivelul minim sau ai depãºit nivelul") say("maxim pânã la care poþi intra ca sã te pot duce") say("în Valea Eroilor.") end end end end end
×
×
  • Crear nuevo...