Jump to content

callmax

Inactive Member
  • Posts

    66
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by callmax

  1. sorry i haven't coded them and also i haven't designed them i have no right's to share it
  2. i have this design coded on my extern harddrive xd
  3. #fixxed I never thought this could pe possible take a look: after i deletet this folder, the map works completly, in this folder i have deleted a lot of objects, but i've never thought that: The client, if he find the map in the clientfolder, the map getn'd loaded by the pack archive, they get loaded by the folder which is in the client. First this is a extrem security risk and i really don't know to fixx it at the moment, imagine a hacker put the map1 blue in the client with completly removed "no-move areas", he would have a simple wallhack (i don't know if the serversideattr kick the player or block the player if he try to do that) Second this is a very good thing for all mappers, so they hadn't to repack there archives to see the map ingame for developing
  4. they all exists, the strange thing is a objet which is shown on a place, don't appears on a other place of the map, only his shadow. Like on the screen, you see by the worldeditor all the roots, but on the ingame screen only one of them is there but the part of the map should be full with this roots
  5. Hi, I found a really nice map on the internet but the map makes a problem what i definitly don't understand and had never seen in this form. This is the Map in the Worldeditor; where the mouse cursor is , this is the ingame position in the next screen. So how could it bee that the shadows of the objects are shown, and a few of the same objects are visible but the most of them are invisible. I thought, "Yes, this must be a client error" but the syser told me absolute nothing about an object error. Do maps have an "object limit" how much objects could be placed on a map? cause the left side of the maps there are all objects visible but on the right side of the map i see only the shadows from the objects, and the "invisible" objects let the char stuck. But the terrifiying thing is that the SAME objects they are invisible in the right part, are visible in other parts of the map, and that is what i definitly not understand. All objects are showen in the world editor but the half map ingame is only with shadows from the "invisible" objects. I definitly don't understand this fucking bug x)
  6. you had to link the mysqlclient lib in your makefile add this to your Makefile LIBS += -lmysqlclient -lz
  7. i love you for this ! No i hadn't anymore to use iMer's regencreator whick makes everytime peep and peep and peep after you close it, if you know this bug from his tool
  8. callmax

    Map N8D2

    This map isn't complete, upload please the areaambiencedata/areadata/areaproperty
  9. here i found a newer version [Hidden Content]
  10. test jEdit, its the best editor i've ever used
  11. Hey, Does anybody know, which magic number do a fresh compiled binary from the mainline_sg branch use? I looked for the python.dll, they py version is 2.7.3, so i downloaded python 2.7.3 and compiled the pyc files from the python source, but still the bad magic number error appears. Also i thought the SG libs could work, they didn't. When i use the lib folder from the extern folder, the client does work, yes, but than the client load's the py files and not the pyc files, the pyc files from Extern also have a bad magic, and everyone should see that it isn't the best idea to use py files which get loaded by the binary, cause if the binary use the py files it's more than easy to execute python code, like pythonbots / python extractor etc.
  12. no, but database logs, on my last server 80 gb Storage are to little for my database logs
  13. a good server has to keep logs for ~ a month, and 64 GB Storage is a bit to little i think :<
  14. With the 40k client i can't open the console, i don't find the right command, /console or /console then; doesn't seems to work.
  15. change if (true == LearnSkillByBook(dwVnum)) { ITEM_MANAGER::instance().RemoveItem(item); int iReadDelay = number(SKILLBOOK_DELAY_MIN, SKILLBOOK_DELAY_MAX); if (distribution_test_server) iReadDelay /= 3; //Çѱ¹ º»¼·ÀÇ °æ¿ì¿¡´Â ½Ã°£À» 24½Ã°£ °íÁ¤ if (LC_IsKorea()) iReadDelay = 86400; SetSkillNextReadTime(dwVnum, get_global_time() + iReadDelay); } } break; to if (true == LearnSkillByBook(dwVnum)) { item->SetCount(item->GetCount()-1); int iReadDelay = number(SKILLBOOK_DELAY_MIN, SKILLBOOK_DELAY_MAX); if (distribution_test_server) iReadDelay /= 3; //Çѱ¹ º»¼·ÀÇ °æ¿ì¿¡´Â ½Ã°£À» 24½Ã°£ °íÁ¤ if (LC_IsKorea()) iReadDelay = 86400; SetSkillNextReadTime(dwVnum, get_global_time() + iReadDelay); } } break;
  16. Isn't it also illegal to give support for running a metin2 server?
  17. VAC Pro = ovh? how many vps would share the 1gb/s? Only 150gb disk space? i would prefer about 300 gb + and why you didn't share the cpu like the uplink? if one vps gets attacked and need more thant one core for a short time? For this i would pay 20€ if i could host anonym. By kimsufi i get a dedicatet server with 4 gb ram / 100mb/s 4 core cpu / 1 TB HDD / OVH DDoS protection also for 20 €. If you didn't host by ovh / soyoustart or kimsufi i understand that your vps are't sellable for 20 ~ €
  18. after vnc installation this folder doesn't exists #fixxed, you had to start vnc server first, than the .vnc folder was created
  19. http://ask.fm/callmax Is only for trolling people and entertain me, don't take the answers seriously
  20. I don't really understand how cryptopp is compileable with g++49, First i changed CXX = g++ to CSS = g++49, didn't work, than I changed all $(CXX) to g++49, also don't work, I don't see at the moment where the compiler in the Makefile from cryptopp is defined. :<
  21. New Ideas: Configoption's for; disable exoroles / concentrationroles set percent for skillbook sucess Bugfixx for Skillbooks, if you made them stackable and you use a book from a stack the stack dissappears
  22. Ok, and now, i'm going to hang myself, im such a retarded idiot #clsrq pls -.-
×
×
  • 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.