Jump to content

Benhero

Inactive Member
  • Posts

    165
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by Benhero

  1. okay.. fixxed ... serveradmin add a quest will unmount on Logout. so it can't save .., <.<
  2. Problem Still exist try a lot things and compare with other Sources.. but found nothing. If i Start Riding the "bRiding" flag will be set to "true" but if i teleport (with commands or real portal) the flag does not will write to DB... So after Teleport i stand on the ground without horse... Anyone have some problem and already fix it? Please
  3. you have to Link the Game to the directorys or Copy them there Link: ln -s <source> <dest> (iam not sure with s flag) Copy: cp <source> <dest>
  4. You have to replace the "locale_string.txt" in your Server. Have you edit Source with Notepad++? If yes you have make a big mistake if you use wrong "encoding?" Because ANSI and UTF-8 does not! support korean Style ^^
  5. Does you automatich Create backups or clear logs? If yes how often let you do this? If you use Crontabs for this or do this by hand? Check your Crontabs if there's a Crontab that will execute to often.
  6. quest = lua So you can use Lua Highlight! In notepad++: Language -> L -> LUA If you want to know every Function you can use the quest_function in your server
  7. If you use this. It only chech the first index in array and then the return will be call. What means the quest w'll be canceld.. so it not work. also you missed the highlited end... As "IDE" i use notepad++ with lua highlight. and vor local x and y you can use pc.get_local_x() pc.get_local_y()
  8. Thank! This Awnser help me a lot! i'll try my best
  9. You have to Change Tables. Game. Datebase. Client Binary
  10. I don't need anyone work for me. I ask for a solution or anything like this. I try diffrent ways aggo to Compile on 64bit System. Without any help. Then i search for soulution. But google does not give any help.. everyone just say "it is not possible" so i don't try it again (i try for about 3 Months or so). Now i must cancel 1 Server so i must find a soultion and before the server runs out i ask and test everything by my self. i can't copy source etc to live server and test there everything. if i made a mistake i have to reset everything.. yes i have backups but i think the players are not happy if i have to install the server again... I have to say thanks for the awnsers i know. I say thanks for the help. And i would NEVER say "Do this or this or this." that is not i. #sry 4 bad english...
  11. Shops in Special Maps: Change item to Sell (in german "Bündel") to Type 18 Make a quest for it like quest blablabla begin state start begin when 123456.use begin local allowedMaps = {1, 21, 41} for i = 1, table.getn(allowedMaps) do if allowedMaps[i] == pc.get_map_index() end cmdchat("open_privateshop") -- <- Think Command is diffrent return end end end end end
  12. How many Ram that you Server has? What is about Disk Space? Maybe it flow over...? More information about Server will be nice
  13. Have they antiflag_stackable? Look at Client Item_proto to! Greatz
  14. My problem is that i must Buy 2 Servers. 1 for compile and 1 for play.. because i use up to 4 Channels and so i can't use more then 4?GB Ram on a 32bit Maschine ._. That's why i need to compile on 64 Bit.. did anyone have a other soulution? I don't wana compile on PC.. Upload Game (43MB) cost to many time
  15. Atm i compile on 32bit system.. i not installed a 64 Bit system.. did you have a instruction please?
  16. is there now any soulution to compile Source/Game on 64Bit System?...
  17. If you want i can help you about teamviewer.. Just send me a message.
  18. you can do it by css background position: For the first image it willb be like this: width: 16; height: 12; background-image: url(PATH) 0px 0px For the Seonc image it will be: width: 16; height: 12; background-image: url(PATH) -16px 0px etc... Greatzs
  19. Hey everyone my problem is this... if i ride my horse and i walk trough a portal or teleport by NPC iam not longer on my horse and it disapears.. anyone know how to fix this? Thanks for the help!
  20. yeah.. i know. But if there's no possibility to compile on Game Server? (64Bit) I don't want to move the Cores everytime. By a Size > 400MB it will Takes Minutes to transfer by scp.. Greatz
  21. Don't use Stipped gamefile... @wezt don't can make a gdb.cmd because server run on 64Bit system and i compile on a 32Bit system.. don't know how to compile on 64 bit <.< so i can't link source.. But the "/usr/local/bin/gdb7x1" works very well! Thaks
×
×
  • 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.