Jump to content

Runah

Premium
  • Posts

    76
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by Runah

  1. Hi guys, all fine? I hope so... I have 3 last bug's (i hope) that i can't really find the resolution on internet or even find it after several trys. 1 - I have a bug that sometimes an war observer enter literraly in war (Example: 80 observers and 2 or 3 just enter in war); 2 - All my dragon soul system is working fine except the rubi, the problem is in the refine (normal to brilliant)... I can refine all stones except the rubi normal (Example: I can refine rubi brillant, rubi rare, rubi legendary, and all the others type of stones, but the rubi normal i can't...); 3 - Flame Spirit hit observers in war... Hope you guys can help me, With the best regards, Runah
  2. The problem wasn't stay invisible but stop the attckers... Anyway, Thx guys but i solved it. Was a problem in second if of char_battle.cpp (function: FuncStopMyAttcker or something like it) . i just deleted the second if and let the content after the first if. I don't know if u understand but i will put an example in some hours. EDIT: struct FuncForgetMyAttacker { LPCHARACTER m_ch; FuncForgetMyAttacker(LPCHARACTER ch) { m_ch = ch; } void operator()(LPENTITY ent) { if (ent->IsType(ENTITY_CHARACTER)) { LPCHARACTER ch = (LPCHARACTER) ent; if (ch->IsPC()) return; //if (ch->m_kVIDVictim == m_ch->GetVID()) ch->SetVictim(NULL); } } }; With the best regards, Runah
  3. I know that don't solve, but if he test, give us help to help him...
  4. Keep needing help, i checked bd and client side like Shisui asked for and it's all ok, must be in source, some ideas guys?
  5. Sometimes they can change map index and didn't notice... and he changed the map will be not index 45 anymore.
  6. [Hidden Content] [Hidden Content] [Hidden Content]
  7. Hi, first verify your map index and then verify remove the "npc.get_race() == 8003 and " and just let the rest and then tell us if works or not.
  8. This one? 70008 ¹é±â ITEM_USE USE_SPECIAL 1 NONE ITEM_STACKABLE | ITEM_IRREMOVABLE NONE NONE 0 0 0 0 0 LIMIT_NONE 0 LIMIT_NONE 0 APPLY_NONE 0 APPLY_NONE 0 APPLY_NONE 0 60 10 0 0 0 0 0 0 0
  9. Hi guys, all fine? I hope so... I'm having an issue with White Flags (Item). Item objective: When click stay invisible for some time and moobs lose target. Problem? You stay invisible but the moobs still doing damage and don't lose the target. Hope you guys can help me, With the best regards, Runah
  10. It's just because was my first Post from a long time, anyway, sorry for that *Shisui* i will not put it again... Thank you can Ken, you solved it with the Allina answer after speak on skype ^^ Allina, that was the answer! My game_option wasn't verifying that. Really thank you both! And again, sorry for the advertising, i will edit, i didn't know was that bad. #Answered #Solved With the best regards, Runah
  11. Hi guys, all fine? I hope so... I'm having an issue with game options blocks (whisper, guild etc). I can block and unblock normally but if i block and teleport it just unblock itself, i'm searching in source but i can't find where the problem is. Hope you guys can help me, With the best regards, Runah
  12. Hi guys, someone know a form to contact shogun? Why? I need to ask something private about my server. Try Private Message... Already did. Skype? I don't know Hope you guys can help me with some network, email, i don't know, something to contact him to ask something private about my server. Hope you guys can help, With the best regards, Runah
  13. I can easily help you, even for free... I'm the nexus2 founder (https://nexus2.com.pt/). The website can be my example too haha Skype: runah1996 Well, anyway, good luck with your search if you don't want me
  14. Hi guys, i use the client maker that shogun posted here: After all steps i'm getting erros like this: [Hidden Content] I don't know what i did wrong but i hope you guys can help me.
  15. Hi everyone, After install the server files and configure the client all fine, i get an error that i don't know how to solve: [Hidden Content] Trys: -Get mob_proto.txt from another files; -Change the "name" from mob_proto.txt. I found: Descobri: -After get another mob_proto.txt i understood that all the query failes lines have the mob_proto.txt "name" in chinese; -I loocked from another servers that i have working 100% fine and they have the "name" in mob_proto.txt in chinese too. So, without change the "name" from mob_proto.txt, how can i solve this problem? All help will be welcome Runah
×
×
  • 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.