Jump to content

.InyaProduction

Former Staff
  • Posts

    511
  • Joined

  • Last visited

  • Days Won

    10
  • Feedback

    0%

Everything posted by .InyaProduction

  1. I think pt-pt is Portuguese native and pt-br is brazilian portuguese
  2. Shutting down a metin2 server is normaly this progress: Using /shutdown Ingame -> Wait 15 minutes for the DB cycle to save everything -> Kill the core processes
  3. download the 3ds max i posted in this board. Import your modell & then just drag your gr2 animation on it
  4. If you dont need one of the strong against bonusses (maybe you dont need orcs) use that on all metins and just rename it in client Its the easy BUT also dirty solution
  5. [Hidden Content] Export as .obj here. But you wont be able to convert animations/bone bindings
  6. Vanilla herself told me her old account is emily17. Sadly i dont even find her epvp contact right now. The post of alessa at epvp wasnt allowed from Vanilla (like this its in the commentarys) so seems like an accident on the wrong account There are many people with IDA skills. But not many with such good IDA skills Cause Alessa is known for being the one who faked being a girl some time ago. Alessa pretended to be a girl and ended up being revealed as male. So its - again - same scheme like it seems to me
  7. I highly suggest that you should refrain from making claims against people if you don't have any evidence to back up your thesis. Either prove it or remove it. I'm interested to get to know more about vanilla but all I want is facts and not ridiculous claims without any evidence. He isnt so wrong. Vanilla did indeed do some mistakes that reveal her as Alessa. Beginning at saying to someone "She wont help him cause he once had a 'fight' with alessa and alessa was her teacher" Yeah we all believe that... Secondly: Vanillas old epvp account is emily17 with which she helped at a backdoor fix for 34083. But wait who is known for being pretty good in IDA? Right alessa Last and the least: [Hidden Content] She accidently started a poll with her wrong epvp account about the development of the vanilla core. And please dont say me this is all random. Its on your own to believe this. But i wouldnt say this if I wasnt believing this myself as it doesnt give me any profit. I already thought about vanilla as alessa way before these stuff happened. This stuff only prooved my thoughts Regards Inya
  8. I dont like just solving the problem for somebody so he doesnt learn anything so ill just give you a little hint: Look for the loop "for", you can iterate through the item_table PS: you can get the loops end by table.getn(item_table)
  9. Errm.. Pink painted normal icons?
  10. I dont believe him he left cause of police (Yes HE). Thats just talking shit as excuse
  11. No i meant programming language was to dumb to read the title If you need help with granny contact me. Im experimenting with that atm. Maybe we can help each other
  12. Yes but only in an 5.7 GB big server repo on a git hosting platform :S
  13. This project is really old and we stopped it due to the Worldeditor of Martysama which was much more evolved than ours at that time
  14. ...VALUES (:login, PASSWORD(':password')... This should work
  15. Soul Stone Drop // ADD_GRANDMASTER_SKILL // È¥¼® ¾ÆÀÌÅÛ µå·Ó if (pkChr->GetLevel() >= 40 && pkChr->GetMobRank() >= MOB_RANK_BOSS && GetDropPerKillPct(/* minimum */ 1, /* default */ 1000, iDeltaPercent, "three_skill_item") / GetThreeSkillLevelAdjust(pkChr->GetLevel()) >= number(1, iRandRange)) { const DWORD ITEM_VNUM = 50513; if ((item = CreateItem(ITEM_VNUM, 1, 0, true))) vec_item.push_back(item); } // END_OF_ADD_GRANDMASTER_SKILLThe thing i focus on is GetThreeSkillLevelAdjust. This function is following: int GetThreeSkillLevelAdjust(int level) { if (level < 40) return 32; if (level < 45) return 16; if (level < 50) return 8; if (level < 55) return 4; if (level < 60) return 2; return 1; } So you will only drop Soulstones from bosses if youre lvl 40 and above. All levels below 60 got much decreased chances of getting one I will add more facts when i find them
  16. Ayaka could you add me on skype? gm.tune im currently developing a similar thing but not based on hen maybe we could exchange some features
  17. Well i saw that browser supported locating and was thinking about integrating it as it's a pretty nice and easy tool. As you mentioned it now, it will follow in the next days. DreamPHP shouldn't be metin2-only its a general lib for webdevelopers who dont like big frameworks (thats why I dont build a network between different library parts, so that you can just remove them if they aren't needed) Thats a good idea, well i have to clean the code up anyways then i think ill add a standart code structure I have to admit I didn't work with autoloading yet. I would really appreciate if you participate at this point. I don't even know if there would be compatibility problems if the homepage where the lib is used in has an autoloader itself too, so i just used the method i got teached about a year ago at work. About namespaces: Namespaces are a great thing but like you said not useable with all php versions and I wan't this lib to be useable whereever possible
  18. And another update, i added Geolocation support. Header over here: [Hidden Content] get some information
  19. I just added the first bootstrap support, containing a handler for their "label" element to show how I'm going to expand this. There are a few bigger elements in bootstrap that will take more time and will be done in the future. Every help here is apreciated [Hidden Content]
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.