serverkid
Members-
Content Count
48 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by serverkid
-
how do you disable this?
-
you wont be able to connect since the ip you're using is 192.168.11.12. uncomment that line and try again
-
equested name for non-existant map index [0] in cache
serverkid replied to serverkid's question in General Server Support
this is fixed, apprently it only appeared when i changed MAX_PARTY from 12 to 20 -
i have set that all mvp card are dropped by 10% tried setting dropcardper to 2 it change from 10% to 20% how can you set selected mvp to drop it on 5% or .5 in dropcardper?
-
equested name for non-existant map index [0] in cache
serverkid replied to serverkid's question in General Server Support
apparently i don't know how to re-create it, i just saw it spamming in the console, is there a way to know which map is it so i can find the culprit -
equested name for non-existant map index [0] in cache
serverkid posted a question in General Server Support
i suddenly got this debug message in console, how do you fix this? [Debug]: mapindex_id2name: Requested name for non-existant map index [0] in cache. clif.c:clif_party_info:6501 -
can anybody rewrite this to be hercules compatible? Thanks in advance http://rathena.org/board/topic/56124-package-getitem-map-itemmap/
-
is there a way to get BG team players? like for example red team wins, i need to get the players on red team to give them rewards/prizes. currently i used the array given by waitingroom2bg, but when i add players using waitingroom2bg_single i cannot seem to get the players i added using waitingroom2bg_single
-
is there a way to check mapflags in script? like for example, check if map have mapflag pvp or outdoor, etc...
-
fixed.
-
we are crashing when using @refresh command while equipped with custom items. anybody experiencing this?
-
like mleo1 said, you can't smart bro is using NAT for ip and blocked all ports, you can alternatively use vpn
-
i have posted here http://herc.ws/board/topic/1717-asura-crashes-client/ but found this issue: http://herc.ws/board/tracker/issue-6952-asura-disconnect-issue/ we've tried almost everything already. thanks!
-
Need some assistance here please.. ;_;
serverkid replied to ted.lodestone's question in General Server Support
check the number of fields in the mob_db.txt line 1372 you have an excess field.. or paste the line here -
so there is none, thanks for your answer
-
hello, when someone used asura two times, the client is crashing, is there a way to debug this? we've tried everything, using old clients(our previous one) and even newer(2012-07-xx), i even turned off packet obfuscation in the server.
-
is there a way to reload all configs? like restarting the map server without actually restarting it, just reloads everything?
-
is there a way to send private message or private announcement to a player? im making a script which add items to a player and when they login, they will receive the item, so if they are online, i need to tell them to relogin. thanks in advance
-
i've been looking for a guide, and i cannot seem to find them.
-
thanx for linking the bug report i'll wait for a fix, and check out the other one, if it's fixed also. thanx again!
-
whenever i use @disguise be it a monster or an npc id, whenever somebody login or somebody warp infront of me, and when i move, it leaves a duplicate of me. which is not moving. other scenario is when i use @refreshall, which causes everyone to refresh, it happens the same thing, it duplicates myself. also on other note, is there a way to not change my name to yellow when im using fakename?
-
Unknown Packet on 2012-04-10aRagexe Client
serverkid replied to Diurnal's question in Client-Side Support
sorry for resurrecting a post. i tried diffing my client with skip packet header obfuscation and i still cannot login. i also checked #define PACKETVER 20120410 also commented #define PACKETVER_RE but i still get clif_parse: Received unsupported packet (packet 0x094b, 19 bytes received), disconnecting session #7. EDIT: fixed. skip packet header obfuscation should be unchecked.