Jump to content

Krekon

Inactive Member
  • Posts

    17
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Krekon

  1. At a closer look , the item_proto actually does not decrypts correctly
  2. for i = 1, 6 do test_chat(positions[i][1], positions[i][2]) d.set_unique("fake" .. i , d.spawn_mob(8017, positions[i][1], positions[i][2])) end
  3. I've tried 3 different quests allready for Demon Tower but i always get stucked at level 4 after destroying the first stone , the others don't spawn . Any ideeas ? One of the quests i've used and the one i have now : Syslog :
  4. I'm looking for someone that knows a little bit of everything game related and that is able to help me with the problems I encounter along the way . Source compiling/editing , game implementing . One of the requirements is to be already trustworthy in this community and being able to prove some of his knowledge . Message me for more info .
  5. Fixed by rebuilding initial db , player/player_index were corrupt for some reason i guess .
  6. I can't create new char , tried to repair tables. Error when trying to create new char : __QUERY_PLAYER_CREATE: QUERY_ERROR: UPDATE player_index SET pid2=0 WHERE id=1
  7. Solved Edit only the first syntaxes with x/y and check not to edit another one because apparently i had one more from a system and editing it causes my client to crash .
  8. Check the line 2207 the syntax it's not good search for tab or spaces .
  9. That was the tutorial for making them + with blessing scroll but instead of blessing code i put pearls for an example , it wasn't for making them at blacksmit .
  10. If you say you edited everywhere then it's strange . Check one more time everything , especially locale_game.txt And if you are crypting with syserr console post it here,
  11. You changed the name for the folder but you didn't changed it in files where the lines ask for specific things . Go in locale/and change tr with en . See if that works .
  12. Go to the stone line in navicat For example dodge stone +4 you search it in item_proto and look for refine_set number Then you go to refine_proto and search for that number Now let's say that you want to set it for asking pearls for +5. vnum0 - 27992(here you put the code that you want) / count0 2 = This means that will take 2 white pearls for the upgrade. You can go on for asking more items on vnum1 count1 / vnum2 count2 , and so on .
  13. Make sure that you didn't edited too much while translating , i mean other lines then text . And see if you have some error in syserr and post it here.
  14. Hello , does anyone know how to add the extra space on inventory in order to add buttons ? Anything will help me since i don't know the line in inventorywindow that add it , and i'm not sure that it's there too .
  15. You really got me there with the first line I didn't messed nothing related to syserr as i said i saw this problem long time ago so it seems that the client is like that . I tried purposedly corrupt files but if the corruption is too small nothing happend but that client dosen't work . I saw now that if the problem is too severe a log display when i try to launch the .exe but it's not helping too much because there it's showing the final reason like _pack_ could not be load due to bad files or some similar things , not like that syserr which would show you the file and the lines . It's not a big deal i mean it's just a lot to work not knowing where the problem is exactly and i loose more time . I thought that somebody have some information about this problem . PS : I'm working on it without source since i was out of this line for years and i try to remember and learn all the new things step by step .
  16. In order to find the solution it would be wiser to post the error that you get .
  17. I am working right now on improving a random basic client and working a lot on it . It has the syserr.txt file but inside even if the client has an error dosen't display anything , until now i didn't need it that much because i could figure what i have done wrong and fix it but right now i really need to see the errors . Does anyone knows why the syserr it's not working ? Thank you anticipated .
×
×
  • 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.