Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/12/17 in Posts

  1. < Stolao's Script Collection> Please Comment, Good or Bad i want to know your guys thoughts on what i should do next. Update History At Afk At Commands Auto Event Custom Functions Daily Login Reward Ex Job Master Floating Rates Fly-Wings Group Buffs Mvp Speed Run Non-Abuse Healer Poring Power Pvp Ladder Mining -Unsupported, Bug Fixes Only- Weapon Mastery -Unsupported, Bug Fixes Only- Coming soon to a server near you
    1 point
  2. You can set this in your skill_db, just read the explanation at the top.
    1 point
  3. We didn't push the mode to constant yet. Don't forget to retrieve the original mode of your mob and add it. A sample : monster "prontera",0,0,"Quest Poring",1002,1; .@mob_unique_id = $@mobid[0]; getunitdata .@mob_unique_id, .@data; setunitdata .@mob_unique_id, UMOB_MODE, ( .@data[UMOB_MODE] | 0x0000004 );
    1 point
  4. So if the player is a super player he should be able to chain combos however he wants? If guess you can get group_id via: int pc_get_group_id(struct map_session_data *sd); So for example... uh... case MO_CHAINCOMBO: if(!sc) return false; if(sc->data[SC_BLADESTOP]) break; if(sc->data[SC_COMBO] && (pc_get_group_id(sd) > 0 || sc->data[SC_COMBO]->val1 == MO_TRIPLEATTACK)) break; return false; Like this maybe?
    1 point
  5. 2831,4096 // sleipnir 1530,4096 // mjolnir Put that at the bottom of item_noequip.txt Then, add restricted<tab>8 mapflag in your npc script file
    1 point
  6. They're loaded one after another and overwrite existing entries, you can have up to 10 if I recall. They don't cause client lag.
    1 point
  7. change your langtype in your xml. i have same problem and i try to change my langtype it work.
    1 point
×
×
  • Create New...