[Help Thread] Please post your questions here.

11/20/2015 18:28 ThunderNikk#5281
I am not really following what you are trying to ask.

If you are still trying to figure out your small 20 x 20 soul stone icon thing you will have to try and describe as good as you can what steps you have followed.

Make sure you are using the correct hash names on all of the files you are hashing for your resource folder.

If you are curious about the item spr try to see what they are doing with an existing soul stone and it's images. Follow the existing soul stone's example.
11/20/2015 19:30 TheOnlyOneRaskim#5282
Quote:
Originally Posted by M.Gibson View Post
Hello there,

This does not work if I do so as you described and I pedestal the Soulstone then me the name of the picture is displayed when I click on the armor and not of stone. Do I have to submit any remaining irgentwo differently in the Item SPR are both there. And in the Item Resource the big picture is in there too.

thanks in advance
As far as i remember the soulstone slot icons are stored through the Sframe.

Some time ago i tried to add new stones aswell and never succeeded on that. so that's not possible. (anybody who did it, correct me).
11/20/2015 20:26 SilentWisdom#5283
Back on an old server of mine MisterD got it working but indeed had to hack it into the sframe.
11/20/2015 21:05 M.Gibson#5284
Thanks for the answers
The icons have the correct name was the 34 * 34 entered in Item Resource. Then I have all entered in Item Prov. The normal icon is displayed but me in the little slot soulstone not on Equip. Does one still irgentwo might enter the small?

Would be nice if someone could help
11/21/2015 08:16 TheOnlyOneRaskim#5285
M.Gibson you seem to don't read/understand what we are writing, or?
11/24/2015 12:34 g_d_dragon#5286
How i can make an auto notic when for peaople who log in?
I tried the auto notice on my e 9.1 server [Only registered and activated users can see links. Click Here To Register...]

But i dont get it working. Thanks for help
11/24/2015 21:14 TheOnlyOneRaskim#5287
use the function on_login( name )

and add this kind of line...

Code:
notice(name.." has just logged in.")
11/26/2015 00:25 The War Z#5288
World buffs code please help?
7.4
11/26/2015 02:33 ThunderNikk#5289
Quote:
Originally Posted by The War Z View Post
World buffs code please help?
7.4
Please be more specific with your questions so we can better assist you.

Do you want the item codes for the world buff pieces or items from the item shop?

Or do you want to add server (world) buffs at server start up?
11/28/2015 21:02 Sherock#5290
how can i make change on ( /shop ) that i can use it anywhere ?
11/28/2015 21:44 SilentWisdom#5291
Quote:
Originally Posted by Sherock View Post
how can i make change on ( /shop ) that i can use it anywhere ?
worldlocation
11/29/2015 05:45 Sherock#5292
Quote:
Originally Posted by SilentWisdom View Post
worldlocation
which column ?
plz don't say location_type :(
11/29/2015 10:53 sapir619#5293
Quote:
Originally Posted by Sherock View Post
which column ?
plz don't say location_type :(
Well.. location_type :P
Change this column value to 10 then you'll be able to use the command /shop.
11/29/2015 15:09 SilentWisdom#5294
From 6.2

Code:
enum LOCATION_TYPE
{
  LOCATION_ETC = 0,
  LOCATION_TOWN = 1,
  LOCATION_FIELD = 2,
  LOCATION_NON_PK_FIELD = 3,
  LOCATION_DUNGEON = 4,
  LOCATION_BATTLE_FIELD = 5,
  LOCATION_EVENTMAP = 7,
  LOCATION_HUNTAHOLIC_LOBBY = 8,
  LOCATION_HUNTAHOLIC_DUNGEON = 9,
  LOCATION_MARICAT_MARKET = 10,
  LOCATION_DEATHMATCH = 11,
  LOCATION_SECRET_DUNGEON = 12,
};
11/30/2015 05:11 Sherock#5295
i need to insert this for every characters in my server using sql code

INSERT [dbo].[GlobalVariable] ([name], [value]) VALUES (N'123321_X', N'Y')

where x is the name of characters and Y is number of logins
notice that i want to implement this code for all characters