[Help Thread] Please post your questions here.

09/02/2019 02:53 Nove240#7666
[QUOTE=Dark Blaze;37710119]smp_insert_item should do the job.

How can I use SMP ( I don't Find Any tutorial :/ )
09/02/2019 03:53 Dark Blaze#7667
[quote=Nove240;37710562]
Quote:
Originally Posted by Dark Blaze View Post
smp_insert_item should do the job.

How can I use SMP ( I don't Find Any tutorial :/ )
The same way you'd execute a query against your database.
09/02/2019 05:48 mariathao#7668
Quote:
Originally Posted by ThunderNikk View Post
In the Arcadia database table dbo.StringResource_EN usually.

Rename the current one to StringResource_old or something else then remove the _EN from the English one and it becomes the active one.
ive tried! doesnt work. the dbo.StringResource_EN from 9.5.2 doesnt have a name colum and some column are mixed around
09/02/2019 15:18 12sky2Server#7669
who have the fixed 9.1 full source? please share it...
09/02/2019 16:33 ThunderNikk#7670
Quote:
Originally Posted by mariathao View Post
ive tried! doesnt work. the dbo.StringResource_EN from 9.5.2 doesnt have a name colum and some column are mixed around
Correct it does not have a name column but it works. You may just have to adjust your SQL query a little bit.
09/02/2019 20:24 InkDevil#7671
Quote:
Originally Posted by mariathao View Post
ive tried! doesnt work. the dbo.StringResource_EN from 9.5.2 doesnt have a name colum and some column are mixed around
Posted it some months ago.
[Only registered and activated users can see links. Click Here To Register...]

But as @[Only registered and activated users can see links. Click Here To Register...] said, you should also switch the StringResource_EN to StringResource in your database.
09/09/2019 17:20 Diablo1110#7672
Can someone plz give me lua script for enhancing my items 20+25 ?
09/09/2019 17:45 InkDevil#7673
Quote:
Originally Posted by Diablo1110 View Post
Can someone plz give me lua script for enhancing my items 20+25 ?
Code:
function i_upgrade()

 for i = 0,9 do
   local i_handle = get_wear_item_handle(i)
   if i_handle ~= 0 then
     set_item_enhance(i_handle,25)
     set_item_level(i_handle,20)
     message("Item was successfully set on lv.20 +25")
   end
 end
end
09/10/2019 00:01 Diablo1110#7674
Quote:
Originally Posted by InkDevil View Post
Code:
function i_upgrade()

 for i = 0,9 do
   local i_handle = get_wear_item_handle(i)
   if i_handle ~= 0 then
     set_item_enhance(i_handle,25)
     set_item_level(i_handle,20)
     message("Item was successfully set on lv.20 +25")
   end
 end
end
thx bro.
09/12/2019 17:03 darkangeldu60162#7675
Solved !

Hi, it's been a very long time since I last came here ahah
I've many free time and I'm trying to do something I always wanted to do
CREATING New classes (just for fun :D)
But while running few tests and exploring databases, I noticed it wasn't that easy ahah
Have someone already succeed in doing this ? If so, how to ? I've been searching on this website and did not find out x)
(I'm running my old 8.1 Server)

It's OK Solved IT ! ;)
09/14/2019 05:21 CatharsisRP#7676
Hey, does someone know anything about the weird walking angles in 9.4 server? Character may run to a far location at a different angle. I don't know if I explain myself correctly. But he walks not facing the destination up until he gets very close to it. Would there be a fix or is this just how 9.4 is?

Thanks
09/14/2019 12:04 petirzero77#7677
hello everyone..im currently using this rappelz pserver 9.4 provided by thefear511 link [Only registered and activated users can see links. Click Here To Register...]

my question is,
  1. is Devildom dungeon only available on epic 9.5?? the Devildom quest started at Friendly Mardukan Nakibu , spoke to him and nothing quest given:confused:
  1. City of ruins - i cant trade certain item with NPC Luciad Society[Only registered and activated users can see links. Click Here To Register...]

really appreciate anyone feedback on this. btw im kinda noobies on this rappelz world..thanks in advances :handsdown:
09/14/2019 15:58 ThunderNikk#7678
1. Devildom is 9.5 content unless you add it it will not be there.

1. #2 I am not sure of the answer for you. If it is also for Devildom content then I already answered it.
09/14/2019 17:12 ilyaslord36#7679
Hello ! My friends i have a probleme with how to edit resource the client can you help me ? Plz ? With Tutoriel
and tanks you of all evrythings all membres the forum
09/14/2019 18:28 ThunderNikk#7680
[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]