Jump to content

EnKor

Premium
  • Posts

    239
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by EnKor

  1. "Because line[0] isn't 491, line[0] is 4, because 4 is the first character on that line. " Ok. i got it! if(GetRace() == atoi(line)) <<<< all i need! lol THANK YOU!!!!!!
  2. help me understand this please! line[0] returns value inside .txt right? for exemple, if 491 is the only value inside .txt why client cant "convert" line[0] to 491? why this dont work: if (GetRace() == line[0]) Why binary cant see line[0] is 491 ? I only need to make this line... nothing more if (GetRace() == line[0]) ///// if (GetRace() == 491 ) <<<<< this is all i need...
  3. Back allway back to start I can print the value.... But i need to check GetRace() with value from inside .txt if (GetRace() == "%s", str) <<<< something like this
  4. before and its 100% working. But ugly as hell lol After if i get some some help:
  5. to apply fSpecular = 1.0 in all vnums(mobs) from inside txt
  6. im around this for 2 days now. I dont understand how to make: GetRace() == VALUE_FROM_INSIDE_TXT
  7. I have .txt file with values: 101 102 but i realy dont know how to get the all values from inside txt Any help please
  8. [EDIT]:2 How can i make this?
  9. I got 100% same error as you. But in my case it was because i add FIX before Fix need to be after like he say
  10. There's alot of things that make people scam others. One for one reason, one for other. But for me all start when people start asking money to help others in very simple steps. And yes! I start in metin2 when people help for free and for pleasure. and i was present in metin2 when people start "asking money". At the time, i see this will happen. And i can agree with you in "but still delusional."... but, i'm not "so far from the truth" edit: xD I recall now, some years ago, in skype we have a very very very big group in there. Many of the best Developers this days was in that skype group. And i recall 100% of one BIG discusion i have with T4EMP (something like this) because of this point. Someone start asking money to help in that skype group.... And i disagree and that generate a BIG discusion lol! This was.... 8 years ago?!
  11. It's not what scammers do? "get advantages with the least effort" makes all sence for me
  12. im not complain about anything i just say my point of view why people scam (or why i belive it is) If you wanna ask money to help other... do it! If you wanna help for free do it too.... I only say why i think people scam thats all I don't pay for "starter developers". If i need to pay someone for services, i will look for REAL Developers. Like Vegas, Marty and many others. Its not hard at all find True developers in metin2dev And yes, Metin2dev, Turkkmo, epvp and many many many others forums have almos everyting you need to solve bugs without pay anything. If you spend time to search for soluction, you will find it. No reason at all to get scam or scam others! But once again, and my final 2cents "Asking money to solve free bugs create scammers"
  13. That's not at all what im saying. We all was noob one day. All of us! And we're NOT all scammers. Not even 95% of us. And i belive MODTeam ban all scammers in here. so, Metin2dev is a very clean place. What im trying to say is: Every player asking money to solve simple bugs. Who asking for help, most of the times cant find the soluction and the soluction is free. But many players ask for money to help others. And this create Scammers! Because later, they will find the soluction free somewhere, but he have to pay! Im talikng about small bugs\small lines of code! And once again, i 100% hate scammers but my english is bad and i can't explain better what i think about scammers and why they scam. And this.... this is part of the problem but i dont know how to explain. Why you say "google before asking" if we are talking about Metin2 in Metin2dev forum. This forum was not supose help others!? People can go google and try to find help. But if they know Metin2dev, one or even maybe, the best place for all about Metin2dev... why they need google? Please.... dont get me wrong. But i belive, if someone ask you for some kind of help. I realy belive you will say "Go google or i can help you for XXXXX€" Then you came here, Search the topic someone did explain how to solve the problem, make copy-paste and you sell the soluction. Because someone, cant find it or dont know how to find it. And once again... sorry.... but what you did was not HELP\sell Service. What you did was Scam!
  14. Metin2dev is one of the best forum for metin2 And please, dont get me wrong of what i say. My english is very bad and i can't find the right words to explain better what i say. But the "main" problem for me with scammers is that. Scammers players starts when people start asking money to help is simple problems. Here it go a very very simple exemple: When i start in Metin2 +/- 6 years ago. Shogun make a 100% step-by-step in how to start a clean server. (He show us every single step we need to create a server and compile source) This was for FreeBSD 9.2 if im not mistake. (at the time, there was many others free tutorials, but for me shogun did the perfect job! If people wanna start today, with 100% clean files mainline+novaline and Free BSD15!? 16? Mysql8?? 9!? Theres no step-by-step tutorial. Simple... if users can't create own files.... well.... they will scammer to buy ones. and once again, i 100% hate scammers!!!! The point is: in preset day, its very hard for noob players start is own project. Scammer is more easy then start is own projects (Last version of BSD+last sql+clean source etc...)
  15. first of all: "i 100% hate scammers" But why there's alot of scammers this days? For me the reason is only one! Some time(years) ago, when people have any question about this or that. People go into Skype and people help others for free. They come to foruns, ask help.... and they get help for free. Until..... "Developers" start asking for money to solve easy bugs... or other not so easy! But the problem start when people start asking for money to help others. Many create one topic to ask for help and they are helped for free.... Later they return to topic (not only here) and they remove the question. Why? Because if "someone" ask for the same problem... they will ask money! The problem of scammers is this. "noob" people have to pay for almost anything this days.... They dont have money.... the scamme others! Ask for money for a new Source? I 100% agree with that. Ask for money for a new System? I 100% agree with that. Ask for money to put all working (Server+site+protections etc...)? I 100% agree with that. But asking money to help others in solve bugs (once they are online but now they are hiden)...... <<<<< and this create scammers. Sorry for my bad english
  16. for i = 1, 5 do local j = math.random(i, 5) syschat(""..i..","..j.."") end //return: 1,3 2,3 3,5 4,1 5,2 But i need no repeat numbers from J. I need ALL numbers from 1 ~5 in return i (for i = 1, 5 do) this works fine and ALL numbers(random) from 1~5 in J Like this: 1,3 2,4 3,5 4,1 5,2 // random but no repeat numbers in j Any help?
  17. This "fix" is causing this error: 0820 10:31:33723 :: Cannot find item by 2972 0820 10:31:45273 :: Cannot find item by 2972 0820 10:31:45849 :: Cannot find item by 2972 0820 10:31:46098 :: Cannot find item by 2972 0820 10:31:46924 :: Cannot find item by 2972 Any ideia why? I have 100% sure it's something in uitooltip.py If i follow all the fix i have that error, if i remove it i have none, and if i do all fix, but do not change uitooltip. Error come back! Edit2 Error come from item 72702 . This item have no description and if i move the mouse over him, i see the uitooltip with no problem, but i got syserr 0820 10:31:33723 :: Cannot find item by 2972 Any help? EDIT3 I change this function: with: And no more syserr and i belive all tooltips are ok.... But if i have cause anyother error, let me know please
  18. #### Server/game/src/horse_rider.cpp #### Server/game/src/horse_rider.h #### Server/game/src/questlua_horse.cpp quest_functions quest:
  19. you say this one? [Hidden Content] nah!
  20. thats not what i need. I wanna type the quest in a simple mode. Like this: say(" It's great that you're here - I need your help! I'm collecting information about all the creatures that live on our continent. It's a very complicated task, that I just can't handle by myself. If you help me, I will of course give you a reward. ") Have to be some way... up!
  21. Any way to write quest like this: (very very simple mode) say(" It's great that you're here - I need your help! I'm collecting information about all the creatures that live on our continent. It's a very complicated task, that I just can't handle by myself. If you help me, I will of course give you a reward. ") and NOT like this: say("It's great that you're here - I need your help.[ENTER]I'm collecting information about all the[ENTER]creatures that live on our continent. It's a very[ENTER]complicated task, that I just can't handle by[ENTER]myself. If you help me, I will of course give you[ENTER]a reward. ") and NOT like this: say("It's great that you're here - I need your help.") say("I'm collecting information about all the ") say("creatures that live on our continent. It's a very ") say("complicated task, that I just can't handle by ") say("myself. If you help me, I will of course give you ") say("a reward. ")
  22. Soluction: I dont know if this is the best one, and maybe its not.... but it's what we have until someone can make it better. open: interfacemodule.py and edit like: in quest if you send: send_letter("deleteme") Icon will not show. Like i say, it's not the best soluction... but i belive its ok
  23. i dont look in other servers 100% mainline + novaline in here edit: Can we force game.py or interface.py to update in order to check if the quest button is valid or not!? (Because this is one "ghost button")
×
×
  • 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.