Jump to content

displayjokes

Inactive Member
  • Posts

    260
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Everything posted by displayjokes

  1. Sorry for double post but i've changed the dwFlag from 32 to 31 in affect table on database and when i logged in it worked like charm. Now where can i change the value inserted by the skill on the affect table in database?
  2. Same thing happens, i even created a new character and tried with male and female, both "default skins" This part from def __LoadGameShamanEx(race, path) ? If so, it seems ok, but i believe this is the skill effect when you use it, so it must be this: chrmgr.RegisterEffect(chrmgr.EFFECT_AFFECT+29, "Bip01 R Hand", "d:/ymir work/pc/shaman/effect/6gicheon_hand.mse") chrmgr.RegisterEffect(chrmgr.EFFECT_AFFECT+30, "Bip01 L Hand", "d:/ymir work/pc/shaman/effect/jeungryeok_hand.mse") have it there so it should be working ? Edit: Just tried to change the mse files, still the same thing ?
  3. Hey, as the title says, when i use Attack Up on shaman healing, the bónus from the skill is applied but it does not show up any effect on the hand or on top left corner! This is the only skill that is doing this, skill_proto and skill_table are right, i made sure of it, and compared with others than mine. Any idea on how to fix this? Thanks in advance.
  4. i do use txt too, but the data from the txt will be transfered to the database, and i use navicat to check the database, what program do you use? To make a character GM, etc.. You need access to the db for that, and in the db, there's a database called player and in there, there's a table called item_proto, that's where i want you to see if it updates ?
  5. in source i don't know ? In navicat the size for the items is correct?
  6. Bump timers is 48h i think, carefull with raylee ? On topic, check your item_proto, on the "size" you must have 2 instead of 3
  7. just to be sure if the proble is what i'm thinking, try this: [Hidden Content] If the items drop, the problem is in the tables from item drop penalty, if not, we need to keep looking and get some logs to debug To check the table search this in the file: TItemDropPenalty aItemDropPenalty_kor[9] =
  8. As MrQuin said, i don't recomend, because there are some words that include the insult words and will be replaced, here's an example: You want to switch Ass with: This is a fun game, I recommend it to everyone ! Imagine somene saying, nah i'll pass that.. It would change to: nah i'll p This is a fun game, I recommend it to everyone ! that.. Anyways, it should be done in client source > UserInterface > InsultChecker.cpp in this function: void CInsultChecker::FilterInsult(char* szLine, UINT uLineLen)
  9. remove the "//" and show me the function: void CHARACTER::ItemDropPenalty(LPCHARACTER pkKiller) from the same file
  10. server source > game > src > char_battle.cpp: void CHARACTER::ItemDropPenalty(LPCHARACTER pkKiller) Show that function please and check if you do have this: ItemDropPenalty(pkKiller); called on void CHARACTER::Dead(LPCHARACTER pkKiller, bool bImmediateDead
  11. Thank you will try that! I do not have block in the area i want to spawn mobs, i have like a hall, something like the monkeys cave from the oficial, but instead of walls, had mountains with block ?
  12. Yeah, i noticed that, but i made a dungeon that has walls (with block), near each other and i wanted to summon a metin within the zone that you can hit the monster, but it won't summon, that's why i want to get rid of this thing.. Any idea on how to do it?
  13. Hey, i was trying to summon monsters near walls (where there's block), and the monster does not summon, i tried with quests, /m command and regen files, the monster does not spawn near walls, any idea on how to fix this please? I've been searching and can't find anything. Thanks in advance
  14. Can you show me this function: bool CShopManager::Initialize(TShopTable * table, int size) From your shop_manager.cpp in game>src please?
  15. Yeah, lets hope that someone will enlight us
  16. I've tested a lot of things and that happens everytime, i even tried to open the shop with quest, but it seems like it's not there the shop at all, only the file is beeing loaded because it gave me conflicts with same npc that had shops
  17. Hey, i installed the system but when i'm in game i try to open the shop and nothing happens. Shop does not open and syserrs are clean. Edit: Normal Shops works fine ?
  18. Hey, i've got some weird bug and can't find anything online and i'm not getting it by my self ? Everytime i use the enchanted blade, all my skills on character window goes active and won't stop, only if i teleport.. The skills stay active even if i turn off the enchanted blade and when the time of the enchanted blade is over.. This does not happen on the taskbar : So it must be something in python. Any help is appreciated, Thanks in advance
  19. I understood, did that, same thing happened, still getting that errors >.<
  20. Uhh, where can i find the "output folder"? Shouldn't the output folder be the "binary"?
×
×
  • 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.