THPO
Members-
Content Count
103 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by THPO
-
it is possible with: ---------------------------------------@addperm {<permission name>}@rmvperm {<permission name>}Changes the permissions of a character (lasts until relog).If no permission is given, a list of available permissions will be returned.--------------------------------------- so yeah what about on script is there a way to change permission or just by atcommand @perm?
-
+1 yeah it will be good addition for Hercules making if officially added
-
this should be added officially on Hercules. anyone can apply this as Plugin?
-
post the one your using.
-
Just wanted to know if getitiembound really doesn't work on Items.. example I wanted to make Grape Juice an Item Bound for my Freebies. getitembound 533,100,1; Thanks in advance.
-
you can do it manually by adding them I've been doing this instead because of the description.
-
@Nemo Thanks
-
@NEMO I wish you could also add "Arial on All Langtypes"
-
same with 2013-06-05 and 2013-08-07
-
timer doesn't seem to work properly and whats with the message?
-
implementing a map on resnametable from existing map doesn't work
THPO replied to Zirius's question in Client-Side Support
inside a data.grf you can find a map pvp_y_8-2.gat .gnd. rsw and then add them to your grf / data folder.. that's another solution i guess.. -
@Quesoph Offtopic: well that's good to know then
-
Found a bug when adding a Pet Egg., all pet egg that came from a package won't get hatch using incubator.
-
the 2nd splash landing is nice are you selling it? it has player counter right? and server information or that's a video frame?
-
been wanting to have this feature added to Hercules of if anyone can provide it or sells for good price
-
meron pong sql files inside hercules folder sql-filesupgradesrAthena-logs-upgrade & rAthena-main-upgrade pwede mo ata gamitin yun. Note: and please refrain from using Capslock pag ganyan po kasi para kayong nasigaw sa kausap nyo.
-
they're actually Renewal Items if you can't find what your looking for might as well check Renewal DB also
-
12622 boarding halter
-
I wanted to enable MVP Drops to be logged too but somehow It doesn't appear on my sql's Picklog: I have also tried to enable this line: // Log MVP Monster Drops (Note 1)// Outdated. Use Pick_Log instead. But this log could be useful to keep track slayed MVPslog_mvpdrop: yes My Settings: //--------------------------------------------------------------// Hercules Log Configuration File//--------------------------------------------------------------// Note 1: Value is a config switch (on/off, yes/no or 1/0)// Note 2: Value is in percents (100 means 100%)// Note 3: Value is a bit field. If no description is given,// assume unit types (1: Pc, 2: Mob, 4: Pet, 8: Homun)//--------------------------------------------------------------// Enable Logs? (Note 3)// 0x00000 - Don't log at all// 0x00001 - (T) Log trades// 0x00002 - (V) Log vending transactions// 0x00004 - (P) Log items drop/picked by players// 0x00008 - (L) Log items drop/looted by monsters// 0x00010 - (S) Log NPC transactions (buy/sell)// 0x00020 - (N) Log Script transactions (items deleted/acquired through quests)// 0x00040 - (D) Log items stolen from mobs (Steal/Gank)// 0x00080 - © Log player-used items (consumables/pet&hom&merc food/items used for skills&attacks)// 0x00100 - (O) Log produced/ingredient items// 0x00200 - (U) Log MVP prize items// 0x00400 - (A) Log player created/deleted items (through @/# commands)// 0x00800 - ® Log items placed/retrieved from storage.// 0x01000 - (G) Log items placed/retrieved from guild storage.// 0x02000 - (E) Log mail system transactions.// 0x04000 - (I) Log auction system transactions.// 0x08000 - ( Log buying store transactions// 0x20000 - (K) Log account bank transactions// 0x10000 - (X) Log all other transactions (rentals expiring/inserting cards/items removed by item_check/// rings deleted by divorce/pet egg (un)hatching/pet armor (un)equipping/Weapon Refine skill/Remove Trap skill)// Example: Log trades+vending+script items+created items: 1+2+32+1024 = 1059// Please note that moving items from inventory to cart and back is not logged by design.enable_logs: 0x3FE3F// Use MySQL Logs? [SQL Version Only] (Note 1)sql_logs: yes// LOGGING FILTERS// =============================================================// if any condition is true then the item will be logged// 0 = Don't log at all// 1 = Log any item// Advanced Filter Bits by item type: ||// 0002 - Healing items (0)// 0004 - Etc Items(3) + Arrows (10)// 0008 - Usable Items(2) + Lures,Scrolls(11) + Usable Cash Items(18)// 0016 - Weapon(4)// 0032 - Shields,Armor,Headgears,Accessories,etc(5)// 0064 - Cards(6)// 0128 - Pet Accessories(8) + Eggs(7) (well, monsters don't drop 'em but we'll use the same system for ALL logs)// 0256 - Log expensive items ( >= price_items_log)// 0512 - Log big amount of items ( >= amount_items_log)// 1024 - Log refined items (if their refine >= refine_items_log )// 2048 - Log rare items (if their drop chance <= rare_items_log )// Examples: (log filters)// log_filter: 1 = logs ANY items// log_filter: 2 = logs only HEALING items// log_filter: 4 = logs only Etc Items and Arrows// log_filter: 64 = logs only Cards// log_filter: 322 = logs only Healing items, Cards and those items which price is >= price_items_log// log_filter: 4080 = logs all items (including all rare, big amount) exept healing, etc, arrows and useble oneslog_filter: 1// Log Items which Refine >= refine_items_logrefine_items_log: 5// Log Items whith min drop rate <= rare_items_log// 1 = 0.01%, 100 = 1% drop chance, etcrare_items_log: 100// don't log it if the current item buy price < price_items_logprice_items_log: 1000// don't log it if the current item amount < amount_items_logamount_items_log: 100//=============================================================// Log Dead Branch Usage (Note 1)log_branch: no// Track Zeny Changes// Filter settings// 0 - don't log; 1 - log any zeny changes; 2.....1000000 - minimal absolute logging zeny valuelog_zeny: 2// Log MVP Monster Drops (Note 1)// Outdated. Use Pick_Log instead. But this log could be useful to keep track slayed MVPslog_mvpdrop: yes// Log AtCommands & Charcommands (Note 1)// Only commands issued by player groups ('conf/groups.conf') with// 'log_commands' setting set to 'true' will be logged.log_commands: yes// Log NPC 'logmes' commands (Note 1)log_npc: no// Log CHAT (Global, Whisper, Party, Guild, Main chat) (Note 3)// LOGGING FILTERS// =============================================================// 0 = Don't log at all// 1 - Log Global messages// 2 - Log Whisper messages// 4 - Log Party messages// 8 - Log Guild messages// 16 - Log Main chat messages// Example:// log_chat: 5 = logs both Whisper & Party messages// log_chat: 8 = logs only Guild messages// log_chat: 31 = logs everythinglog_chat: 0// Disable chat logging when WoE is running? (Note 1)log_chat_woe_disable: no// Logging files/tables// Following settings specify where to log to. If 'sql_logs' is// enabled, SQL tables are assumed, otherwise flat files.// log_gm_db: log/atcommandlog.log// log_branch_db: log/branchlog.log// log_chat_db: log/chatlog.log// log_mvpdrop_db: log/mvplog.log// log_npc_db: log/npclog.log// log_pick_db: log/picklog.log// log_zeny_db: log/zenylog.loglog_gm_db: atcommandloglog_branch_db: branchloglog_chat_db: chatloglog_mvpdrop_db: mvploglog_npc_db: npcloglog_pick_db: pickloglog_zeny_db: zenylogimport: conf/import/log_conf.txt
-
but sir Ridley , i like much better this SQL Mission Board : source ( http://rathena.org/board/files/file/3089-sql-mission-board/ ) What's wrong with this one?
-
2013-06-05 need help to remove Monsters HP Pink Bar?
THPO replied to THPO's question in Client-Side Support
Thanks kisukaI'll give it a shot appreciate your help Have a nice day a head -
Hi anyone can tell me how to remove the Monster's HP pink bar? any help would be appreciated greatly..