Jump to content

Question

Posted

paidia sta hero pou paizoun oi chars exoun mazepseu ta points eirthe i mera gia ta hero patisa

Save Olympiad kai Manual Hero

ok bgikan ta hero kanonika alla stin database sto table olympiad_nobles akoma oi chars exoun ta points pou eixan auta den prepei kanonika na midenistoun ?

11 answers to this question

Recommended Posts

  • 0
Posted

Νομιζω διαγραφονται μετα απο 1 μερα , περιμενε και αν δεν τοτε εκτελεσε ενα SQL script.

 

UPDATE olympiad_nobles SET olympiad_points=0 WHERE char_id>0;

  • 0
Posted

ok diagraftikan ta OlympiadNobles apo mona tous twra tin oly pws tin ksana bazw se litourgia?

Ανοιγει μονη της αποτι θυμαμαι.
  • 0
Posted

nai den anoikse omos ti kanw ?

 

#============================================
#                  Olympiad
#============================================

# Olympiad start time in military hours. 6pm (18).
OlyStartTime = 18

# Olympiad start time for minutes.
# Default 00 so at the start of the hour.
OlyMin = 00

# Olympiad competition period. 21600000 - 6 hours.
OlyCPeriod = 21600000

# Olympiad battle period.
# (6 minutes, should be < AltOlyBWait).
OlyBattle = 360000

# Olympiad battle wait. 10 Minutes.
OlyBWait = 600000

# Olympiad inital wait period. 5 minutes.
OlyIWait = 300000

# Olympiad weekly period. 1 week.
OlyWPeriod = 604800000

# Olympiad validation period. 24 Hours.
OlyVPeriod = 86400000

# Classed / NonClassed oympiad settings.
OlyClassedParticipants = 2
OlyNonClassedParticipants = 2

# Olympiad battle winner reward for class and non-class games. 
OlyBattleRewItem = 6651

# Classed / NonClassed olympiad settings.
OlyClassedRewItemCount = 50
OlyNonClassedRewItemCount = 30

# Olympiad competition rewards. Minimum points needed.
# to to exchange nobless gate pass, Retail 50.
OlyMinPointForExchange = 50

# ItemId for this reward. 6651 (Gate Pass).
OlyCompRewItem = 6651

# Rate to exchange points to reward item. 1 Point * 1000.
OlyGPPerPoint = 1000

# Noblesse points awarded to Heros. 300.
OlyHeroPoints = 300

# Deny dual boxes in Olympiad.
OlySameIP = True

# Restrict same item in olympiad.
# ItemID's need to be separated whit coma (ex. 1,200,350).
OlyRestrictedItems = 0

# Olympiad period. 4 Weeks (retail).
OlyNormalMode = False

# Custom olympiad period. 14 days.
# Work only if OlyNormalMode = False.
OlyDays = 7

# Refresh skills before match starts and after match ends.
OlyRefreshSkills = True

# Log olympiad stats.
OlyGameLog = True

  • 0
Posted

nai den anoikse omos ti kanw ?

 

#============================================
#                  Olympiad
#============================================

# Olympiad start time in military hours. 6pm (18).
OlyStartTime = 18

# Olympiad start time for minutes.
# Default 00 so at the start of the hour.
OlyMin = 00

# Olympiad competition period. 21600000 - 6 hours.
OlyCPeriod = 21600000

# Olympiad battle period.
# (6 minutes, should be < AltOlyBWait).
OlyBattle = 360000

# Olympiad battle wait. 10 Minutes.
OlyBWait = 600000

# Olympiad inital wait period. 5 minutes.
OlyIWait = 300000

# Olympiad weekly period. 1 week.
OlyWPeriod = 604800000

# Olympiad validation period. 24 Hours.
OlyVPeriod = 86400000

# Classed / NonClassed oympiad settings.
OlyClassedParticipants = 2
OlyNonClassedParticipants = 2

# Olympiad battle winner reward for class and non-class games. 
OlyBattleRewItem = 6651

# Classed / NonClassed olympiad settings.
OlyClassedRewItemCount = 50
OlyNonClassedRewItemCount = 30

# Olympiad competition rewards. Minimum points needed.
# to to exchange nobless gate pass, Retail 50.
OlyMinPointForExchange = 50

# ItemId for this reward. 6651 (Gate Pass).
OlyCompRewItem = 6651

# Rate to exchange points to reward item. 1 Point * 1000.
OlyGPPerPoint = 1000

# Noblesse points awarded to Heros. 300.
OlyHeroPoints = 300

# Deny dual boxes in Olympiad.
OlySameIP = True

# Restrict same item in olympiad.
# ItemID's need to be separated whit coma (ex. 1,200,350).
OlyRestrictedItems = 0

# Olympiad period. 4 Weeks (retail).
OlyNormalMode = False

# Custom olympiad period. 14 days.
# Work only if OlyNormalMode = False.
OlyDays = 7

# Refresh skills before match starts and after match ends.
OlyRefreshSkills = True

# Log olympiad stats.
OlyGameLog = True

μετά από 1 μέρα θα ανοίξει μόνη της, όχι την ίδια που βγήκαν οι hero.
  • 0
Posted

mipws exeis Windows 7 ? kai einai spasmena ?

giati alazei moni tis i Wra paei 4 wres mprosta epeidi i to l2

pairnei tin wra apo to PC sou isw na egine kati tetoio i na alakses

to Meta Mesimvrias me Prin mesimvrias kai na anoigei stis 6 to prwi kai klunei stis 12 to prwi

tsekaretw kati tetoio tha exei gunei

  • 0
Posted

Poio pack xrhshmopoieis katarxhn???? Giati to kathe pack pou xrhshmopoiei o kathenas exei kai to diko tou olympiad manage propertie..... kai uparxoun kai kapoia mikroprovlimata se thema hero.. kai kuriws sthn vash dedomenwn(DB).....

Guest
This topic is now closed to further replies.
  • Posts

    • Hello. This code works well. It removes buff with double click, but If you preffer remove buff with ALT + mouse click, place this code in AbnormalStatusWnd.uc   function OnLButtonDown(WindowHandle a_WindowHandle, int X, int Y) { local Rect windowBounds; local int targetRow; local int targetCol; local StatusIconInfo info; local SkillInfo skillInfo; if (IsKeyDown(IK_alt) == false) return; // Find window position windowBounds = Me.GetRect(); // Process clicks outside of window frame only if (X > (windowBounds.nX + NSTATUSICON_FRAMESIZE)) { // Calc row and col of targeted icon targetRow = (Y - windowBounds.nY) / NSTATUSICON_SIZE; targetCol = (X - windowBounds.nX - NSTATUSICON_FRAMESIZE) / NSTATUSICON_SIZE; // Store status info of targeted icon StatusIcon.GetItem(targetRow, targetCol, info); // Store actual skill info and make sure it is exists if (GetSkillInfo(info.ClassID, info.Level, skillInfo)) { // Request server to stop skill effect // Usage: _dispel:<int:skill_id>,<int :skill_level> // Example: _dispel:313,8 RequestBypassToServer ( "_dispel:" $ string ( skillInfo. SkillID ) $ "," $ string ( skillInfo. SkillLevel ) ) ) ; } } }  
    • We are excited to announce the open beta testing of the Fulgrim x4 server, starting November 29th, 2024, at 19:00 server time (19:00 по МСК). There will be an NPC available on the test server from whom you can purchase items, gain levels, professions, and other services.   More information at our >Forum
    • Server mid rate craft PvP   CLIENTE INTERLUDE Website server Discord olympus x25 &nbsp;server 🇧🇷🇦🇷🇨🇱🇬🇷🇲🇽🇵🇪🇸🇰🇪🇸🇺🇾 Server mid rate craft PvP 🔱CLIENTE INTERLUDE🔱 🔅xpx25 🔅Sp x25 🔅Adena x15 🔅Droop x2 🔅Spoil x2 🔅Raidboss xp x2 🔅Raidboss sp x2 🔅Raidboss droop x1 🔅All Rate quest reward  x1 ⚠️All Quest drop reward. x1 🔅Manor x 3 🔅Seal stone x1 🛡️🗡️INFO GRADO S🗡️🛡️ ⚠️Inicia desabilitado drop/spoil/quest. 🔱PROFESIONES/SUBCLASS🔱 🛡️1st profession - 50medal 🛡️2nd profession - 500 medal 🛡️3rd profession - 1k medal +30kk adena 🛡️Sub class - Quest. No necesita matar raids. ⚙️Configuraciones⚙️ 🛡️Gmshop  grade - B. 🛡️Grade A-S Craft - yes x1 chance 🛡️Globlal teleport - yes 🛡️Buffer 1hora. 🛡️Buffer slot 24(+4divine)+12 dances-song 🛡️Auto learn skils - yes 🛡️Autoloot - yes 🛡️Mana potion recarga 1000 ,9segundos delay. 🛡️Champions system:     ▫️lvl 30 - 76     ▫️chance respawn 0.5%.     ▫️adena x20 🛡️Max lvl party 14 lvl. 🛡️Festive sweeper on. 🛡️Max client pc 2. 🛡️Raid boss respawn retail. 🛡️Nobleza quest - yes. 🛡️Barakiel respawn 6 horas + -30 min. 🛡️Olimpiada duracion 14 dias. 🛡️Olimpiada de 18:00 a 00:00 🛡️Safe enchant +3 🛡️Normal enchant scroll 50% ⚠️+11-16 chance 30% 🛡️Bleesed enchant scroll 55% ⚠️+11-16 chance 35% 🛡️Rate dinamico x1 lvl 77-80   🛡️🗡️CLANES INFO🗡️🛡️ 🔅Crear clan min. level 20 🔅Max Alianzas 1 🔅Duracion penalidades clan / alianzas 8 horas. 🔅Cambio de lider 24 horas. 🛡️⚔️ ASEDIOS ⚔️🛡️ 🔅Cada 2 semanas. 🔅Proteccion hwid 1 pc. 🔅Clanes registrados. acceden a zona de asedio. 🔅Castillo asediable Aden. 🔅Reward 1000 FA 🔅Horario 16:00 GMT-3 🎊PACK DE INICIO🎊 🔅Start set - armor\weapon no grade. 🔅Level 20  - 5 shadow cuppon grado D 🔅Level 40 - 5 shadow cuppon grado C 🔅Free Autofarm 24 horas. 💰 INFO PREMIUM 💰 🔅Free autofarm. 🔅xp x30 🔅sp x30 🔅adena x17 🔅drop x4 🔅spoil x4 🔅enchant +2% 🔅seal stone x1 🔅Altb Gk-Gmshop/buffe ⚔️ RAID  BOSS INFO ⚔️ 🔅Raid boss 70 ++ respawn 5 días despues. 🔅Raid boss 75 ++ respawn 15 días despues 🔅Drop LETTER L2DAY para tradear en GMshop. ⚔️ INFO SEVEN SING ⚔️ 🔅Inicio del drop Seal stones dia 5 de iniciado el server. 🎊 EPIC RAID INFO 🎊 🔅Queen Ant (lvl 40)respawn Lunes a Viernes 22:00 GMT-3 drop chance 30%. 🔅Core (lvl 80)respawn Martes-miercoles 20:20 GMT-3 drop chance 100%. 🔅Orfen (lvl 80)respawn Martes-miercoles 21:00 GMT-3 drop chance 100%. 🔅Zaken (lvl 80)respawn Jueves 23:00 GMT-3 drop chance 100%. 🔅Frintezza (lvl 80)respawn Viernes 23:00 GMT-3 drop chance 100%. 🔅Baium (lvl 80)respawn Sabado 22:00 GMT-3 drop chance 100%. 🔅Valakas (lvl 80)respawn Domingo 20:00 GMT-3 drop chance 100%. 🔅Antharas (lvl 80)respawn Domingo 22:00 GMT-3 drop chance 100%.
  • Topics

×
×
  • Create New...