Hi Herc,
I have a House System on my Server. I added a Kafra there with a savepoint.
What im searching for is:
When i release the House everyone should get a new savepoint.
I got some help from someone with query sqL:
query_sql("UPDATE `char` SET `save_map`='prontera', `save_x`='156', `save_y`='191' WHERE `char_id`='"+getcharid(CHAR_ID_CHAR, getd("$house" + getarg(0) + "_user$"))+"'");
But this does not work. And even if it will work its only for the owner of the house who release the House.
Could anyone help me out?
Thank you
~cheers
I have a House System on my Server. I added a Kafra there with a savepoint.
What im searching for is:
When i release the House everyone should get a new savepoint.
I got some help from someone with query sqL:
query_sql("UPDATE `char` SET `save_map`='prontera', `save_x`='156', `save_y`='191' WHERE `char_id`='"+getcharid(CHAR_ID_CHAR, getd("$house" + getarg(0) + "_user$"))+"'");
But this does not work. And even if it will work its only for the owner of the house who release the House.
Could anyone help me out?
Thank you
~cheers