Mhalicot
Community Contributors-
Content Count
1971 -
Joined
-
Last visited
-
Days Won
37
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by Mhalicot
-
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..
- 64 replies
-
- autoattack
- @autoattack
-
(and 3 more)
Tagged with:
-
Nako pre madami yan, ready made.. pili ka lang dito > http://herc.ws/board/forum/29-client-side-releases/
-
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
-
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
-
up sorry kinda busy, I will try to check this out ASAP.
- 152 replies
-
- afk atcommand
- @afk
-
(and 2 more)
Tagged with:
-
I think its more on source code. (Moved to support)
-
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;}
-
Karasu, last update is still working on latest revision. Are you sure you download costume system 2.0 patch?
-
I will check it this weekend..
-
^ I will fix it this weekend, after work
- 152 replies
-
- afk atcommand
- @afk
-
(and 2 more)
Tagged with:
-
huh? I think you post in a wrong topic. this is for Costume Plugins
-
I will check it later after work.
- 152 replies
-
- afk atcommand
- @afk
-
(and 2 more)
Tagged with:
-
yes, because the only available @command for this plugins is @rentitem..
- 26 replies
-
- rentitem2 plugins
- rentitem2
-
(and 2 more)
Tagged with:
-
No prob, Wag kalimutan basahin ang Note ha
-
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..
-
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.
-
^ 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
- 152 replies
-
- afk atcommand
- @afk
-
(and 2 more)
Tagged with: