The best v75 Source

Page 17 of 18 FirstFirst ... 79101112131415161718 LastLast
Results 401 to 425 of 447
  1. #401
    Valued Member JellyIsHawt is offline
    MemberRank
    Nov 2009 Join Date
    2009Location
    104Posts

    Re: The best v75 Source

    Quote Originally Posted by PirateOwh View Post
    Shootsource is the most complete v75 source out there.
    @edit flavs source beeest: / . haz everything shootsource got AND wrong coupon code fix
    Agreed.

  2. #402
    Proficient Member r3d1c3 is offline
    MemberRank
    Apr 2008 Join Date
    191Posts

    Re: The best v75 Source

    Help:
    Code:
    Dec 22, 2009 5:11:13 AM net.sf.odinms.net.PacketProcessor registerHandler
    SEVERE: Check your Recv Packet Opcodes - Something is wrong
    Dec 22, 2009 5:11:13 AM net.sf.odinms.net.PacketProcessor registerHandler
    SEVERE: Check your Recv Packet Opcodes - Something is wrong
    Dec 22, 2009 5:11:13 AM net.sf.odinms.net.PacketProcessor registerHandler
    SEVERE: Check your Recv Packet Opcodes - Something is wrong
    Dec 22, 2009 5:11:13 AM net.sf.odinms.net.PacketProcessor registerHandler
    SEVERE: Check your Recv Packet Opcodes - Something is wrong
    Dec 22, 2009 5:11:13 AM net.sf.odinms.net.channel.ChannelServer run
    Never in my whole time seen this before. Anyone have a fix for this or tips on how to remove this issue (still fix) lol

  3. #403
    offonline King Grub is offline
    MemberRank
    Aug 2009 Join Date
    Spring fieldLocation
    3,303Posts

    Re: The best v75 Source

    Quote Originally Posted by r3d1c3 View Post
    Help:
    Code:
    Dec 22, 2009 5:11:13 AM net.sf.odinms.net.PacketProcessor registerHandler
    SEVERE: Check your Recv Packet Opcodes - Something is wrong
    Dec 22, 2009 5:11:13 AM net.sf.odinms.net.PacketProcessor registerHandler
    SEVERE: Check your Recv Packet Opcodes - Something is wrong
    Dec 22, 2009 5:11:13 AM net.sf.odinms.net.PacketProcessor registerHandler
    SEVERE: Check your Recv Packet Opcodes - Something is wrong
    Dec 22, 2009 5:11:13 AM net.sf.odinms.net.PacketProcessor registerHandler
    SEVERE: Check your Recv Packet Opcodes - Something is wrong
    Dec 22, 2009 5:11:13 AM net.sf.odinms.net.channel.ChannelServer run
    Never in my whole time seen this before. Anyone have a fix for this or tips on how to remove this issue (still fix) lol

    The error is obvious

    SEVERE: Check your Recv Packet Opcodes - Something is wrong

  4. #404
    Proficient Member r3d1c3 is offline
    MemberRank
    Apr 2008 Join Date
    191Posts

    Re: The best v75 Source

    Checked... Nothing has been changed since extracted from the file RaptorJesus has provided

    Code:
    #	This file is part of the OdinMS Maple Story Server
    #    Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> 
    #                       Matthias Butz <matze@odinms.de>
    #                       Jan Christian Meyer <vimes@odinms.de>
    #
    #    This program is free software: you can redistribute it and/or modify
    #    it under the terms of the GNU Affero General Public License version 3
    #    as published by the Free Software Foundation. You may not use, modify
    #    or distribute this program under any other version of the
    #    GNU Affero General Public License.
    #
    #    This program is distributed in the hope that it will be useful,
    #    but WITHOUT ANY WARRANTY; without even the implied warranty of
    #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    #    GNU Affero General Public License for more details.
    #
    #    You should have received a copy of the GNU Affero General Public License
    #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
        
    # GENERAL #
    PONG = 0x19
    
    # LOGIN #
    LOGIN_PASSWORD = 0x01
    GUEST_LOGIN = 0x02
    SERVERLIST_REREQUEST = 0x04
    CHARLIST_REQUEST = 0x05
    SERVERSTATUS_REQUEST = 0x06
    SET_GENDER = 0x08
    AFTER_LOGIN = 0x09
    REGISTER_PIN = 0x0A
    SERVERLIST_REQUEST = 0x0B
    REDISPLAY_SERVER_LIST = 0x0C
    VIEW_ALL_CHAR = 0x0D
    PICK_ALL_CHAR = 0x0E
    CHAR_SELECT = 0x13
    CHECK_CHAR_NAME = 0x15
    CREATE_CHAR = 0x16
    CREATE_CYGNUS = CREATE_CHAR 1
    DELETE_CHAR = 0x18
    ERROR = 0x1A
    RELOG = 0x1D
    
    # CHANNEL #
    PLAYER_LOGGEDIN = 0x14
    CLIENT_ERROR = 0x1B
    STRANGE_DATA = 0x1C
    CANCEL_DEBUFF = 0x62
    ENTER_MTS = 0x9A
    MTS_OP =  0xF1
    BUY_CS_ITEM = 0xDB
    TOUCHING_CS = 0xDA
    DENY_PARTY_REQUEST = 0x7B
    GUILD_OPERATION = 0x7C
    DENY_GUILD_REQUEST = 0x7D
    #COUPON_CODE = 
    AUTO_AGGRO = 0xB3
    #NOTE_ACTION = 
    #MAPLETV = 
    #PLAYER_UPDATE = 
    TROCK_ADD_MAP = 0x65
    #USE_CATCH = 
    #MONSTER_CARNIVAL = 
    HIRED_MERCHANT_REQUEST = 0x3E
    #PASSIVE_ENERGY = 
    USE_DOOR = 0x83
    BBS_OPERATION = 0x99
    
    CHANGE_MAP = 0x25
    CHANGE_CHANNEL = 0x26
    MOVE_PLAYER = 0x28
    CANCEL_CHAIR = 0x29
    USE_CHAIR = 0x2A
    CLOSE_RANGE_ATTACK = 0x2B
    RANGED_ATTACK = 0x2C
    MAGIC_ATTACK = 0x2D
    ENERGYCHARGE_ATTACK = 0x2E
    TAKE_DAMAGE = 0x2F
    
    GENERAL_CHAT = 0x30
    CLOSE_CHALKBOARD = 0x31
    FACE_EXPRESSION = 0x32
    USE_ITEMEFFECT = 0x33
    MONSTER_BOOK_COVER = 0x38
    NPC_TALK = 0x39
    NPC_TALK_MORE = 0x3B
    NPC_SHOP = 0x3C
    STORAGE = 0x3D
    
    ITEM_MOVE = 0x46
    USE_ITEM = 0x47
    CANCEL_ITEM_EFFECT = 0x48
    USE_SUMMON_BAG = 0x4A
    PET_FOOD = 0x4B
    SCRIPTED_ITEM = 0x4D
    USE_CASH_ITEM = 0x4E
    
    USE_SKILLBOOK = 0x51
    USE_TELEPORT_ROCK = 0x53
    USE_RETURN_SCROLL = 0x54
    USE_UPGRADE_SCROLL = 0x55
    DISTRIBUTE_AP = 0x56
    AUTO_DISTRIBUTE_AP = 0x57
    HEAL_OVER_TIME = 0x58
    DISTRIBUTE_SP = 0x59
    SPECIAL_MOVE = 0x5A
    CANCEL_BUFF = 0x5B
    SKILL_EFFECT = 0x5C
    MESO_DROP = 0x5D
    GIVE_FAME = 0x5E
    
    CHAR_INFO_REQUEST = 0x60
    SPAWN_PET = 0x61
    CHANGE_MAP_SPECIAL = 0x63
    USE_INNER_PORTAL = 0x64
    REPORT = 0x69
    QUEST_ACTION = 0x6A
    SKILL_MACRO = 0x6D
    
    PARTYCHAT = 0x75
    WHISPER = 0x76
    MESSENGER = 0x78
    PARTY_OPERATION = 0x7A
    ADMIN_COMMAND = 0x7E
    ADMIN_LOG = ADMIN_COMMAND 1
    PLAYER_INTERACTION = 0x79
    
    BUDDYLIST_MODIFY = 0x80
    CHANGE_KEYMAP = 0x85
    
    MOVE_PET = 0xA1
    PET_CHAT = 0xA2
    PET_COMMAND = 0xA3
    PET_LOOT = 0xA4
    MOVE_SUMMON = 0xA9
    SUMMON_ATTACK = 0xAA
    DAMAGE_SUMMON = 0xAB
    
    MOVE_LIFE = 0xB2
    MONSTER_BOMB = 0xB7
    NPC_ACTION = 0xBB
    
    USE_HAMMER = 0xF8
    
    ITEM_PICKUP = 0xC0
    DAMAGE_REACTOR = 0xC3
    TOUCH_REACTOR = DAMAGE_REACTOR 1
    DUEY_ACTION = 0x40
    ENTER_CASH_SHOP = 0x27
    ITEM_SORT = 0x44
    ITEM_SORT2 = 0x45
    Edited: Add the RecvOps that it came with
    Yes, I did search this whole intire topic before posting. Someone else had this issue as well and no one helped him so if someone can help me with this. This would be great.

    Edited#2: Read traitor post saying it wasn't an error but a warning. Thanks in advance for any of the help that was on the way (plausable) but if there is a way to remove this properly please inform me.
    Last edited by r3d1c3; 22-12-09 at 02:57 PM.

  5. #405
    Account Upgraded | Title Enabled! Forgiven is offline
    MemberRank
    Jul 2008 Join Date
    CanadaLocation
    301Posts

    Re: The best v75 Source

    Thank you, its good

  6. #406
    Enthusiast robotgary is offline
    MemberRank
    Nov 2007 Join Date
    35Posts

    Re: The best v75 Source

    Why is there no reborns column in DB of characters?

  7. #407
    offonline King Grub is offline
    MemberRank
    Aug 2009 Join Date
    Spring fieldLocation
    3,303Posts

    Re: The best v75 Source

    Quote Originally Posted by robotgary View Post
    Why is there no reborns column in DB of characters?
    GMS-like source mebbe ?

  8. #408
    Enthusiast robotgary is offline
    MemberRank
    Nov 2007 Join Date
    35Posts

    Re: The best v75 Source

    Quote Originally Posted by PirateOwh View Post
    GMS-like source mebbe ?
    How can I add reborn into db then? Any tut about it?

  9. #409
    offonline King Grub is offline
    MemberRank
    Aug 2009 Join Date
    Spring fieldLocation
    3,303Posts

    Re: The best v75 Source

    Quote Originally Posted by robotgary View Post
    How can I add reborn into db then? Any tut about it?
    Character table > Edit table > Go to the very bottom and fill a new columm

  10. #410
    Enthusiast robotgary is offline
    MemberRank
    Nov 2007 Join Date
    35Posts

    Re: The best v75 Source

    Quote Originally Posted by PirateOwh View Post
    Character table > Edit table > Go to the very bottom and fill a new columm
    Thanks PirateOwh ^^ Is there anyway to change Trade button setting so that I can click and directly go to FM? There is no such option in world.properties...

  11. #411
    ASAPROCKY Psychopath is offline
    MemberRank
    Mar 2007 Join Date
    The NetherlandsLocation
    1,263Posts

    Re: The best v75 Source

    you can try making a command
    like @fm

  12. #412
    Apprentice CrusadeKnight is offline
    MemberRank
    Jan 2009 Join Date
    23Posts

    Re: The best v75 Source

    Where is the WZ Files?

  13. #413
    offonline King Grub is offline
    MemberRank
    Aug 2009 Join Date
    Spring fieldLocation
    3,303Posts

    Re: The best v75 Source

    Quote Originally Posted by CrusadeKnight View Post
    Where is the WZ Files?
    Not includeded, just download it. DON'T ASK WHERE! -_- search

  14. #414
    iamTheKing NyCPirate is offline
    MemberRank
    Aug 2009 Join Date
    c.getNyC.posLocation
    1,746Posts

    Re: The best v75 Source

    Wow....GREAT release Raptor. You sure there's no catch to this source?

  15. #415
    Account Upgraded | Title Enabled! wietse02 is offline
    MemberRank
    Jul 2008 Join Date
    NetherlandsLocation
    657Posts

    Re: The best v75 Source

    This is a great source?

  16. #416
    offonline King Grub is offline
    MemberRank
    Aug 2009 Join Date
    Spring fieldLocation
    3,303Posts

    Re: The best v75 Source

    Quote Originally Posted by wietse02 View Post
    This is a great source?
    No it sucks, thats why we call it 'The best v75 source'

  17. #417
    Account Upgraded | Title Enabled! boi2gangsta is offline
    MemberRank
    Jun 2008 Join Date
    Just Around The Corner..Location
    415Posts

    Re: The best v75 Source

    Quote Originally Posted by PirateOwh View Post
    No it sucks, thats why we call it 'The best v75 source'
    lol, i like your humor

  18. #418
    Account Upgraded | Title Enabled! wietse02 is offline
    MemberRank
    Jul 2008 Join Date
    NetherlandsLocation
    657Posts

    Re: The best v75 Source

    Quote Originally Posted by PirateOwh View Post
    No it sucks, thats why we call it 'The best v75 source'
    RaptorJesus calls it 'The best v75 source', WE don't..

  19. #419
    offonline King Grub is offline
    MemberRank
    Aug 2009 Join Date
    Spring fieldLocation
    3,303Posts

    Re: The best v75 Source

    Quote Originally Posted by wietse02 View Post
    RaptorJesus calls it 'The best v75 source', WE don't..
    I do too. That's make us to a, 'We'

  20. #420
    Apprentice CrusadeKnight is offline
    MemberRank
    Jan 2009 Join Date
    23Posts

    Re: The best v75 Source

    I seems to have this Error can someone help me with it please thnks
    Exception in thread "main" java.lang.NoClassDefFoundError: net/sf/odinms/net/wor
    ld/WorldServer
    Caused by: java.lang.ClassNotFoundException: net.sf.odinms.net.world.WorldServer
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    Could not find the main class: net.sf.odinms.net.world.WorldServer. Program wil
    l exit.
    Press any key to continue . . .

  21. #421
    ASAPROCKY Psychopath is offline
    MemberRank
    Mar 2007 Join Date
    The NetherlandsLocation
    1,263Posts

    Re: The best v75 Source

    Quote Originally Posted by CrusadeKnight View Post
    I seems to have this Error can someone help me with it please thnks
    Exception in thread "main" java.lang.NoClassDefFoundError: net/sf/odinms/net/wor
    ld/WorldServer
    Caused by: java.lang.ClassNotFoundException: net.sf.odinms.net.world.WorldServer
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    Could not find the main class: net.sf.odinms.net.world.WorldServer. Program wil
    l exit.
    Press any key to continue . . .
    add next time code
    Code:
    Exception in thread "main" java.lang.NoClassDefFoundError: net/sf/odinms/net/wor
    ld/WorldServer
    Caused by: java.lang.ClassNotFoundException: net.sf.odinms.net.world.WorldServer
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    Could not find the main class: net.sf.odinms.net.world.WorldServer. Program wil
    l exit.
    Press any key to continue . . .
    like that.

  22. #422
    Enthusiast ermelious is offline
    MemberRank
    Sep 2008 Join Date
    27Posts

    Re: The best v75 Source

    this source is no doubt the best one. Just need to do some minor fixes like battleship (not working), mounts (working but animation problem), wind archer "morph" skill working but dcs another player when he or she enters the map you're in, and add auto register and you'll have the best free v75 source ever

  23. #423
    Proficient Member r3d1c3 is offline
    MemberRank
    Apr 2008 Join Date
    191Posts

    Re: The best v75 Source

    Theres actually a couple of more skills that d/c people like Dark Knight Skills and surprisingly some Bishop Skills

    Its a good source but some d/c issues need fixing as long as other of couple of skills.

    Its a great source

  24. #424
    Inactive xRayne is offline
    MemberRank
    Aug 2008 Join Date
    391Posts

    Re: The best v75 Source

    Quote Originally Posted by wietse02 View Post
    RaptorJesus calls it 'The best v75 source', WE don't..
    Who the fuck is we?

  25. #425
    Account Upgraded | Title Enabled! wietse02 is offline
    MemberRank
    Jul 2008 Join Date
    NetherlandsLocation
    657Posts

    Re: The best v75 Source

    Quote Originally Posted by xRayne View Post
    Who the fuck is we?
    Nevermind man, don't come into our discussion

    This source has by the way no Hired Merchants..



Advertisement