Jump to content

Dvrstle

Members
  • Posts

    361
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Dvrstle

  1. I need help on having logs on the parties who finished Endless Tower because im planning to have a Endless Tower Party of the Week event. . .
  2. tnx for a good feedback =) my problem is how can i integrate it
  3. Please rate it and give suggestions thanks
  4. Here's the problem. . . Gravity Error but its not showing as gravity error . . it shows that "BlitzRO Renewal.exe has stopped working" Gravity error occurs when: **When we have war event [party vs party] - when i recall a party, one - three members of their party will have error but on the next recall.. they don't have any errors **During WoE - when the GM of a certain guild uses emergency call. [some of their members will have error] - when the emperium has broken [some players will have error] **PVP Room - when the player died and then returned to the last savepoint [there's a possiblity that he/she will got gravity error] NOTE: Gravity error is not included in the diff of my client so what shows there is "BlitzRO Renewal.exe has stopped working" help me please!!
  5. sir emistry. . . should i still edit src? . . i will just change the star glad/ninja/gunslinger's max lvl to 150
  6. i want to change the max lvl of Gunslinger, Soul linker, star gladiator and ninja i want to change it to 150 . . . and then their max stats are 120 tnx help here!!
  7. using "Halter Lead" you will be able to have renewal mount my problem is, i can't use halter lead on Royal Guard, Rune Knight, Ranger. As well as the @newmount . . . its not working on those jobs
  8. when i equipped this . . . i can't use Reflect shield . . help me please
  9. Here's what i have in my mind: Guild Event [which can be only used by GM of the Guild that owns the castle and as well as the Admin] [Please post suggestions of the events that the guild owner can host. The GM of the guild should provide his own prizes. The GM of the guild has the capability of shouting by using this messaging his message on the whisper npc example The GM of the guild should pm this >> npc:event: and there is a text box that will pop up . . . which the GM will enter his message. Please suggest more features for this npc . . .
  10. can you make the code for me? so that i will not be confused buddy =)
  11. yah your right buddy! =) its better to invest your $$ on a hosting company who offers good service
  12. so how can i activate Mandragora Howling without using renewal casting? =)
  13. #ifdef RENEWAL_CAST if( sc->data[sC__LAZINESS] ) fixed += fixed * sc->data[sC__LAZINESS]->val2 / 100; /** * AB Sacrament reduces fixed cast time by (10 x Level)% (up to 50%) **/ if( sc->data[sC_SECRAMENT] ) fixed -= fixed * sc->data[sC_SECRAMENT]->val2 / 100; if( sc->data[sC_MANDRAGORA] && (skill_id >= SM_BASH && skill_id <= RETURN_TO_ELDICASTES) ) fixed += 2000; if (sc->data[sC_IZAYOI] && (skill_id >= NJ_TOBIDOUGU && skill_id <= NJ_ISSEN)) fixed = 0; #endif } im going to change it to.. #ifdef RENEWAL if( sc->data[sC__LAZINESS] ) fixed += fixed * sc->data[sC__LAZINESS]->val2 / 100; /** * AB Sacrament reduces fixed cast time by (10 x Level)% (up to 50%) **/ if( sc->data[sC_SECRAMENT] ) fixed -= fixed * sc->data[sC_SECRAMENT]->val2 / 100; if( sc->data[sC_MANDRAGORA] && (skill_id >= SM_BASH && skill_id <= RETURN_TO_ELDICASTES) ) fixed += 2000; if (sc->data[sC_IZAYOI] && (skill_id >= NJ_TOBIDOUGU && skill_id <= NJ_ISSEN)) fixed = 0; #endif } I changed the RENEWAL_CAST to RENEWAL only so that the skills will work to the server even though the renewal casting in my server is not implemented
  14. currently waiting for it to be released. . . =) progress bar please!!
  15. For me, before i hosted on asurahosting, I also noticed that 21ghz and I know that it was just a marketing strategy but they have an explanation for it so it convinced me. We can't judge them by just this marketing strategy because what matters most is their service and they have it. =) Although there are times that Asurahosting was getting irritated when I'm asking for his help, he will still help me and the problem that i had that time was not included on the package that I bought. And so, overall rating for me is really high. In my case, there are some hosting companies who provide good offers on hosting packages but does not have the good service which is really essential for a hosting company. Thanks!
  16. Dvrstle

    Manhole Bug

    yah.. . done with it. . . but still . . . they can attack
  17. many times that we got dc on emperium . . . but not everytim,e. . . . can anyone help me about this? anyone??
  18. Dvrstle

    Manhole Bug

    my players can still attack while in the manhole or fixing it??? According to iRO wiki: http://irowiki.org/wiki/Manhole So I don't think it needs to be fixed o_O I believe this is what Malufett was referring to: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/src/map/clif.c if (sd->sc.count && (sd->sc.data[sC_TRICKDEAD] || sd->sc.data[sC_AUTOCOUNTER] || sd->sc.data[sC_BLADESTOP] || //sd->sc.data[sC__MANHOLE] || sd->sc.data[sC_CURSEDCIRCLE_ATKER] || sd->sc.data[sC_CURSEDCIRCLE_TARGET] )) return; my players can still attack while in the manhole xD
  19. Dvrstle

    Manhole Bug

    yah that's what i want. . is it possible?
  20. Dvrstle

    Manhole Bug

    you mean add // ?
  21. Dvrstle

    Manhole Bug

    All jobs can use pots and can attack while in manhole. . . how to fix this...
  22. im sorry but im confused by this one Eg: 40 vit -> 40% resist. 150 luk -> +50% of the missing gap. // So 40% + (50% of 60%) = 70%
  23. how can i fix this . . . luk can improve the resistance to deep sleep and mandragora?? 100+ int = cannot be frozen 100+ vit = cannot be stunned. .. that's what i know. . . anyone?
×
×
  • Create New...