Jump to content

Baltazar

3D Modeler
  • Posts

    90
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Baltazar

  1. Hello, I have problem with adding bonuses to costume weapon. I am trying to add item, which will set 3 bonuses to costume weapon. Costume body and hair are working fine. This is the problem: [Hidden Content] Code: else if(item->GetVnum() == 70070) { if (item2->GetAttributeCount() != 0) { ChatPacket(CHAT_TYPE_INFO, "Bonuses are already in this item."); return false; } else { if (number(1, 100) <= 25) //Chance to add bonuses { if (item2->GetType() == ITEM_COSTUME && item2->GetSubType() == COSTUME_WEAPON_SWORD && item->GetVnum() == 70070) { item2->SetForceAttribute(0, 1, 2000); item2->SetForceAttribute(1, 63, 10); item2->SetForceAttribute(2, 43, 10); } } } item->SetCount(item->GetCount() - 1); return true; } Thanks for any advice. Best Regards, mustafaxddd
  2. Hello! I tried to add 3th ring into inventory. I did everything same like 1st and 2nd ring slot, but now my server is not able to start db. This is what is in syslog: CLIENT_DESC [db_clientdesc] trying DBPacket() while not connected I really don't know what is wrong, every part of code is same as code for item_ring.. This error is showing after adding item_ring3 into protoreader.cpp in db source. Is there any limit for item type? Thanks for every answer! Have a nice day
  3. Not working.. Images of code etc., anyway thanks for advice.
  4. Nope, it's just for normal weapons, but thank you. I need to know how to add effects on costume weapons not on normal weapons.
  5. Hi! Can someone tell me how to add effect to costume weapon? I am trying to solve it somehow, but effect still doesn't appear. Thanks for answers!
  6. Problem solved, client is not able to read GR2, so I just changed it to gr2 and its working.
  7. Greetings! I have problem with mount, mount is under ground.. I am sending .msm file and screenshot. Effects are normally working, so path is alright. Help please! plechi_beast_mount00.msm
  8. Hi guys, my question is how can I add more colors to effect? I have effect with one color, but I want to add another one, is it possible?
  9. Hi guys, I implemented title system to my server, but I have a problem. When I set my title, nothing happens. Syserr is empty. Its like I have it above name, but I can't see it and I dunno why. Anyone know how to solve this problem? Thanks!
  10. For armor and weapons, I don't want to download something. I just want to know how to change color of effect to black, I tried it, but effect always disappear
  11. Hi guys, I wanted to change color of animation to black, but when I did it I couldn't see effect, it absolutely disappear. Do you guys know, how to do black or gray effect? Thanks!
  12. To your first problem. Did you try to change position of sash in instancebase.cpp? Is position of sash bugged when u are sitting on mount or not? Btw. I would like to know how you resolved your 3rd problem!
  13. Hi guys! So I added transmutation system to my server, it is working fine, but I can't reset look. I mean item which should delete transmutation effect is not working. Do you guys know where could be problem? Thanks!
  14. [Hidden Content] Try this one, I am using it on my server and textures are fine
  15. Hmm maybe, I will send you item_proto.txt, can you please tell if it is right or not? item_proto_acce.txt is what I was trying to add, I tried to change COSTUME_SASH to COSTUME_ACCE, but error was same. item.zip
×
×
  • 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.