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 ADMTec

  1. A

    [Development] Source Mu Main 1.03.35 [Season 5.1 - Season 5.2]

    i find the code for the item drop void CreateItem(ITEM_t *ip,BYTE *Item,vec3_t Position,int CreateFlag) { int Type = ConvertItemType(Item); ITEM *n = &ip->Item; n->Type = Type; if(Type==ITEM_POTION+15) { n->Level = (Item[1]<<16)+(Item[2]<<8)+(Item[4])...
  2. A

    [Development] Source Mu Main 1.03.35 [Season 5.1 - Season 5.2]

    I couldn't find it, I looked in all the files but I didn't find anything like it
  3. A

    [Development] Source Mu Main 1.03.35 [Season 5.1 - Season 5.2]

    I can't find the information regarding "network protocol when monster drops item, and find this animation effect."
  4. A

    [Development] Source Mu Main 1.03.35 [Season 5.1 - Season 5.2]

    unfortunately I couldn't find it in the source, could you tell me which .CPP they are in?
  5. A

    [Development] Source Mu Main 1.03.35 [Season 5.1 - Season 5.2]

    1 - Does anyone know where I can find the code in the source that creates the effect that when the item is in the inventory and you place the pose on it, it rotates 2 - And also does anyone know where I can find the code that creates the item drop effect from mobs?
  6. A

    [Development] Source Mu Main 1.03.35 [Season 5.1 - Season 5.2]

    I'm studying programming and I would like to know if someone could tell me where I can find in this source the code that deals with the effect of items when they are excellent and also the effect when they level up
  7. A

    [Development] Webgame MuOnline

    update de links please!
  8. A

    [Release] TT Main Original Custom Wing (Wing SS8) Packed

    alguém poderia disponibilizar TT Main Original Custom Wing (Wing SS8) : You must be registered for see element.
  9. A

    [Release] zTeam Season 6 - 100% stable

    Some one can update de Dead Links?
  10. A

    Drop Manager for S9

    llooking for the same
  11. A

    [Help] IGCN S9 E2 Drop of Blood Castle Itens

    Would anyone know how I can fix the drop of Blood Bone and Scroll of Archangel?
  12. A

    [Release] Genesis MMO Full Source Code

    Could anyone recommend a tutorial to start a server with these files?
Back
Top