Proiect Metin2 Steel (c) 2018 #Revenire

Vino cu o sugestie si noi o vom lua in calcul daca merita!
User avatar
[Diva]Diabla
Posts: 8263
Contact:

Re: Proiect Metin2 Steel (c) 2018 #Revenire

Post by [Diva]Diabla » Sat Mar 24, 2018 12:40 pm

[SGM]Hades wrote:o sa se bage ceva de genu pe viitor
:!:



User avatar
fane28
Posts: 21

Re: Proiect Metin2 Steel (c) 2018 #Revenire

Post by fane28 » Sun Mar 25, 2018 4:06 pm

stema VIP,MR,MIS,MOD-python by tuppeu
Image
Image
Image
In game.py cauta:

class GameWindow(ui.ScriptWindow):

Sub adaugi player.SetGameWindow(self):

self.lastupdate = 0
self.lastupdatee = 0

Cauti:

def OnUpdate(self):

sub el adaugi:
gamemasta = player.GetName()

Dupa self.interface.BUILD_OnUpdate() adaugi:
if app.GetGlobalTimeStamp() - self.lastupdate < 0:
self.lastupdate = app.GetGlobalTimeStamp()
if app.GetGlobalTimeStamp() - self.lastupdatee < 0:
self.lastupdatee = app.GetGlobalTimeStamp()
if gamemasta.find("[VIP]")!=-1:
if self.lastupdate == 0:
self.lastupdate = app.GetGlobalTimeStamp()
if app.GetGlobalTimeStamp() - self.lastupdate >= 4.5:
self.lastupdate = app.GetGlobalTimeStamp()
net.SendEmoticon(12)
if gamemasta.find("[Mister]")!=-1:
if self.lastupdate == 0:
self.lastupdate = app.GetGlobalTimeStamp()
if app.GetGlobalTimeStamp() - self.lastupdate >= 4.5:
self.lastupdate = app.GetGlobalTimeStamp()
net.SendEmoticon(13)
if gamemasta.find("[Miss]")!=-1:
if self.lastupdate == 0:
self.lastupdate = app.GetGlobalTimeStamp()
if app.GetGlobalTimeStamp() - self.lastupdate >= 4.5:
self.lastupdate = app.GetGlobalTimeStamp()
net.SendEmoticon(14)
if gamemasta.find("[Mod]")!=-1:
if self.lastupdate == 0:
self.lastupdate = app.GetGlobalTimeStamp()
if app.GetGlobalTimeStamp() - self.lastupdate >= 4.5:
self.lastupdate = app.GetGlobalTimeStamp()
net.SendEmoticon(15)

In playersettingmodule.py cauta:

## Emoticon

La sfarsit adaugi :

chrmgr.RegisterEffect(chrmgr.EFFECT_EMOTICON+12, "", "t_work/vip5.mse")
net.RegisterEmoticonString("(vIpSyStEmMeTiN2@Tupeu1X3SATxUxPxExU)")

chrmgr.RegisterEffect(chrmgr.EFFECT_EMOTICON+13, "", "t_work/mister5.mse")
net.RegisterEmoticonString("(vIpSyStEmMeTiN2@Tupeu11X3SATxUxPxExUMister)")

chrmgr.RegisterEffect(chrmgr.EFFECT_EMOTICON+14, "", "t_work/miss5.mse")
net.RegisterEmoticonString("(vIpSyStEmMeTiN2@Tupeu11X3SATxUxPxExUMiss)")

chrmgr.RegisterEffect(chrmgr.EFFECT_EMOTICON+15, "", "t_work/moderator5.mse")
net.RegisterEmoticonString("(vIpSyStEmMeTiN2@Tupeu11X3SATxUxPxExUMiod)")


Folderul t_work il adaugati in root.
mse,tga
http://just4metin.ro/altele/varianta-python-t54462.html
Image

User avatar
[MOD]Lorena
Posts: 6718
Location: Leona♕❤⚘❤

Re: Proiect Metin2 Steel (c) 2018 #Revenire

Post by [MOD]Lorena » Sun Mar 25, 2018 5:18 pm

o porcărie... prefer ceva mai mic și simplu, hai să nu exagerăm/
fane28 wrote:stema VIP,MR,MIS,MOD-python by tuppeu
Image
Image
Image
In game.py cauta:

class GameWindow(ui.ScriptWindow):

Sub adaugi player.SetGameWindow(self):

self.lastupdate = 0
self.lastupdatee = 0

Cauti:

def OnUpdate(self):

sub el adaugi:
gamemasta = player.GetName()

Dupa self.interface.BUILD_OnUpdate() adaugi:
if app.GetGlobalTimeStamp() - self.lastupdate < 0:
self.lastupdate = app.GetGlobalTimeStamp()
if app.GetGlobalTimeStamp() - self.lastupdatee < 0:
self.lastupdatee = app.GetGlobalTimeStamp()
if gamemasta.find("[VIP]")!=-1:
if self.lastupdate == 0:
self.lastupdate = app.GetGlobalTimeStamp()
if app.GetGlobalTimeStamp() - self.lastupdate >= 4.5:
self.lastupdate = app.GetGlobalTimeStamp()
net.SendEmoticon(12)
if gamemasta.find("[Mister]")!=-1:
if self.lastupdate == 0:
self.lastupdate = app.GetGlobalTimeStamp()
if app.GetGlobalTimeStamp() - self.lastupdate >= 4.5:
self.lastupdate = app.GetGlobalTimeStamp()
net.SendEmoticon(13)
if gamemasta.find("[Miss]")!=-1:
if self.lastupdate == 0:
self.lastupdate = app.GetGlobalTimeStamp()
if app.GetGlobalTimeStamp() - self.lastupdate >= 4.5:
self.lastupdate = app.GetGlobalTimeStamp()
net.SendEmoticon(14)
if gamemasta.find("[Mod]")!=-1:
if self.lastupdate == 0:
self.lastupdate = app.GetGlobalTimeStamp()
if app.GetGlobalTimeStamp() - self.lastupdate >= 4.5:
self.lastupdate = app.GetGlobalTimeStamp()
net.SendEmoticon(15)

In playersettingmodule.py cauta:

## Emoticon

La sfarsit adaugi :

chrmgr.RegisterEffect(chrmgr.EFFECT_EMOTICON+12, "", "t_work/vip5.mse")
net.RegisterEmoticonString("(vIpSyStEmMeTiN2@Tupeu1X3SATxUxPxExU)")

chrmgr.RegisterEffect(chrmgr.EFFECT_EMOTICON+13, "", "t_work/mister5.mse")
net.RegisterEmoticonString("(vIpSyStEmMeTiN2@Tupeu11X3SATxUxPxExUMister)")

chrmgr.RegisterEffect(chrmgr.EFFECT_EMOTICON+14, "", "t_work/miss5.mse")
net.RegisterEmoticonString("(vIpSyStEmMeTiN2@Tupeu11X3SATxUxPxExUMiss)")

chrmgr.RegisterEffect(chrmgr.EFFECT_EMOTICON+15, "", "t_work/moderator5.mse")
net.RegisterEmoticonString("(vIpSyStEmMeTiN2@Tupeu11X3SATxUxPxExUMiod)")


Folderul t_work il adaugati in root.
mse,tga
http://just4metin.ro/altele/varianta-python-t54462.html
Image
"Şi nu mă las până nu-mi pun numele-n lumină
şi nu-i departe ziua-n care am să-ţi devin regină"
♥♥ El amor no se compra❤ se gana! ♥♥
Image
Image

User avatar
[Diva]Diabla
Posts: 8263
Contact:

Re: Proiect Metin2 Steel (c) 2018 #Revenire

Post by [Diva]Diabla » Sun Mar 25, 2018 11:28 pm

o porcărie... prefer ceva mai mic și simplu, hai să nu exagerăm
+1

User avatar
fane28
Posts: 21

Re: Proiect Metin2 Steel (c) 2018 #Revenire

Post by fane28 » Sun Mar 25, 2018 11:58 pm

[MISS]Lorena wrote:o porcărie... prefer ceva mai mic și simplu, hai să nu exagerăm/
fane28 wrote:stema VIP,MR,MIS,MOD-python by tuppeu
Image
Image
Image
In game.py cauta:

class GameWindow(ui.ScriptWindow):

Sub adaugi player.SetGameWindow(self):

self.lastupdate = 0
self.lastupdatee = 0

Cauti:

def OnUpdate(self):

sub el adaugi:
gamemasta = player.GetName()

Dupa self.interface.BUILD_OnUpdate() adaugi:
if app.GetGlobalTimeStamp() - self.lastupdate < 0:
self.lastupdate = app.GetGlobalTimeStamp()
if app.GetGlobalTimeStamp() - self.lastupdatee < 0:
self.lastupdatee = app.GetGlobalTimeStamp()
if gamemasta.find("[VIP]")!=-1:
if self.lastupdate == 0:
self.lastupdate = app.GetGlobalTimeStamp()
if app.GetGlobalTimeStamp() - self.lastupdate >= 4.5:
self.lastupdate = app.GetGlobalTimeStamp()
net.SendEmoticon(12)
if gamemasta.find("[Mister]")!=-1:
if self.lastupdate == 0:
self.lastupdate = app.GetGlobalTimeStamp()
if app.GetGlobalTimeStamp() - self.lastupdate >= 4.5:
self.lastupdate = app.GetGlobalTimeStamp()
net.SendEmoticon(13)
if gamemasta.find("[Miss]")!=-1:
if self.lastupdate == 0:
self.lastupdate = app.GetGlobalTimeStamp()
if app.GetGlobalTimeStamp() - self.lastupdate >= 4.5:
self.lastupdate = app.GetGlobalTimeStamp()
net.SendEmoticon(14)
if gamemasta.find("[Mod]")!=-1:
if self.lastupdate == 0:
self.lastupdate = app.GetGlobalTimeStamp()
if app.GetGlobalTimeStamp() - self.lastupdate >= 4.5:
self.lastupdate = app.GetGlobalTimeStamp()
net.SendEmoticon(15)

In playersettingmodule.py cauta:

## Emoticon

La sfarsit adaugi :

chrmgr.RegisterEffect(chrmgr.EFFECT_EMOTICON+12, "", "t_work/vip5.mse")
net.RegisterEmoticonString("(vIpSyStEmMeTiN2@Tupeu1X3SATxUxPxExU)")

chrmgr.RegisterEffect(chrmgr.EFFECT_EMOTICON+13, "", "t_work/mister5.mse")
net.RegisterEmoticonString("(vIpSyStEmMeTiN2@Tupeu11X3SATxUxPxExUMister)")

chrmgr.RegisterEffect(chrmgr.EFFECT_EMOTICON+14, "", "t_work/miss5.mse")
net.RegisterEmoticonString("(vIpSyStEmMeTiN2@Tupeu11X3SATxUxPxExUMiss)")

chrmgr.RegisterEffect(chrmgr.EFFECT_EMOTICON+15, "", "t_work/moderator5.mse")
net.RegisterEmoticonString("(vIpSyStEmMeTiN2@Tupeu11X3SATxUxPxExUMiod)")


Folderul t_work il adaugati in root.
mse,tga
http://just4metin.ro/altele/varianta-python-t54462.html
Se pot modifica . Image exemplu.
Image

User avatar
Mistic
Posts: 272
Location: I came like a king, now i'm a legend.

Re: Proiect Metin2 Steel (c) 2018 #Revenire

Post by Mistic » Sun Mar 25, 2018 11:59 pm

fane28 wrote:
[SGA]Mistic wrote:O mare parte din server s-a mutat deja pe 40k, se lucreaza la asta, implementarile de arme/costume/armuri se fac usor, dar pe sursa mai apar erori si warning-uri care le poti rezolva pe loc sau nu. Cum am spus, se lucreaza.
http://just4metin.ro/arhiva-descarcari/ ... 1a918615cd
cel mai bun server file pt sursa
eu am vrut sa i arat tehnicianului ,ca nu stie nimic ..
pana termina el sf ,putea sa se ocupe si de sv .. dar csf el stie
si am vrut sa ajut comunitatea :D
Inainte sa spui cuiva ca "nu stie nimic" intereseaza-te sa vezi ca sursa lui Cartof are warningurile ascunse nici de cum rezolvate, nici un exploit rezolvat + rezolvarea lui la pet system are 2 warninguri unde trebuie sa comentezi 2 linii daca stii ce inseamna asta. Si te invit sa dai un ochi pe http://www.learncpp.com/ . Esti pe langa subiect total, doar pui topicuri de pe J4M. Daca ai umblat prin PC/PC2 de ai scos specularul si ai schimbat textura la o armura nu esti tehnician ;)
"Sunteți lame de Orbit echivalența restului, nu vă gust că tre' să vă scuip.. ce finețe a gestului."

User avatar
fane28
Posts: 21

Re: Proiect Metin2 Steel (c) 2018 #Revenire

Post by fane28 » Mon Mar 26, 2018 12:06 am

[SGA]Mistic wrote:
fane28 wrote:
[SGA]Mistic wrote:O mare parte din server s-a mutat deja pe 40k, se lucreaza la asta, implementarile de arme/costume/armuri se fac usor, dar pe sursa mai apar erori si warning-uri care le poti rezolva pe loc sau nu. Cum am spus, se lucreaza.
http://just4metin.ro/arhiva-descarcari/ ... 1a918615cd
cel mai bun server file pt sursa
eu am vrut sa i arat tehnicianului ,ca nu stie nimic ..
pana termina el sf ,putea sa se ocupe si de sv .. dar csf el stie
si am vrut sa ajut comunitatea :D
Inainte sa spui cuiva ca "nu stie nimic" intereseaza-te sa vezi ca sursa lui Cartof are warningurile ascunse nici de cum rezolvate, nici un exploit rezolvat + rezolvarea lui la pet system are 2 warninguri unde trebuie sa comentezi 2 linii daca stii ce inseamna asta. Si te invit sa dai un ochi pe http://www.learncpp.com/ . Esti pe langa subiect total, doar pui topicuri de pe J4M. Daca ai umblat prin PC/PC2 de ai scos specularul si ai schimbat textura la o armura nu esti tehnician ;)
"ca sursa lui Cartof are warningurile ascunse nici de cum rezolvate"
1) Esti prea prost sa spui asta ,nu are niciun warning ascuns ,esti tu prea incapabil sa compliezi sursa
"Daca ai umblat prin PC/PC2 de ai scos specularul"
2)Am scos direct din playersettingmodule
3)Postez "link uri" de pe just ,pentru ca vreau sa va ajut
"ai schimbat textura la o armura nu esti tehnician ;)"
4)nu ma numesc tehnician . daca am schimbat o textura din mse. ,sunt doar un simplu player care isi da interesul pentru server ul lui ;)
ps. sursa lui cartof se complieaza cu sursa lui ymir ;) pentru cultura ta generala :#
Image

User avatar
[GM]Lexx
Posts: 5871
Location: ▶ YouTube: Lexx Gaming
Contact:

Re: Proiect Metin2 Steel (c) 2018 #Revenire

Post by [GM]Lexx » Mon Mar 26, 2018 12:13 am

Războiul [DEV]'iior sau Războiul tehnicienilor (reloaded)
Image

CONTACT:
▶ Pe joc: [GM]Lexx / [Dn]Lexx / Lexx
▶ Discord: Lexx#7523
▶ Youtube: http://www.youtube.com/LexxGaming
▶ Facebook: https://www.facebook.com/lexx.gaming.75
▶ Server de Discord: https://dsc.gg/metin2steel


Image

Locked