Jump to content

Toxic

Inactive Member
  • Posts

    90
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Toxic

  1. You don't have mysql-server installed in your machine. I've already told that but i thing he hasn't read.
  2. If you haven't resolved: pkg_add -r mysql56-server if you have installed the 5.6 version, else pkg_add -r mysql55-server if you have installed the 5.5 version. Then:
  3. Pack the dll with your binary or you can put it in the main folder anyway.
  4. The regens file are called "blazingpurgatory_gate_"..sequence[d.getf("purgatory_gate_sequence")]..".txt"" ? where sequence are numbers?
  5. Hi guys, how i can do to enable a new effect when users use energy crystal, the effect will be able for all duration of this item (2 hours). Thanks.
  6. What is the error? I think you cannot see the dungeon and you crash when you warp here, right? 0425 13:57:15081 :: CMapBase::LoadProperty(FileName=metin2_map_c1MapProperty.txt) - LoadMultipleTextData ERROR ÆÄÀÏÀÌ ¾øÀ» °¡´É¼ºÀÌ ¸¹½À´Ï´Ù. 0425 13:57:15081 :: CMapManager::LoadMap() Invalid Map Type 0425 13:57:15082 :: CPythonBackground::SelectViewDistanceNum(int eNum=0) mc_pcurEnvironmentData is NULL
  7. Post your quest and i'll try to help you.
  8. Hello people, tonight i've tryed to insert my new object with the world editor... the problem is: When i try to insert it with Building type, it's all ok and i can see it, if i use DungeonBlock or Object type i cant see it... this objects is for a dungeon, then what i can do to resolve it?
  9. It's for convert protos from sql to py. P.S. Gathon, Hom, i advice you not open other pserver, all your server fail.
  10. item_proto_line = "%st%st%st%st%st%st%st%st%st%st%st%st%st%st%st%st%st%st%st%st%st%st%st%st%st%st%st%st%st%st%st%st%s" % (row[0], """ + row[1] + """, """ + get_item_type(row[3], row[0]) + """ , """ + get_item_subtype(row[3], row[4], row[0]) + """, row[6] , get_antiflag(row[7], row[0]), get_flag(row[8], row[0]), get_wearflag(row[9], row[0]), get_immuneflag(row[10]), row[11], row[12], row[13], row[14], row[16], get_limittype(row[17]), row[18], get_limittype(row[19]), row[20], get_apply(row[21]), row[22], get_apply(row[23]), row[24], get_apply(row[25]), row[26], row[27], row[28], row[29], row[30], row[31], row[32], row[39], row[40], row[41]) TypeError: cannot concatenate 'str' and 'NoneType' objects WTF?
  11. proto.py:583: SyntaxWarning: name 'errors' is assigned to before global declaration global errors proto.py:592: SyntaxWarning: name 'errors' is assigned to before global declaration global errors It's ok? :S
  12. I've got only .exe and item_names.txt + item_proto.txt in the folder.
  13. So your server fail as always, anyway you've to have knowledge in c++
  14. Yes i've found, thanks but how to use this archiver? D:
×
×
  • 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.