Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Recent content by pinux

  1. pinux

    block cheat enchant (server side)

    yes it's linked to itemidx, so it's 100% fixed without weakness again.
  2. pinux

    block cheat enchant (server side)

    hi, :laugh: i just want to share how to block cheat enchant by server side. this code work for luna classic and luna plus, - first open the source code Map Server - open ItemManager.cpp - find "CItemManager::Enchant" - scroll down and find if( !item || item->dwDBIdx !=...
  3. pinux

    [Release] 仙剑神曲 serverfiles

    thanks for share, work, tested! 1. set virtual network with ip 192.168.128.0 at vmnet8 2. make sure use "move it" on open vmx file 3. add host at your windows host file You must be registered for see element. to 192.168.128.129 4. make sure file /etc/sysconfig/network-scripts/ifcfg-eth0...
  4. pinux

    WebGame [Release] casual webgame TZR2 vmware file..

    there the last info, i'm trying for fixing about mozilla issue. i know actually problems is reading cache path url by mozilla, i just try edit all cache setting in NewMingGame.swf, like this line: public var cache:Boolean = false; but still not have a good luck. maybe i will try again if...
  5. pinux

    help me F_network

    i'm never try pangya server, but i can look at your screen shot there is to many stored procedure/triger error executing data. i believe that is the problems.
  6. pinux

    GM Tool Functions

    -----------------------------edit aw sorry double post, got message database error.
  7. pinux

    GM Tool Functions

    Event Map is for applying/change exp rate, gold rate, drop, etc without restart server. this is nice tool, but seems in original source limited to max 30%, if you want more you must change GMTool source and the packet type.
  8. pinux

    Mobs doesnt attacking at all

    with file you have upload i think there is no problems come from bin files, what client and server you use? The Gate Alker have same problem?
  9. pinux

    PVP Map

    you seemed passable experience in c++, might be fun to work with you, but my decision was made to leave luna project for this time. i have message my messenger you can contact me for another help. this maybe very helpful for all who are still working at this project, try to always keep in mind...
  10. pinux

    PVP Map

    nice sir, mailbox clean good luck all ^^ ------------------------------------------------------------ another key, check file Char_PK.beff on folder direct maybe you need edit it or try remove pk effect on source
  11. pinux

    Mobs doesnt attacking at all

    can you upload your MonsterList.bin and Monster_19.bin? maybe the problem is here.
  12. pinux

    [Ask]Video Record with sound(music)

    i has try it with bdcap64.dll version 1.7.2.97 but no luck because Verify key is no valid both "EYA_LUNAPLUS_20100218", "e5b68af6" and "BANDISOFT-TRIAL-200809", "e1b03d86" maybe i will try another way or another record method for 64bit.
  13. pinux

    PVP Map

    aye sir, that is the key ^^ hope this helpful. just pm if need other discuss problem. bored with luna project, i think i will work for other project atm.
  14. pinux

    [Ask]Video Record with sound(music)

    same there, i think main problems is bdcap32.dll doest not full support for win64 i have check on bandicap.h there is have 2 option You must be registered for see element. win64 and 32 i will try it and report the result asap.
  15. pinux

    about stats

    MAPSERVER, check CharacterCalcManager.cpp CLIENT, check Hero.cpp
Back
Top