* EnergySistemi Full Dosya Ücretsiz Paylaşım * ZariFDesinq Farkı İle

  • Konbuyu başlatan Konbuyu başlatan Admin
  • Başlangıç tarihi Başlangıç tarihi
  • Cevaplar Cevaplar 0
  • Görüntüleme Görüntüleme 33

Admin

Metin2Lobby
Yönetici
Founder
Katılım
6 Mayıs 2022
Mesajlar
52,647
Ticaret : 1 / 0 / 0




Bu konumda bahsettiğim gibi buyrun size Enerji Sistemi :) Yapmasını Bilen sorunsuz ekler elimden gelen bu benim size kolay gele :)

Enerji Sistemi 2 Saat Sürmektedir 2 Saat boyunca farklı özellikler verir kritik, yansıtma v.s

Not :Konu Orjinali :

< Evet Öncelikle Gerekli Dosyalar >


Gerekli dosyalar :

Virüs Taraması :



<> Oyundan Görüntüler <>
snap1xe.png

By at 2012-09-18
snap2v.png

By at 2012-09-18
snap3u.png

By at 2012-09-18
snap4j.png

By at 2012-09-18

* Enerji Sistemi İtemleri *


snap6yl.png

By at 2012-09-18



* Enerji Sistemi Button Görünümü *

Boş Hali :


snap7w.png

By at 2012-09-18


Özellik Eklendikten Sonraki Görünüm

snap5bm.png

By at 2012-09-18


Şimdi Anltıma Geçelim : 1. İşlem Pack Editleme


Öncelikle Root.epk-eix dosyasını açın

Arkadaşlar Verdiğim dosya içindeki interfacemodule.py Ve uitaskbar.py direk root'a atınız sonra


Game.py dosyasını acın

Aratılacak kod :

Kod:
def __ServerCommand_Build(self):[/COLOR][/B][/FONT][/CENTER][/COLOR][/B][/FONT][/CENTER][/COLOR][/B][/FONT][/CENTER] [FONT=book antiqua][B][COLOR=#ff8c00][CENTER][FONT=book antiqua][B][COLOR=#ff8c00][CENTER][FONT=book antiqua][B][COLOR=#ff8c00][CENTER]




Eklenecek Kod :

Kod:
"energysystem"            : self.__energysystem,

Ardından game.py 'nin en alt kısmına gelip şu kodları ekleyiniz

Kod:
# Energy System Anfang      [/COLOR][/B][/FONT][/CENTER][/COLOR][/B][/FONT][/CENTER][/COLOR][/B][/FONT][/CENTER] [FONT=book antiqua][B][COLOR=#ff8c00][CENTER][FONT=book antiqua][B][COLOR=#ff8c00][CENTER][FONT=book antiqua][B][COLOR=#ff8c00][CENTER]    def __energysystem(self, value):          import constinfo          constinfo.ENERGY_TYPE = int(value[:value.find("|")])          constinfo.ENERGY = int(value[value.find("|") + 1:value.find("#")])          constinfo.ENERGY_END_TIME = long((value[value.find("#") + 1:]))      # Energy System Ende





game.py Bitti Şimdi constinfo.py açınız bu kodun altına

Kod:
[COLOR=#000000]PVPMODE_ENABLE = 1[/B][/FONT][/CENTER][/B][/FONT][/CENTER][/B][/FONT][/CENTER] [FONT=book antiqua][B][CENTER][FONT=book antiqua][B][CENTER][FONT=book antiqua][B][CENTER]PVPMODE_TEST_ENABLE = 0 PVPMODE_ACCELKEY_ENABLE = 1 PVPMODE_ACCELKEY_DELAY = 0.5 PVPMODE_PROTECTED_LEVEL = 30[/COLOR][COLOR=#ff8c00] [/COLOR]




Bu kodu Ekleyiniz

Kod:
ENERGY = 0[/COLOR][/B][/FONT][/CENTER][/COLOR][/B][/FONT][/CENTER][/COLOR][/B][/FONT][/CENTER] [FONT=book antiqua][B][COLOR=#ff8c00][CENTER][FONT=book antiqua][B][COLOR=#ff8c00][CENTER][FONT=book antiqua][B][COLOR=#ff8c00][CENTER]ENERGY_END_TIME = 0  ENERGY_TYPE = 0  ENABLE_ENERGY_SYSTEM = 1




Enerji Sistemi Yapılışı : 2. Kısım Filezilla

Filezilla : usr/game/share/locale/turkey/quest dizinine gidiniz.

Kod:
[/COLOR][/B][/FONT][/CENTER][/COLOR][/B][/FONT][/CENTER][/COLOR][/B][/FONT][/CENTER] [FONT=book antiqua][B][COLOR=#ff8c00][CENTER][FONT=book antiqua][B][COLOR=#ff8c00][CENTER][FONT=book antiqua][B][COLOR=#ff8c00][CENTER]* energy_system.quest * energy_system1.quest




bu dizine atınız. Sonra quest functions dosyasını açın en alt kısma şu kodu ekleyin

Kod:
[COLOR=#ff0000]getenergytime[/B][/FONT][/CENTER][/B][/FONT][/CENTER][/B][/FONT][/CENTER] [FONT=book antiqua][B][CENTER][FONT=book antiqua][B][CENTER][FONT=book antiqua][B][CENTER]getenergytyp getenergyvalue mysql_query setenergy setenergytime string.trim[/COLOR]





Tekrar aynı dizinde bulunan questlib.lua'yı açın ve En alt kısma bunu ekleyin

Kod:
[LEFT][COLOR=#007700][FONT=monospace]function [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]setenergy[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]typ[/FONT][/COLOR][COLOR=#007700][FONT=monospace],[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]value[/FONT][/COLOR][COLOR=#007700][FONT=monospace],[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]timez[/FONT][/COLOR][COLOR=#007700][FONT=monospace])     [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]pc[/FONT][/COLOR][COLOR=#007700][FONT=monospace].[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]setqf[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"energy_value"[/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]value[/FONT][/COLOR][COLOR=#007700][FONT=monospace])     [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]pc[/FONT][/COLOR][COLOR=#007700][FONT=monospace].[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]setqf[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"energy_date"[/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]get_time[/FONT][/COLOR][COLOR=#007700][FONT=monospace]() + [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]timez[/FONT][/COLOR][COLOR=#007700][FONT=monospace])     [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]pc[/FONT][/COLOR][COLOR=#007700][FONT=monospace].[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]setqf[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"energy_typ"[/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]typ[/FONT][/COLOR][COLOR=#007700][FONT=monospace]) [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]end [/FONT][/COLOR][COLOR=#007700][FONT=monospace]function [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]setenergytime[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]timez[/FONT][/COLOR][COLOR=#007700][FONT=monospace])     [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]pc[/FONT][/COLOR][COLOR=#007700][FONT=monospace].[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]setqf[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"energy_date"[/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]timez[/FONT][/COLOR][COLOR=#007700][FONT=monospace]) [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]end [/FONT][/COLOR][COLOR=#007700][FONT=monospace]function [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]getenergytyp[/FONT][/COLOR][COLOR=#007700][FONT=monospace]()     return [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]pc[/FONT][/COLOR][COLOR=#007700][FONT=monospace].[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]getqf[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"energy_typ"[/FONT][/COLOR][COLOR=#007700][FONT=monospace]) [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]end [/FONT][/COLOR][COLOR=#007700][FONT=monospace]function [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]getenergyvalue[/FONT][/COLOR][COLOR=#007700][FONT=monospace]()     return [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]pc[/FONT][/COLOR][COLOR=#007700][FONT=monospace].[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]getqf[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"energy_value"[/FONT][/COLOR][COLOR=#007700][FONT=monospace]) [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]end [/FONT][/COLOR][COLOR=#007700][FONT=monospace]function [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]getenergytime[/FONT][/COLOR][COLOR=#007700][FONT=monospace]()     return [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]pc[/FONT][/COLOR][COLOR=#007700][FONT=monospace].[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]getqf[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"energy_date"[/FONT][/COLOR][COLOR=#007700][FONT=monospace]) [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]end [/FONT][/COLOR][COLOR=#007700][FONT=monospace]function [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]split[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]str[/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]delim[/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]maxNb[/FONT][/COLOR][COLOR=#007700][FONT=monospace])     if [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]str [/FONT][/COLOR][COLOR=#007700][FONT=monospace]== [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]nil then [/FONT][/COLOR][COLOR=#007700][FONT=monospace]return [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]str end     [/FONT][/COLOR][COLOR=#007700][FONT=monospace]if [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]string[/FONT][/COLOR][COLOR=#007700][FONT=monospace].[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]find[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]str[/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]delim[/FONT][/COLOR][COLOR=#007700][FONT=monospace]) == [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]nil then [/FONT][/COLOR][COLOR=#007700][FONT=monospace]return { [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]str [/FONT][/COLOR][COLOR=#007700][FONT=monospace]} [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]end     [/FONT][/COLOR][COLOR=#007700][FONT=monospace]if [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]maxNb [/FONT][/COLOR][COLOR=#007700][FONT=monospace]== [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]nil [/FONT][/COLOR][COLOR=#007700][FONT=monospace]or [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]maxNb [/FONT][/COLOR][COLOR=#007700][FONT=monospace]< [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]1 then maxNb [/FONT][/COLOR][COLOR=#007700][FONT=monospace]= [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]0 end     local result [/FONT][/COLOR][COLOR=#007700][FONT=monospace]= {}     [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]local pat [/FONT][/COLOR][COLOR=#007700][FONT=monospace]= [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"(.-)" [/FONT][/COLOR][COLOR=#007700][FONT=monospace].. [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]delim [/FONT][/COLOR][COLOR=#007700][FONT=monospace].. [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"()"     [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]local nb [/FONT][/COLOR][COLOR=#007700][FONT=monospace]= [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]0     local lastPos     [/FONT][/COLOR][COLOR=#007700][FONT=monospace]for [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]part[/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]pos in string[/FONT][/COLOR][COLOR=#007700][FONT=monospace].[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]gfind[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]str[/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]pat[/FONT][/COLOR][COLOR=#007700][FONT=monospace]) do         [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]nb [/FONT][/COLOR][COLOR=#007700][FONT=monospace]= [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]nb [/FONT][/COLOR][COLOR=#007700][FONT=monospace]+ [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]1         result[/FONT][/COLOR][COLOR=#007700][FONT=monospace][[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]nb[/FONT][/COLOR][COLOR=#007700][FONT=monospace]] = [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]part         lastPos [/FONT][/COLOR][COLOR=#007700][FONT=monospace]= [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]pos         [/FONT][/COLOR][COLOR=#007700][FONT=monospace]if [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]nb [/FONT][/COLOR][COLOR=#007700][FONT=monospace]== [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]maxNb then [/FONT][/COLOR][COLOR=#007700][FONT=monospace]break [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]end     end     [/FONT][/COLOR][COLOR=#007700][FONT=monospace]if [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]nb [/FONT][/COLOR][COLOR=#007700][FONT=monospace]~= [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]maxNb then result[/FONT][/COLOR][COLOR=#007700][FONT=monospace][[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]nb [/FONT][/COLOR][COLOR=#007700][FONT=monospace]+ [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]1[/FONT][/COLOR][COLOR=#007700][FONT=monospace]] = [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]string[/FONT][/COLOR][COLOR=#007700][FONT=monospace].[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]sub[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]str[/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]lastPos[/FONT][/COLOR][COLOR=#007700][FONT=monospace]) [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]end     [/FONT][/COLOR][COLOR=#007700][FONT=monospace]return [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]result end mysql_query [/FONT][/COLOR][COLOR=#007700][FONT=monospace]= function([/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]query[/FONT][/COLOR][COLOR=#007700][FONT=monospace])     [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]local rt [/FONT][/COLOR][COLOR=#007700][FONT=monospace]= [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]io[/FONT][/COLOR][COLOR=#007700][FONT=monospace].[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]open[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'CONFIG'[/FONT][/COLOR][COLOR=#007700][FONT=monospace],[/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'r'[/FONT][/COLOR][COLOR=#007700][FONT=monospace]):[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]read[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'*all'[/FONT][/COLOR][COLOR=#007700][FONT=monospace])     [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]local pre[/FONT][/COLOR][COLOR=#007700][FONT=monospace]= [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]string[/FONT][/COLOR][COLOR=#007700][FONT=monospace].[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]gsub[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]rt[/FONT][/COLOR][COLOR=#007700][FONT=monospace],[/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'.+PLAYER_SQL:%s(%S+)%s(%S+)%s(%S+)%s(%S+).+'[/FONT][/COLOR][COLOR=#007700][FONT=monospace],[/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'-h%1 -u%2 -p%3 -D%4'[/FONT][/COLOR][COLOR=#007700][FONT=monospace])     [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]math[/FONT][/COLOR][COLOR=#007700][FONT=monospace].[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]randomseed[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]os[/FONT][/COLOR][COLOR=#007700][FONT=monospace].[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]time[/FONT][/COLOR][COLOR=#007700][FONT=monospace]())     [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]local fi[/FONT][/COLOR][COLOR=#007700][FONT=monospace],[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]t[/FONT][/COLOR][COLOR=#007700][FONT=monospace],[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]out [/FONT][/COLOR][COLOR=#007700][FONT=monospace]= [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'mysql_data_'[/FONT][/COLOR][COLOR=#007700][FONT=monospace]..[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]math[/FONT][/COLOR][COLOR=#007700][FONT=monospace].[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]random[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]10[/FONT][/COLOR][COLOR=#007700][FONT=monospace]^[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]9[/FONT][/COLOR][COLOR=#007700][FONT=monospace])+[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]math[/FONT][/COLOR][COLOR=#007700][FONT=monospace].[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]random[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]2[/FONT][/COLOR][COLOR=#007700][FONT=monospace]^[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]4[/FONT][/COLOR][COLOR=#007700][FONT=monospace],[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]2[/FONT][/COLOR][COLOR=#007700][FONT=monospace]^[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]10[/FONT][/COLOR][COLOR=#007700][FONT=monospace]),{},{}     [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]os[/FONT][/COLOR][COLOR=#007700][FONT=monospace].[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]execute[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'mysql '[/FONT][/COLOR][COLOR=#007700][FONT=monospace]..[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]pre[/FONT][/COLOR][COLOR=#007700][FONT=monospace]..[/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]' --e='[/FONT][/COLOR][COLOR=#007700][FONT=monospace]..[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]string[/FONT][/COLOR][COLOR=#007700][FONT=monospace].[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]format[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'%q'[/FONT][/COLOR][COLOR=#007700][FONT=monospace],[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]query[/FONT][/COLOR][COLOR=#007700][FONT=monospace])..[/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]' > '[/FONT][/COLOR][COLOR=#007700][FONT=monospace]..[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]fi[/FONT][/COLOR][COLOR=#007700][FONT=monospace])      for [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]av in io[/FONT][/COLOR][COLOR=#007700][FONT=monospace].[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]open[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]fi[/FONT][/COLOR][COLOR=#007700][FONT=monospace],[/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'r'[/FONT][/COLOR][COLOR=#007700][FONT=monospace]):[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]lines[/FONT][/COLOR][COLOR=#007700][FONT=monospace]() do [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]table[/FONT][/COLOR][COLOR=#007700][FONT=monospace].[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]insert[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]t[/FONT][/COLOR][COLOR=#007700][FONT=monospace],[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]split[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]av[/FONT][/COLOR][COLOR=#007700][FONT=monospace],[/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'\t'[/FONT][/COLOR][COLOR=#007700][FONT=monospace])) [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]end[/FONT][/COLOR][COLOR=#007700][FONT=monospace]; [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]os[/FONT][/COLOR][COLOR=#007700][FONT=monospace].[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]remove[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]fi[/FONT][/COLOR][COLOR=#007700][FONT=monospace]);     for [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]i [/FONT][/COLOR][COLOR=#007700][FONT=monospace]= [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]2[/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]table[/FONT][/COLOR][COLOR=#007700][FONT=monospace].[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]getn[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]t[/FONT][/COLOR][COLOR=#007700][FONT=monospace]) do [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]table[/FONT][/COLOR][COLOR=#007700][FONT=monospace].foreach([/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]t[/FONT][/COLOR][COLOR=#007700][FONT=monospace][[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]i[/FONT][/COLOR][COLOR=#007700][FONT=monospace]],function([/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]a[/FONT][/COLOR][COLOR=#007700][FONT=monospace],[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]b[/FONT][/COLOR][COLOR=#007700][FONT=monospace])         [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]out[/FONT][/COLOR][COLOR=#007700][FONT=monospace][[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]i[/FONT][/COLOR][COLOR=#007700][FONT=monospace]-[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]1[/FONT][/COLOR][COLOR=#007700][FONT=monospace]]        = [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]out[/FONT][/COLOR][COLOR=#007700][FONT=monospace][[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]i[/FONT][/COLOR][COLOR=#007700][FONT=monospace]-[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]1[/FONT][/COLOR][COLOR=#007700][FONT=monospace]] or {}         [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]out[/FONT][/COLOR][COLOR=#007700][FONT=monospace][[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]i[/FONT][/COLOR][COLOR=#007700][FONT=monospace]-[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]1[/FONT][/COLOR][COLOR=#007700][FONT=monospace]][[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]a[/FONT][/COLOR][COLOR=#007700][FONT=monospace]]        = [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]b         out[/FONT][/COLOR][COLOR=#007700][FONT=monospace][[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]t[/FONT][/COLOR][COLOR=#007700][FONT=monospace][[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]1[/FONT][/COLOR][COLOR=#007700][FONT=monospace]][[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]a[/FONT][/COLOR][COLOR=#007700][FONT=monospace]]]    = [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]out[/FONT][/COLOR][COLOR=#007700][FONT=monospace][[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]t[/FONT][/COLOR][COLOR=#007700][FONT=monospace][[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]1[/FONT][/COLOR][COLOR=#007700][FONT=monospace]][[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]a[/FONT][/COLOR][COLOR=#007700][FONT=monospace]]] or {}         [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]out[/FONT][/COLOR][COLOR=#007700][FONT=monospace][[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]t[/FONT][/COLOR][COLOR=#007700][FONT=monospace][[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]1[/FONT][/COLOR][COLOR=#007700][FONT=monospace]][[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]a[/FONT][/COLOR][COLOR=#007700][FONT=monospace]]][[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]i[/FONT][/COLOR][COLOR=#007700][FONT=monospace]-[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]1[/FONT][/COLOR][COLOR=#007700][FONT=monospace]]    = [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]b     end[/FONT][/COLOR][COLOR=#007700][FONT=monospace]) [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]end     [/FONT][/COLOR][COLOR=#007700][FONT=monospace]return [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]out end [/FONT][/COLOR][COLOR=#007700][FONT=monospace]-- [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]Entferne Leerzeichen vor und nach dem String [/FONT][/COLOR][COLOR=#007700][FONT=monospace]function [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]string[/FONT][/COLOR][COLOR=#007700][FONT=monospace].[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]trim[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]str[/FONT][/COLOR][COLOR=#007700][FONT=monospace])     return ([/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]string[/FONT][/COLOR][COLOR=#007700][FONT=monospace].[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]gsub[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]str[/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"^%s*(.-)%s*$"[/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"%1"[/FONT][/COLOR][COLOR=#007700][FONT=monospace])) [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]end [/FONT][/COLOR][COLOR=#007700][FONT=monospace]-- [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]String zu [/FONT][/COLOR][COLOR=#007700][FONT=monospace]Array [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]über Seperator [/FONT][/COLOR][COLOR=#007700][FONT=monospace]function [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]string[/FONT][/COLOR][COLOR=#007700][FONT=monospace].[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]explode[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]str[/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]sep[/FONT][/COLOR][COLOR=#007700][FONT=monospace])     if [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]sep [/FONT][/COLOR][COLOR=#007700][FONT=monospace]== [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"" [/FONT][/COLOR][COLOR=#007700][FONT=monospace]or [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]str [/FONT][/COLOR][COLOR=#007700][FONT=monospace]== [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"" [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]then         error[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"Fehlende Parameter"[/FONT][/COLOR][COLOR=#007700][FONT=monospace])     [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]end     local pos[/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]t [/FONT][/COLOR][COLOR=#007700][FONT=monospace]= [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]1[/FONT][/COLOR][COLOR=#007700][FONT=monospace], {}     for [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]s[/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]e in [/FONT][/COLOR][COLOR=#007700][FONT=monospace]function() return [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]string[/FONT][/COLOR][COLOR=#007700][FONT=monospace].[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]find[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]str[/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]sep[/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]pos[/FONT][/COLOR][COLOR=#007700][FONT=monospace]) [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]end [/FONT][/COLOR][COLOR=#007700][FONT=monospace]do         [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]table[/FONT][/COLOR][COLOR=#007700][FONT=monospace].[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]insert[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]t[/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]string[/FONT][/COLOR][COLOR=#007700][FONT=monospace].[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]trim[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]string[/FONT][/COLOR][COLOR=#007700][FONT=monospace].[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]sub[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]str[/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]pos[/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]s[/FONT][/COLOR][COLOR=#007700][FONT=monospace]-[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]1[/FONT][/COLOR][COLOR=#007700][FONT=monospace])))         [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]pos [/FONT][/COLOR][COLOR=#007700][FONT=monospace]= [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]e[/FONT][/COLOR][COLOR=#007700][FONT=monospace]+[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]1     end     table[/FONT][/COLOR][COLOR=#007700][FONT=monospace].[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]insert[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]t[/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]string[/FONT][/COLOR][COLOR=#007700][FONT=monospace].[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]trim[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]string[/FONT][/COLOR][COLOR=#007700][FONT=monospace].[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]sub[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]str[/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]pos[/FONT][/COLOR][COLOR=#007700][FONT=monospace])))     return [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]t end  [/FONT][/COLOR][/LEFT]


Son olarak putty'e girip login oluyoruz ve şu kodları yazıyoruz

Kod:
[COLOR=#ff0000]cd /usr/game/share/locale/turkey/quest[/B][/FONT][/CENTER][/B][/FONT][/CENTER][/B][/FONT][/CENTER] [FONT=book antiqua][B][CENTER][FONT=book antiqua][B][CENTER][FONT=book antiqua][B][CENTER] [/COLOR][COLOR=#a52a2a]./qc energy_system.quest[/COLOR][COLOR=#ff0000] [/COLOR][COLOR=#a52a2a]./qc energy_system1.quest[/COLOR][COLOR=#ff8c00] [/COLOR]




Enerji Sistemi Yapılışı : 3. Kısım - Locale_tr - Navicat Kodu

Kod:
[COLOR=#ff0000]Locale_tr > İtem _protoya'eklenecek[/COLOR]
Kod:
[COLOR=#ff8c00][FONT=book antiqua][B]        <Item vnum="51001" hashName="Ȱ¼®" name="Enerji Parçası" type="0" subtype="0" weight="0" size="1" antiflag="0" flag="4" wearflag="0" immuneflag="0" gold="0" buy_price="0" limittype0="0" limitvalue0="0" limittype1="0" limitvalue1="0" applytype0="0" applyvalue0="0" applytype1="0" applyvalue1="0" applytype2="0" applyvalue2="0" value0="0" value1="0" value2="0" value3="0" value4="0" value5="0" socket0="0" socket1="0" socket2="0" socket3="0" socket4="0" socket5="0" refine_vnum="0" refine_set="0" magic_pct="0" specular="0" socket_pct="0" />         <Item vnum="51002" hashName="Ãæ±âȯ" name="Enerji Kristali" type="27" subtype="0" weight="0" size="1" antiflag="0" flag="4" wearflag="0" immuneflag="0" gold="0" buy_price="0" limittype0="1" limitvalue0="35" limittype1="0" limitvalue1="0" applytype0="0" applyvalue0="0" applytype1="0" applyvalue1="0" applytype2="0" applyvalue2="0" value0="0" value1="0" value2="0" value3="0" value4="0" value5="0" socket0="0" socket1="0" socket2="0" socket3="0" socket4="0" socket5="0" refine_vnum="0" refine_set="0" magic_pct="0" specular="0" socket_pct="0" />[/B][/FONT][/COLOR] [COLOR=#ff0000][FONT=book antiqua][B]        Locale_tr > İtemlist'e Eklenecek[/B][/FONT][/COLOR] [COLOR=#ff8c00][FONT=book antiqua][B]        51001  ETC icon/item/51001.tga         51002  ETC icon/item/51002.tga[/B][/FONT][/COLOR] [COLOR=#ff0000][FONT=book antiqua][B]        Navicat > Player > item_protoya Eklenecek[/B][/FONT][/COLOR] [COLOR=#ff8c00][FONT=book antiqua][B]        INSERT INTO `item_proto` VALUES ('51001', 'Enerji Parcası', 'Enerji Parcası', '0', '0', '0', '1', '0', '4', '0', '', '1000000', '1000000', '0', '0', '0', '15', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '-1', '-1', '-1', '-1', '-1', '-1', '0', '1', '0');         INSERT INTO `item_proto` VALUES ('51002', 'Enerji Kristali', 'Enerji Kristali', '18', '0', '0', '1', '0', '4', '0', '', '1000000', '1000000', '0', '0', '0', '15', '1', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '-1', '-1', '-1', '-1', '-1', '-1', '0', '1', '0');[/B][/FONT][/COLOR] [COLOR=#008080][FONT=book antiqua][B][SIZE=4]Alıntı Yapmamanız Önemle Rica olunur.Zaten konu mevcut 2. Defa açmayınız[/SIZE][/B][/FONT][/COLOR] [COLOR=#ee82ee][FONT=book antiqua][B][SIZE=4]Bir Teşekkürü Çok Görmeyiniz... *[/SIZE][/B][/FONT][/COLOR][COLOR=#008080][FONT=book antiqua][B][SIZE=4] ZariFDesinq [/SIZE][/B][/FONT][/COLOR][COLOR=#ee82ee][FONT=book antiqua][B][SIZE=4]*[/SIZE][/B][/FONT][/COLOR][/CENTER]

EnergySistemi Full Dosya Ücretsiz Paylaşım - ZariFDesinq Tarafından Geliştirilmiş

Metin2lobby.com olarak kullanıcı dostu ve kaliteli Metin2 client ve pack içerikleri sunmaya devam ediyoruz. Bu yazıda sizlere özel olarak EnergySistemi Full Dosya sürümünü ücretsiz şekilde sunuyoruz. Bu sürüm, ZariFDesinq tarafından yapılan özel düzenlemelerle geliştirilmiş, hem estetik hem de fonksiyonel açıdan dikkat çeken bir yapıya sahip. Bu paylaşımda hem paketin içeriğini hem de neden bu kadar popüler olduğunu detaylıca ele alacağız.

EnergySistemi Full Pack Nedir?

EnergySistemi, Metin2 sunucularında yaygın olarak kullanılan bir client ve pack türüdür. Özellikle PvP odaklı sunucularda tercih edilir. Oyuncuların daha hızlı, daha stabil ve daha estetik bir deneyim yaşamasını sağlar. Full dosya versiyonu ise tüm gerekli dosyaları barındırdığı için kurulum kolaylığı sağlar. Yanlış kurulum veya eksik dosya gibi sorunları ortadan kaldırır.

ZariFDesinq Farkı Nerede?

ZariFDesinq, Metin2 dünyasında tanınmış bir isimdir. Editör olarak yaptığı çalışmalar, hem görsel hem de teknik anlamda yüksek kaliteye sahiptir. Bu EnergySistemi Full versiyonunda, grafiksel iyileştirmeler, efekt güncellemeleri ve kullanıcı arayüzü düzenlemeleri yer almaktadır. Bu sayede oyun içi deneyim daha keyifli ve akıcı hale gelir.

Paket İçeriği Nelerden Oluşur?

Bu özel EnergySistemi sürümü şunları içerir:
- Full client dosyaları
- Güncellenmiş texture ve skin dosyaları
- Yeni efekt ve ses dosyaları
- Optimizasyon yapılmış sistem ayarları
- Hata düzeltmeleri ve performans iyileştirmeleri

Neden EnergySistemi Kullanmalısınız?

Metin2 oynarken kararsızlık yaşamak istemiyorsanız, EnergySistemi tam size göre. Hem geliştirilmiş performans hem de güncel içerik sunmasıyla öne çıkar. ZariFDesinq’in dokunuşları sayesinde hem daha hızlı render hem de daha iyi FPS elde edersiniz. Bu da oyun deneyiminizi ciddi anlamda artırır.

Kurulum Talimatları

1. Paketi indirin.
2. Client klasörünü açın.
3. Gerekli dosyaları sunucu klasörüne aktarın.
4. Ayarları yapın ve başlatın.

Sonuç

Metin2lobby.com olarak, bu tür içerikleri ücretsiz ve güvenilir şekilde sunmayı kendimize görev edindik. EnergySistemi Full Dosya paketi ile hem oyun keyfinizi hem de sunucu deneyiminizi artırmak artık çok kolay. ZariFDesinq’in geliştirmeleriyle birleşen bu paket, Metin2 severler için adeta bir nimettir. Hemen indirin, kurun ve farkı hissedin!


EnergySistemi Full File Free Sharing - Enhanced by ZariFDesinq

Metin2lobby.com continues to provide user-friendly and high-quality Metin2 client and pack content. In this article, we are specially offering you the EnergySistemi Full File version for free. This version has been enhanced with special modifications made by ZariFDesinq, featuring both aesthetic and functional improvements that stand out. In this post, we will cover both the contents of the package and why it has become so popular in detail.

What is the EnergySistemi Full Pack?

EnergySistemi is a widely used client and pack type on Metin2 servers, especially preferred in PvP-focused servers. It allows players to have a faster, more stable, and more aesthetic experience. The full file version includes all necessary files, providing easy installation and eliminating issues like incorrect setup or missing files.

Where Lies the ZariFDesinq Difference?

ZariFDesinq is a well-known name in the Metin2 world. His work as an editor features high quality visuals and technical aspects. In this EnergySistemi Full version, graphical enhancements, updated effects, and UI modifications are included. As a result, the in-game experience becomes more enjoyable and fluid.

What Does the Package Include?

This special EnergySistemi version includes:
- Full client files
- Updated texture and skin files
- New effect and sound files
- Optimized system settings
- Bug fixes and performance improvements

Why Should You Use EnergySistemi?

If you don't want to experience instability while playing Metin2, EnergySistemi is perfect for you. It stands out due to its enhanced performance and updated content. Thanks to ZariFDesinq’s touches, you get both faster rendering and better FPS, significantly improving your gaming experience.

Installation Instructions

1. Download the package.
2. Open the client folder.
3. Transfer the required files into your server folder.
4. Adjust settings and launch.

Conclusion

At Metin2lobby.com, we've made it our mission to offer such content freely and securely. With the EnergySistemi Full File package, enhancing both your game enjoyment and server experience is now easier than ever. This package, enhanced by ZariFDesinq, is truly a blessing for Metin2 enthusiasts. Download now, install, and feel the difference!
 

Şuan Bu Konuyu Görüntüleyen Kullanıcılar (Toplam : 0, Üye : 0, Misafir : 0)

Benzer konular

Geri
Üst Alt