|
You last visited: Today at 22:46
Advertisement
[Help Thread] Please post your questions here.
Discussion on [Help Thread] Please post your questions here. within the Rappelz Private Server forum part of the Rappelz category.
02/09/2014, 17:53
|
#3046
|
elite*gold: 0
Join Date: Dec 2008
Posts: 39
Received Thanks: 49
|
Hello,
Just want to know, how to add_state(1501,1, 360000) via PHP ?. i tried but i didnt getting any buff.
PHP Code:
$sql = "INSERT INTO dbo.State ( [owner_id] ,[summon_id] ,[code] ,[level] ,[duration] ,[remain_time] ,[base_damage] ,[remain_fire_time] ,[state_value] ,[state_string_value] ,[enable] ) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)";
$params = array(1, 0, 1502, 1, 360000, 360000, 0, 0, 0, 0, 1);
|
|
|
02/09/2014, 18:22
|
#3047
|
elite*gold: 0
Join Date: Oct 2010
Posts: 2,555
Received Thanks: 2,460
|
Via php is gonna be pretty sucky for you mate, if you want such a thing you're best going to C# (ASPX) and coding a telnet client who issues game commands
|
|
|
02/09/2014, 22:59
|
#3048
|
elite*gold: 0
Join Date: Mar 2013
Posts: 26
Received Thanks: 8
|
Quote:
client requested higher version than the latest version known to server! about to exploit?: [contents: 22, module: SR_Client, requested ver: 212, latest ver: 0
|
Can someone help me ?:S after i made this update iam getting error : client requested higher version than the latest version known to server! about to exploit?: [contents: 22, module: SR_Client, requested ver: 212, latest ver: 0
|
|
|
02/09/2014, 23:06
|
#3049
|
Moderator
elite*gold: 1
Join Date: Dec 2012
Posts: 4,915
Received Thanks: 1,492
|
Would help if you listed what update process you were using.
|
|
|
02/10/2014, 01:39
|
#3050
|
elite*gold: 0
Join Date: May 2011
Posts: 155
Received Thanks: 19
|
guys can you help me with removing wrath please ?
i did use the #remove_state code in my game server but didn't work..
my wrath is lvl 3 (8 hours) and my character name is "Newbie" wrath id is : 5997
#remove_state(5997, get_state_level(5997), "Newbie")
and
#remove_state(5997, 3, "Newbie")
still not working, please help
ow and btw i used google to find some good results but nothing.. as always :P
thanks in advance people
|
|
|
02/10/2014, 11:00
|
#3051
|
elite*gold: 0
Join Date: Dec 2008
Posts: 39
Received Thanks: 49
|
Quote:
Originally Posted by speedkaka13
guys can you help me with removing wrath please ?
i did use the #remove_state code in my game server but didn't work..
my wrath is lvl 3 (8 hours) and my character name is "Newbie" wrath id is : 5997
#remove_state(5997, get_state_level(5997), "Newbie")
and
#remove_state(5997, 3, "Newbie")
still not working, please help
ow and btw i used google to find some good results but nothing.. as always :P
thanks in advance people
|
try this ..
/run remove_state(2031, get_state_level(2031), "Char Name") -- Wrath Boost
/run remove_state(5997, get_state_level(5997), "Char Name") -- Wrath Auto
/run remove_state(5999, get_state_level(5999), "Char Name") -- Wrath
/run remove_state(201025, get_state_level(201025), "Char Name") -- Wrath Auto
/run remove_state(201027, get_state_level(201027), "Char Name") -- Wrath Auto
|
|
|
02/10/2014, 23:46
|
#3052
|
elite*gold: 0
Join Date: Jul 2012
Posts: 227
Received Thanks: 65
|
Quote:
Originally Posted by speedkaka13
guys can you help me with removing wrath please ?
i did use the #remove_state code in my game server but didn't work..
my wrath is lvl 3 (8 hours) and my character name is "Newbie" wrath id is : 5997
#remove_state(5997, get_state_level(5997), "Newbie")
and
#remove_state(5997, 3, "Newbie")
still not working, please help
ow and btw i used google to find some good results but nothing.. as always :P
thanks in advance people
|
you better use this way it's easy because usually remove state doesn't not work or i think it is not a valid command
#add_state(5997, 999,0, "Newbie")
PS:
999: the power of the state
0: the time left to auto-remove state from player
|
|
|
02/11/2014, 01:38
|
#3053
|
elite*gold: 0
Join Date: May 2011
Posts: 155
Received Thanks: 19
|
Quote:
Originally Posted by malaysiawap
try this ..
/run remove_state(2031, get_state_level(2031), "Char Name") -- Wrath Boost
/run remove_state(5997, get_state_level(5997), "Char Name") -- Wrath Auto
/run remove_state(5999, get_state_level(5999), "Char Name") -- Wrath
/run remove_state(201025, get_state_level(201025), "Char Name") -- Wrath Auto
/run remove_state(201027, get_state_level(201027), "Char Name") -- Wrath Auto
|
Thank you so much the middle one worked for me
Code:
/run remove_state(5999, get_state_level(5999), "Char Name") -- Wrath
Quote:
Originally Posted by eziorav
you better use this way it's easy because usually remove state doesn't not work or i think it is not a valid command
#add_state(5997, 999,0, "Newbie")
PS:
999: the power of the state
0: the time left to auto-remove state from player
|
thanks for your help, i tried to do this with a GM tool earlier but didn't work
Appreciate your help guys god bless you
|
|
|
02/11/2014, 02:22
|
#3054
|
elite*gold: 0
Join Date: Oct 2011
Posts: 42
Received Thanks: 5
|
Can you guys tell me more about the server? something about the dev or source?
|
|
|
02/11/2014, 03:45
|
#3055
|
elite*gold: 0
Join Date: Aug 2011
Posts: 48
Received Thanks: 1
|
Hello again,
I wonder of you, if anyone here has the updated ACRE tool that works with the RDBs 8.2, please if anyone has and can provide me will be very grateful
|
|
|
02/11/2014, 07:11
|
#3056
|
elite*gold: 0
Join Date: Oct 2013
Posts: 54
Received Thanks: 5
|
Updating/hashing existing skill icon images works fine, I can update for example existing icons with the same name, i.e. icon_creature_active3_0003(ascii).tga, just save whatever tga icon I like, hash it and put it in the resource folder.
But when I make my own skill icon name, it doesn't work. i.e. I name my skill icon image whatever I like, hash it, put it in the resource foldier, and update the skill db to use the skill icon name but when I start the game up, the skill icon is just empty ( has no image ).
What is causing this?
|
|
|
02/11/2014, 07:30
|
#3057
|
elite*gold: 70
Join Date: Dec 2012
Posts: 278
Received Thanks: 156
|
Quote:
Originally Posted by sona998
Updating/hashing existing skill icon images works fine, I can update for example existing icons with the same name, i.e. icon_creature_active3_0003(ascii).tga, just save whatever tga icon I like, hash it and put it in the resource folder.
But when I make my own skill icon name, it doesn't work. i.e. I name my skill icon image whatever I like, hash it, put it in the resource foldier, and update the skill db to use the skill icon name but when I start the game up, the skill icon is just empty ( has no image ).
What is causing this?
|
Make sure to add your icone on 02_item.spr file like that :
Code:
IconName
1
IconName.jpg
34,34
0
|
|
|
02/11/2014, 11:00
|
#3058
|
elite*gold: 0
Join Date: Oct 2013
Posts: 54
Received Thanks: 5
|
Quote:
Originally Posted by .BlackCat.
Make sure to add your icone on 02_item.spr file like that :
Code:
IconName
1
IconName.jpg
34,34
0
|
Thanks for the reply. I've got sprite_icon(ascii).spr, and added a new entry at the end using a text editor. Then hashed this spr file and placed it in the resource folder, but still the icon is empty...
|
|
|
02/11/2014, 12:37
|
#3059
|
Moderator
elite*gold: 1
Join Date: Dec 2012
Posts: 4,915
Received Thanks: 1,492
|
02_item.spr
|
|
|
02/11/2014, 14:26
|
#3060
|
elite*gold: 0
Join Date: Oct 2013
Posts: 474
Received Thanks: 41
|
i had some problem with " Dantenbank Manager 2013 "
when i open "petresource" 8.2
its gives me errors
how can i open "petresource" ???
|
|
|
Similar Threads
|
[Helping Topic] 24/7 Helping Services!
08/27/2008 - EO PServer Hosting - 31 Replies
stucked on anything while setuping your server?
post your problem here and you will get answer as fast as possible better than spamming with posts :cool:
first of all try reading Ahmedpotop's Pserver All thing guide.
if your couldn't solve it out post your problem down here
""That includes PHP rankings pages / registrations pages / Status pages""
|
All times are GMT +1. The time now is 22:46.
|
|