serverkid
Members-
Content Count
48 -
Joined
-
Last visited
About serverkid
-
Rank
Advanced Member
Recent Profile Visitors
1982 profile views
-
will this make the vendor immune to monster's attacks? case MC_VENDING: if (sd) { //Prevent vending of GMs with unnecessary Level to trade/drop. [skotlex] if ( !pc_can_give_items(sd) ) clif->skill_fail(sd,skill_id,USESKILL_FAIL_LEVEL,0); else { sd->state.prevend = sd->state.workinprogress = 3; sd->state.monster_ignore = 1; //will this work? clif->openvendingreq(sd,2+skill_lv); } } break;
-
how to install debuginfos to see full stacktrace. (gdb) bt full#0 0x00000000004b5468 in skill_cell_overlap ()No symbol table info available.#1 0x00000000005995c4 in bl_vforeach.114343 ()No symbol table info available.#2 0x000000000057592d in map_vforeachincell ()No symbol table info available.#3 0x00000000005759fb in map_foreachincell ()No symbol table info available.#4 0x00000000004972ba in skill_castend_pos2.part.25.192696 ()No symbol table info available.#5 0x00000000004a9b0a in skill_castend_pos2 ()No symbol table info available.#6 0x00000000004a911c in skill_castend_pos ()No symbol table info available.#7 0x00000000004130f6 in do_timer.3198 ()No symbol table info available.#8 0x0000000000405a94 in main ()No symbol table info available.
-
thanks!
-
i just added sd->state.monster_ignore = 1; after setting autotrade to 1 in @autotrade atcommand.
-
sd->state.autotrade = 1; sd->state.monster_ignore = 1; but it wont work.
-
hi, is there a way to run the patcher as admin by default?
-
Legendary reacted to an answer to a question: Help me Please Disconnected from server
-
Help me Please Disconnected from server
serverkid replied to Legendary's question in General Server Support
close the files (login, char, map) before recompiling -
serverkid reacted to a post in a topic: RO Credentials (ROCred), v1.10.0 - last updated 2017/12/31
-
changed this. kyeme could you try something for me? which tab is monkey circlet stored in your databased? it should be armor right? but it's on the weapon's tab. applied the fix above. so it should be working properly but not.
-
this is src edit if im not mistaken
-
How To Connect To My Own RO Server? [Super Old Newbie]
serverkid replied to jolnar's question in General Server Support
if im not mistaken, rejected from server can be fixed if you change the packetver to match your client. and the 2nd error in message box check Quest_function.lub for any problems or easier method is download a newer version or data files for your client date. -
where is user's current map saved in database?
serverkid replied to serverkid's question in General Server Support
which is better, getting the last_map from database or attaching the account_id (from sql) then doing something like getmapxy(.@qmap$,.@qmapx,.@qmapy,0); -
where is user's current map saved in database?
serverkid replied to serverkid's question in General Server Support
yeah, save_map is where your character is saved. i'm looking for the field where you're character is currently at. -
serverkid reacted to an answer to a question: Dynamic IP and Server
-
where is user's current map saved in database?
serverkid replied to serverkid's question in General Server Support
isn't save_map field is where you're character is saved. what i mean is the character's current location. last_map is only updated when you warped to another location or when the player relogs. -
where is user's current map saved in database?
serverkid posted a question in General Server Support
like the title says.. where is user's current map saved in database? -
some players are reporting that @noks doesn't work with the mvp listed above. i tried with red_plant and it also doesn't work.