-
Posts
1,405 -
Joined
-
Last visited
-
Days Won
32 -
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by melron
-
Hello MXC! I want to share with you one Custom Merchant (Its for jfrozen) The first share was by claww -> share But its not his npc as he said :o Finally with my work this npc works fine (check the original to see the changes :P). Features: Donate List: Weapons/Armors/Rings of your choice with enchantment of your choice too, is configurable Armors/Jewels set +16 , configurable Character Improve Gain Noblesse (by checking) Transfer Augmentation skill & attributes from one weapon to other! (Item must have skill) Transfer enchant from one weapon/armor/jewel to other! Change Name / Color Name / Color Title (by checking) Enchanter : Accepting 3 types (Weapon/Armor/Jewel) and plus 1 enchant! All the features need Donate Coin Fixed Removed useless ids in Donate List & added correct Ids Augment transfer many checks Added noblesse check Enchant transfer max limit Name/Colors ids of colors Finally all html dialogs Have also Clan Improve system but i deleted this because had many bugs and i have no idea how to fix them all (but im trying :D). The currency donate item is adena for all features. (Configurable) Video Link Download Let me know if you find any bugs ( will be for sure ), I can help with that! Updated: Item Market The second share from the same guy is the Item Market: Its a npc where you can add an item for sell in the market like interlude + chronicles Fixed: All html dialogs Removed adena,goldbars,Q-items ++ as items for sell Fixed same items can be added to list from other players Added custom htmls files for easy edit Reminder (message) to the item owner when the item sold Fixed many bugs i found (should have more) also not suggested for live servers without check . Video Link Download Link (l2jfrozen) Download Link (l2jacis) Gredits for adaption to acis : Williams
-
Hello guys, I need your opinion about my first game that i made in 2 days with full work in dev c ++... I just want to find if im coding good and if no, what i should change to be better... http://pastebin.com/d8vSExKm
-
Help Help With Enterworld Add Skill
melron replied to GameBlonD's question in Request Server Development Help [L2J]
Yeah u right. i think he just wanna find how to do the check for the item ... cause he saw a few lines before : if (activeChar.getRace().ordinal() == 2) { final L2Skill skill = SkillTable.getInstance().getInfo(294, 1); if (skill != null && activeChar.getSkillLevel(294) == 1) { if (GameTimeController.getInstance().isNowNight()) { final SystemMessage sm = SystemMessage.getSystemMessage(SystemMessageId.NIGHT_EFFECT_APPLIES); sm.addSkillName(294); sendPacket(sm); } else { final SystemMessage sm = SystemMessage.getSystemMessage(SystemMessageId.DAY_EFFECT_DISAPPEARS); sm.addSkillName(294); sendPacket(sm); } } -
Help Help With Enterworld Add Skill
melron replied to GameBlonD's question in Request Server Development Help [L2J]
he just want to take buff in enter not add skill :happyforever: -
Help Help With Enterworld Add Skill
melron replied to GameBlonD's question in Request Server Development Help [L2J]
if (activeChar.getInventory().getItemByItemId(9819) != null) { final L2Skill skill = SkillTable.getInstance().getInfo(294, 1); if (skill != null && activeChar.getSkillLevel(294) == 1) { if (GameTimeController.getInstance().isNowNight()) { final SystemMessage sm = SystemMessage.getSystemMessage(SystemMessageId.NIGHT_EFFECT_APPLIES); sm.addSkillName(294); sendPacket(sm); } else { final SystemMessage sm = SystemMessage.getSystemMessage(SystemMessageId.DAY_EFFECT_DISAPPEARS); sm.addSkillName(294); sendPacket(sm); } } -
vre an pesei $$..... oti einai duskolo einai... XAXAXA Power Shot ftw! WTFF
-
genika einai duskolo sto balance tou alla an toxeis to thema akrh tha vgaleis ;)
-
Chrome is better than IE. ( Or not? )
-
Challenge accepted. :-beep- yeah: but Dota 2 :happyforever:
-
Just memories.... :-[
-
Auta einai :P auto to eixa skeutei kai egw vsk
-
Request About Augmentions
melron replied to melron's question in Request Server Development Help [L2J]
Ok thanks! -
Request About Augmentions
melron replied to melron's question in Request Server Development Help [L2J]
So, In one weap we cant get both? i mean skill + str+1 or smt? (u are using Rnd to get what? extra stats ?) -
Hello, Im wondering how can we insert for example passive duel might lvl 10 and str+1. im working on IL (acis) and in augmentations table i got : Item_id / attributes / skill_id / skill_level the method to get the attribute for example passive duel might is: get the augmentation id (16285) * 65536 = 1067253760. So if we insert in db item_id attributes skill_id skill_level 268480257 1067253760 3243 10 we get our weap with stats: Passive: duel might lvl 10. if we add 1 more number in attributes (1067253760+1 = 1067253761): item_id attributes skill_id skill_level 268480257 1067253761 3243 10 we get our weap with stats: P.def. +15.4 Passive: duel might lvl 10. +2 (1067253761+1 = 1067253762) item_id attributes skill_id skill_level 268480257 1067253762 3243 10 then we will get in our weap: M.def. +12.3 Passive: duel might lvl 10. But what about extra stats? the list of the extra stats are 17 : Increase Accuracy between +0.4 and +3.0 Increase CP Recovery between +0.1 and +0.8 Increase Critical between +4.9 and +32.7 Increase Dodge between +0.4 and +3.0 Increase Recovery between +0.1 and +0.8 Increase M. Atk. between +2.5 +28.2 Increase Maximum CP between +19.2 and +214.9 Increase Maximum HP between +12.7 and +155.9 Increase Maximum MP between +6.1 and +115.1 Increase M. Def. between +4 and +30.8 Increase MP Recovery between +0.1 and +0.4 Increase P. Atk. between +2.2 and +24.2 Increase P. Def. between +5.1 and +38.2 Increase CON +1 Increase INT +1 Increase MEN +1 Increase STR +1 imagine how many numbers we can add in attribute to caught the STR +1 and its not only that... Stats can combined for example Dodge and recovery so we have 17 stats * the numbers we can get of each one? and if example we have 5000 numbers if we do the retard method in db (add 1 in attribute , reload items , rr and see what we got 5000 times we will caught the d.might lvl 10 + STR +1?
-
hi, write the name of this quest
- 1 reply
-
- quest arrow
- arrow
-
(and 3 more)
Tagged with:
-
Help Someone Help Me With This!
melron replied to DownUnder's question in Request Server Development Help [L2J]
did u changed ur gameserver/loginserver properties? Remember for both properties loginserver-gameserver.properties ExternalHostname= Your IP InternalHostname: 127.0.0.1 Also check l2.ini of ur friend's system ServerAddr= Your IP -
Done
-
Thanks :)
-
Geia sas pedes! epidei toso kairo prospathw na ftiaksw ena Quest apo thn arxh alla mataia... prospathisa na kanw edit ena quest kai telika vrika to pws. Na prosthesw oti tis apanthseis den tis vrika sto pws na to kanw alla apo to polu psaksimo ta vrika ola Loipon! oloi theloume ena klasiko Quest pou na to pernei o character apo ena npc kai na phgainei na skotonei mobs pou tha petane Q items ktlp ktlp. Otan to gurisei sto npc tha parei to antistixo Reward. Ena oloidio quest uparxei sto l2 pou einai to The Zero Hour ( sto stakato nest me ta fangs). Fusika apo to polu edit pou tha faei tha ginei agnoristo pame na doume: Mhn sas ksegelane oi photos kai auta pou lew apla ta exw kanei polu analitika Otan pame ston Kahman (to npc) kai patisoume sto Q (The Zero Hour) mas leei malakies kai den to pernei, auto ginete dioti prepei na exeis teleiwsei ena allo quest prwta gia na pareis auto... Pame na ftiaksoume prwta auto! Anoigoume to __init__.py pou vriskete -> Server\gameserver\data\scripts\quests\640_TheZeroHour Diagrafoume auta pou sas exw sta tetragonakia parakato , PROSOXH! to htmltext = "31554-01.htm" pou einai sthn mesh to afinoume! diladi tha ginei etsi: Twra svisame sthn ousia ton kwdika pou leei oti gia na pareis to Q auto prepei na exei steleiwsei to allo to Q. Done me auto. Pame twra na ftiaksoume ta details tou quest! Mesa sto -> Server\gameserver\data\scripts\quests\640_TheZeroHour exei ola ta html tou npc Apo ekei mporeite na allaksete ta logia pou leei kai na svisete thn leksh Kahman (ean kanete rename to npc) me opio allo name thelete. Sto 31554-05.html einai h lista me ta rewards... Apla allazete ta logia kai sthn sunexeia tha to fiaksoume kiolas. As upothesoume loipon oti gia reward theloume na exei DB AM kai AS. Allazoume to ekseis: Apo etsi: se etsi: Ftiaksame twra to pws na fenete... pame na to ftiaksoume na ta dinei kiolas... Anoigoume pali to __init__.py pou einai sto : Server\gameserver\data\scripts\quests\640_TheZeroHour Vriskoume to parakato: Wraia! twra.. to 12 einai posa farm items ( egw tha valw 500 ), to 4042 einai to ID apo to item egw tha valw 7575 (to DB) Kai to 1 einai posa na dinei to afhnoume dld Vazoume opws to prwto ta upolipa items... egw ebala db am as: to ID apo to item farm pou emeis exoume valei (500) tha to vreite akrivws apo panw pou leei #ITEMS kai exei Fang= 8085 Egw tha valw 6673 pou einai ta Festival Adena. (den anevazw kiallh foto me to ID :P) Kante to save kai restart ton server. Twra gia na doume ti kaname To html pou ftiaksame: Kai edw pou to peirame!: GG! gia na ftiaksete ta parakatw: Anoigoume l2file edit kai pame system -> kai anoigoume to arxeio questname-e.dat Pame sthn 640 gramh kai sthn thesh tous vazoume oti theloume emeis :) an proxorisete akoma ligo sta deksia tha deite kati noumera, auta einai to lcation pou tha fenete h pineza an anoiksete to map pigente sthn perioxh pou tha ginei to farm sas kai patiste /loc Dipla akrivws apo to loc sas tha deite ena '66' auto edw: pou sto game fenete edw: Alaxte to an thelete ( auto einai to elaxisto lvl p prepei na exei o char gia na parei to Q) kai gia sta configs pate __init__.py kai alazete auto: eiste etoimoi! Allakste to name apo ton Kahman kante ton delete apo swamp of screams kai allakste ta html oste na mhn leei kahman :P elpizw na voithisa Ksexasa na pw oti an thelete na allaksete kai ta mobs ta opoia tha petane to Q item tha pate sto __init__.py pali apo panw apo to #Items pou valame ta FA leei #MONSTERS MONSTERS = range(22105,22112)+range(22113,22120)+[22121] dld auto: auto leei dld oti ta mobs pou exoun ID apo 22105 ews 22112 kai apo 22113 ews 22120 + 22121 na petane to Q apla alaxteto ;)
-
WTT Paysafecards To Paypal - 15% Only [All Countries, No Extra Fees]
melron replied to Cosworth's topic in Exchange Area
Thanks dude, Vouch For Cosworth! First time exchange with him and Ill do again in the future. -
Add Agument on Weapon me Navicat
melron replied to Dante44®'s question in Request Server Development Help [Greek]
file mou emena sthn db mou uparxei table me ta ekseis: item_id/attributes/skill/level.... twra... to item_id einai to Obj_Id pou einai to weapon enws pexth... to vazw ekei... sto attribute bazeis ta stats pou sou dinei to augment... dld hp +23 ktlp.... (esu thes str+1).... tha s dosw ena paradeigma... to Duel might Passive skill einai to ID: 3243.. ara egw bazw : item_id: to item tou char/attributes:1067260101/skill:3243/level:10. twra me auto pou ekana evala se ena weapon to duel might passive kai kati stats ta opia eina axrhsta... dld hp+44/cp+78 mpregen +4 kai tetoia... auto shmenei oti an petuxeis apo monos sou duel might passive me str +1 tha vreis ton kwdiko tou oloklhromeno.... episeis den pianei etsi opws to kaneis esu dioti esu sthn ousia vazeis 1 skill kai 1 str+1 to opoio den ginete gt den einai efikto na uparxei ena weapon pou na otan kaneis click na leei Passive Skill:Duel might passive kai apo katw STR+1.. prepei na exei kiala stats apo katw ara prepei na vreis augattribute oloklhromeno tou str... den kserw an me katalaves ta eipa mperdemena alla einai duskolo na to katalaveis -
prepei na einai anoixto prin anoikseis tis consoles ontos kai dokimase kai ena restart to router sou mhpws exei skalwsei kai pes mas edit: prepei na kanei kai refresh to no-ip thn ip sou wste na ginei no-ip ... des mhpws einai ekei to provlhma
-
dld me 127.0.01 mpeneis k an valeis to no-ip sthn thesh tou den mpeneis? h den mpenei oti k na kaneis?
-
Gold Bars in Private Store (Buy/Sell)
melron replied to rubix123's question in Request Server Development Help [L2J]
yes its enable on l2jfrozen on configs
