Jump to content

DangThao

Community
  • Content Count

    307
  • Joined

  • Last visited

  • Days Won

    23

Everything posted by DangThao

  1. If running in xampp and u're doing hamachi, why not use old xampp 1.7.1? We mainly use that or Zend (this is better ofc)
  2. Check f-skill books on Lucky's Archive : https://mega.nz/#F!OUMUgTYb!jtCsqh7halK_O9uzWyaG0g!KcdVQK6a Try use that as a guide and see if it works. You might need to duplicate Black Dragon fireball code and rename to your own. Also don't forget to change the whole skillinfo.txt line code required for the skill to whatever you renamed the copy Black Dragon Fireball function. If not work, reply back here.
  3. Is that the user and passed u used when you attached your database? if so, should works. Also, try replace ur hamachi ip to '(local)'. What Xampp version are you using? some are not working properly.
  4. U use zend or xampp? either way, just extract a website template into your htdocs folder in zend or xampp. Then open includes folder > inc.config and find the database connection stuff. Ex: $config['db']['game'] = array( 'host' => '(local)', 'db' => 'gamedb', 'user' => 'sa', 'pass' => '' ); $config['db']['account'] = array( 'host' => '(local)', 'db' => 'accountserver', 'user' => 'sa', 'pass' => '' ); Configure host (local) to your hamachi ip so it will be => 'yourHamachiIP' db = your database name for gamedb (usually gamedb unless you called it something else) user = the user you attach the database as. pass = the pass that you made or assigned to the user (most people use passgen.exe to generate a custom password) That should be all. Try and see if it works.
  5. htdocs folder in xampp or apache htdocs in zend.
  6. Good to know. When we first developed servers, there are no crashes like this but not sure why nowaday u either have to hex your game.exe to make the .mp3 music works without crashing or use .ogg music file. If you know how to fix using the .mp3 is nice but since most of us don't we like the easier way (.ogg music w/ musicinfo.bin of .ogg).
  7. Check one of the topic in the question section, we've already discussed this in there. Mostly it's that. It doesn't matter what you do. If you don't have the proper stuff it will just crash or freeze everytime you do something in game. Try that see if it works.
  8. GG lmao. @Ximboliex that's ur old thread . @V3ct0r =P
  9. I think i saw V3ct0r replied to someone's post about those or not. @V3ct0r a little help here?
  10. I think he doesnt have stuff in the SDK file, so when he triggered the npc with a function for player marriage or the ring thinging, which it directs you to the ValentineRing or something and he might be missing that code which show him this error. Player marriage needs a lot of stuff. I suggest take player marriage from a working server file (player marriage and took it from there.)
  11. That forum is less useless than this one, most developers are here nowaday. If you want more guide, you just have to download the serverdev archives and use that along with Pkodev.
  12. Can anyone of you write a code, to Limit Connections per IP? and can someone write a code to make a time DELAY between a connection and another, like if you try to make many connections at the same time you will get denied? Can someone create a code to limit the maximum number of packets sent per second per IP ? Thanks all for your help, i expect to see some codes, Thanks guys !
  13. DangThao

    Vip set

    use CSVed if you dont know which column is the right one. You want to make your vip set to be a apparel? Copy some apparel line and replace id, itemname, texture name for 1 2 3 4(these are texture for lance, carcise, phyllis ami) If you use CSVed you will see.
  14. Question 2: Find a clean guild data.sql and run it in ur SQL. Maybe because your database got those weird guildname letters. Whcih will result ???? if it's not in its right language. Question 4: you can do 127.0.0.1(that's how i do for VPS on server side but web side; i do vps ip or (local) or sql name). You can use a simple patch like pko 1.36 patch and put ip changer in it and change it then delete it ip changer and gave them the patch (You can remove any texture or model stuff). I think you only need what's inside the scripts>txt and script > table stuff.
  15. U compile the ip changer and it will changed all setting for connection. Upload ur client>script folder and give to people. They will need to extract into their client>>script folder and replace all (there's easier way if you want to hide your connection vps IP but too lazy to explain). Check your database for guild. See how it is. 3rd..how to make my client become installer -There's a program you can make your client into a installer. Just gotta google it xD.
  16. Mainly depend on ur monster giveexp amount, ur solo/team exp rate, and ur characterlvup exp formula.
  17. Use cheat engine locally to speed up forge or make an item that give item +27 according to his/her class.
  18. Something is bugging try play with ur client. Maybe it's client or File. Usually u should be able to click on target if in a PKable map.
  19. Look here: https://mega.nz/#F!OUMUgTYb!jtCsqh7halK_O9uzWyaG0g!vcMUBSKL Scroll down until you find Pkocp, that should be the one.
  20. Is it possible to assigned some maps to be like CA? where everything is balance? if so, how to do it? (Don't wanna play in attrcalculate).
  21. pkoCP allows you to edit account/character visually. Check lucky's/foxseiz mega archives to see if it is still in there. Download and install accordingly and then you can edit.
  22. I think u can find the cooldown time for those pot in skillinfo.txt or skilleff.txt. It's in one of them that use the countdown, if u dont want it to have countdown, just remove the timer so it wont be delaying.
  23. I also assist him, we just do extract and manually extract but still same. Even with clean characteraction.tx incase someone hide it but it's not. So not sure whats the problem.
  24. Check the function GetChaName_born4 ( role ) Find local ap = GetChaAttr( role , ATTR_AP ) local cha_str = GetChaAttr(role, ATTR_BSTR ) local cha_dex = GetChaAttr(role, ATTR_BDEX ) local cha_agi = GetChaAttr(role, ATTR_BAGI ) local cha_con = GetChaAttr(role, ATTR_BCON ) local cha_sta = GetChaAttr(role, ATTR_BSTA ) ap=ap+cha_str+cha_dex+cha_agi+cha_con+cha_sta-25 SetChaAttr(role, ATTR_BSTR ,5 ) SyncChar(role,4) SetChaAttr(role, ATTR_BDEX ,5 ) SyncChar(role,4) SetChaAttr(role, ATTR_BAGI ,5 ) SyncChar(role,4) SetChaAttr(role, ATTR_BCON,5 ) SyncChar(role,4) SetChaAttr(role, ATTR_BSTA,5 ) SyncChar(role,4) SetChaAttr(role , ATTR_AP,ap ) SyncChar(role,4) AddSailExp(role, npc , 1 , 1 ) local sk_add = SK_ZSSL AddChaSkill ( role , sk_add , 3 , 3 , 0 ) PlayEffect( role, 361 ) Notice("Congratulations "..cha_name.." for successfully completing the 3rd Rebirth. "..cha_name.." Best wishes from all your server friends!") return 1 See where it said SetChaAttr(role, ATTR_STR, 5) Check ur 4th rebirth to see if it is lower than 3rd rebirth or higher, if ur 3rd rebirth set those to 10 while your 4th rebirth set to 5. it will drop your stats.
×
×
  • Create New...