Jump to content
  • 0

Give Item to ALL ?


Question

5 answers to this question

Recommended Posts

  • 0
Posted

SQL query.

 

If you use refactored IL pack, some packs got that option in admin panel aswell (Frozen only so far, aCis got it only for a radius - enough for an event).

so my sql need look like this ?

 

UPDATE items Set item_id=111 AND count=1 WHERE owner_id BETWEEN 1 AND 999999999;

  • 0
Posted

Your query needs infos from character table. You need to retrieve all characters online, and then add an item for all those character.

i think he needs the script for all the characters ( and online and offline ) .

But if he wants for online players only , he doesn't need sql connection, right?

  • 0
Posted

i think he needs the script for all the characters ( and online and offline ) .

But if he wants for online players only , he doesn't need sql connection, right?

?

 

In both cases he has to do by query if its pack doesn't allow him to make it ingame.

I said it in first reply.

 

About the query itself, I'm not a supermarket. He has to think a little. Pointless to share a query, next time he will ask another, and another and another...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...