Jump to content

Mhalicot

Community Contributors
  • Content Count

    1971
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by Mhalicot

  1. sir a question here.. im trying to use this autoattack.. i chose to apply it using .c only coz it doesnt work by just adding on trunk and putting on plugins.conf kindly check this errors? i just follow the guides in HPM installing. what rev. you use? can you provide your src/plugins/sample.c and autoatk.c codes? so that I can compare it..
  2. Mhalicot

    Meron bang ...

    Nako pre madami yan, ready made.. pili ka lang dito > http://herc.ws/board/forum/29-client-side-releases/
  3. Nabasa mo po ba ito? Custom Weapons basahin mo pong mabuti yung sa Item ID / Item Type bawat Weapon Type kasi may kanya kanya silang range ng Item ID. 1200-1249, 13000-13099 Knives, Daggers, Etc. yung ID na ginagamit mo ay para sa 1800-1849 Knuckles paki review po ulit Goodluck sorry din po sa late response
  4. haha, Karagdagang kaalaman lang, para kahit papano may alam ka sa mga batas" para pag tnanong ka nextime kung ano yung piracy Online, may Idea ka na
  5. Yap, ang mga software or files na ILLEGAL na pinipirata, eh yung mga may PRICE/LICENSE, for example, WIndows OS, Antivirus, Music, Films at kung anu ano pang May license na applications/software at may Copyright na music/films. *Athena/Hercules ay Free for example kagaya ngayon yung sinulong nilang batas na anti Internet Piracy, para sa mas malinaw na detalye, basahin mo dito > House Bill No. 6187
  6. ^Para bigyan ka ng malinaw na pag iisip tungkol sa PIRACY na sinasabi mo. PIRACY is illegal copying, distribution, or use of SOFTWARE. Malinaw na ba?
  7. Nako meron pa nga dahil sa hacker ng account, ayun paktay den.. mga tao nga naman, ang Laro ginawa para mag enjoy.. masyadong big deal sakanila yun ..
  8. up sorry kinda busy, I will try to check this out ASAP.
  9. I think its more on source code. (Moved to support)
  10. Making BAD decision is a part of life, blaming OTHERS for your bad decision is IMMATURE.

  11. it should be merge like this int pc_equippoint(struct map_session_data *sd,int n){ int ep = 0, char_id = 0; nullpo_ret(sd); if(!sd->inventory_data[n]) return 0; if (!itemdb->isequip2(sd->inventory_data[n])) return 0; //Not equippable by players. ep = sd->inventory_data[n]->equip; if(sd->inventory_data[n]->look == W_DAGGER || sd->inventory_data[n]->look == W_1HSWORD || sd->inventory_data[n]->look == W_1HAXE) { if( (pc->checkskill(sd,AS_LEFT) > 0 || (sd->class_&MAPID_UPPERMASK) == MAPID_ASSASSIN || (sd->class_&MAPID_UPPERMASK) == MAPID_KAGEROUOBORO) ) { //Kagerou and Oboro can dual wield daggers. [Rytech] if( ep == EQP_HAND_R ) return EQP_ARMS; if( ep == EQP_SHADOW_WEAPON ) return EQP_SHADOW_ARMS; } } if( battle_config.reserved_costume_id && sd->status.inventory[n].card[0] == CARD0_CREATE && (char_id = MakeDWord(sd->status.inventory[n].card[2],sd->status.inventory[n].card[3])) == battle_config.reserved_costume_id ) { // Costume Item - Converted if( ep&EQP_HEAD_TOP ) { ep &= ~EQP_HEAD_TOP; ep |= EQP_COSTUME_HEAD_TOP; } if( ep&EQP_HEAD_LOW ) { ep &= ~EQP_HEAD_LOW; ep |= EQP_COSTUME_HEAD_LOW; } if( ep&EQP_HEAD_MID ) { ep &= ~EQP_HEAD_MID; ep |= EQP_COSTUME_HEAD_MID; } } return ep;}
  12. Karasu, last update is still working on latest revision. Are you sure you download costume system 2.0 patch?
  13. ^ I will fix it this weekend, after work
  14. huh? I think you post in a wrong topic. this is for Costume Plugins
  15. I will check it later after work.
  16. yes, because the only available @command for this plugins is @rentitem..
  17. No prob, Wag kalimutan basahin ang Note ha
  18. Nako, walang kinalaman ang autosave_time.. bayaan mo lang sya sa default nya na 300.. ang dapat mong ayusin ay yung settings ng save_settings // Apart from the autosave_time, players will also get saved when involved// in the following (add as needed):// 1: After every successful trade// 2: After every vending transaction// 4: After closing storage/guild storage.// 8: After hatching/returning to egg a pet.// 16: After successfully sending a mail with attachment// 32: After successfully submitting an item for auction// 64: After successfully get/delete/complete a quest// 128: After every buying store transaction// 256: After every bank transaction (deposit/withdraw)// NOTE: These settings decrease the chance of dupes/lost items when there's a// server crash at the expense of increasing the map/char server lag. If your // server rarely crashes, but experiences interserver lag, you may want to set// these off.save_settings: 511 paki basa at i-add mo kung ano gusto mo..
  19. Is your server updated? the source of error is not in costumeitem.c. I cant reproduce your problem, This plugins is working and tested in both Linux and Windows.
  20. ^ Try to read this >> Guide for Linux/unix Note: be sure to place the .c file in src/plugins directory and add your plugins to the conf/plugins.conf file
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.