Jump to content

dotMatryx

Member
  • Posts

    116
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by dotMatryx

  1. I am searching a talking animation in fbx extension for importing it on unity. Does anyone know any link for downloading something similar/same to that?I searched a lot of websites and found nothing(for free).
  2. Hello, I am searching for someone who developed on unity a hololens app.I have a small trouble.I can pay him. Thanks
  3. What types are available in mob_drop_item? Are there any types that you can drop for example from a level and as the player's level gets higher , the chance gets lower?
  4. from where can i change the appearance of horse for a specific level for ex level 22? 2) I get this sysslog but there is no such monster in regen. Jul 24 17:06:29 :: no sectree for spawn at 241975 -597 mobvnum 20052 mapindex 44 . Is this sysslog a reason for server get down? 20052 is a mining npc . I searched in source but i found nothing . 4)Are there any tutorials for removing an existing empire? UP
  5. Is there any public files for a similar map like yours?
  6. Can someone explain me how exactly PyObject in C++ works?
  7. I've done it serverside, I just send in the packet of atlas map the vnum of the npc and get the locale_name clientside.
  8. Yes i've done it.This is only clientside that you sent. I was getting as a parameter an array of char , and when i was trying finding the length of the array , the sizeof(array)/sizeof(char) in function was (pointer's array)/sizeof(char)=>4
  9. I've fixed it , I created a packet with vnum and i parse the name with this function.But i can see only the first four letters of the npc and i can't see the full name. aAtlasMarkInfo.m_strText = CPythonNonPlayer::Instance().GetMonsterName(vnum); Any ideas?
  10. I am trying to parse mob names in minimap from clientside and not serverside And i am trying modify the following function I copy pasted and modified this function(PythonNonPlayer.cpp) Probably i can't find which field is the vnum of the monster.I debugged the binary and TAtlasMarkInfo's values were Do you know from which packet all these are coming serverside?Can anyone help me with this ?
  11. What's auto& 's meaning exactly?I just read this.. automatically detects and assigns a data type to the variable with which it is used Why are you using the address symbol? & (I know only C that's why i am asking about address symbol)
  12. UP. Also from where can i change the appearance of horse for a specific level for ex level 22?
  13. Just when you done , replace the \n with [ENTER] ( FOR THE SPECIFIC STRINGS YOU WROTE)
  14. I have only a test server with 3 cores + auth + db. How much should i have?
  15. Finally my server gets down because of this. I have got 2gb ram. Swap space is used when ram is full. Is there anything I could do?Is that because of a memory leak?Can i do something about that?Any debugging with a program like valgrind or this is hard on this core?(i've done this in C)
  16. Thanks, which world editor are you using? Everything becomes white when i click the last button of options.
  17. I think that maybe freebsd sends btw signal to my server and shutdowns a core , i dont know why ( i am rending a vps , so maybe there is a big usage from another vps on same pc). Is that possible? P.S. if someone could help me on any problem i have , i can pay him. Paying first only trusted people.
  18. Didn't know that they are not constant , thanks for this information. Anyway even they are not constant , if you pay in memory you won't be slowed (in high level ) because pf may use a data structure like hash table , so it will do only one compare instead of N compares. In conclusion better having a white list if you don't want to throw memory.
  19. 1) How can i remove a blocked (for walking) area from world editor? 2) I get this sysslog but there is no such monster in regen. Jul 24 17:06:29 :: no sectree for spawn at 241975 -597 mobvnum 20052 mapindex 44 . Is this sysslog a reason for server get down? 20052 is a mining npc . I searched in source but i found nothing . 3)I edited a map in world editor nd i see only the 1/4 in minimap.settings.txt ,atlasinfo.txt have correct dimension of the map. 4)Are there any tutorials for removing an existing empire? 5)My server gets down without sysser and there is non a core generated.I dont have stripped my gamefile,dbfile.Is there anything I could do ?Any tutorials available about doing some debugging for such problems? I do know programming but i've never worked on a source like metin so i need your help guys
×
×
  • 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.