A developer offered to help me set up a version 6.3 server, including file sourcing, installation, and fixing issues, for $200. Is this amount reasonable or overpriced, and can he actually do it?
I'm setting up a 9.5.2 server and i'm curious about the "new" hidden village buff id the one with all the effects combined, i managed to edit the lua for the npc and get the buffs i want to be applied, but then i get the old hidden village buff, the individual ones.
A developer offered to help me set up a version 6.3 server, including file sourcing, installation, and fixing issues, for $200. Is this amount reasonable or overpriced, and can he actually do it?
May be he can, may be he can not. How would we know if you did not even provide his name? If he offered then probably he is able to. Just don't pay 100% before job done
Quote:
Originally Posted by WickedWight
I'm setting up a 9.5.2 server and i'm curious about the "new" hidden village buff id the one with all the effects combined, i managed to edit the lua for the npc and get the buffs i want to be applied, but then i get the old hidden village buff, the individual ones.
You need to get another state effect.
SELECT state_id FROM dbo.StateResource st LEFT JOIN dbo.StringResource str ON st.text_id = str.code WHERE str.[value] LIKE '%Hidden Village%'
May be he can, may be he can not. How would we know if you did not even provide his name? If he offered then probably he is able to. Just don't pay 100% before job done
You need to get another state effect.
SELECT state_id FROM dbo.StateResource st LEFT JOIN dbo.StringResource str ON st.text_id = str.code WHERE str.[value] LIKE '%Hidden Village%'
no luck, the querry returns only the id for the hidden village mounts, tried in arabic since some files are with this language but just got other event buffs.
no luck, the querry returns only the id for the hidden village mounts, tried in arabic since some files are with this language but just got other event buffs.
How can it give mounts ID if it select from StateResource? Are you trying to insert item or what you need add_state
How can it give mounts ID if it select from StateResource? Are you trying to insert item or what you need add_state
I'm probably just doing it wrong, not a lot of experience with sql, but i tried do run add_state with the id's i got from the results and they just apply the mounts.
I'm probably just doing it wrong, not a lot of experience with sql, but i tried do run add_state with the id's i got from the results and they just apply the mounts.
It seems like your StringResource is not english, because it seems like catching only things in < >
Try this:
SELECT state_id, VALUE FROM dbo.StateResource st LEFT JOIN dbo.StringResource_EN str ON st.text_id = str.code WHERE str.[value] LIKE '%Hidden Village%'
It will also show a name
And you will see which name here
If string is not english then use english string table or change %Hidden Village% to analogue on your selected language
Hi, on a server running version 9.5.2, I currently have an issue: when a monster is affected by attack speed debuffs greater than 100%, the monster starts teleporting and attacking extremely fast. Do you know which setting or fix needs to be applied?
1. It has been hex edited in the past to do some minor edits but they are difficult to find and or get right. You could get the 9.1 source and have the source code for the sframe and edit the source.
2. Depends on your server file version you are running and client but generally they match. 9.5 server, 9.5 client, 9.5 sframe for the client.
how to make a Russian game client from an Arabic one?
SFrame has very different render for middle earth countries so if you have arabic sframe (pink text on quickpanel) then here is no way. It simply not supporting cyrillic
Other way you just put russian stringresource and pick locale windows-1251
I get the error : Fontfile not found
I use : locale:Windows-1251 /country:RU
GameServer : N:CodePage:1251
I also put it in the client : RappelzRU
I saw on the forum that I need to edit localeinfo, but I didn't understand what exactly.
I'm not using an Arabic sframe.
I also have a question: I found the auction table in telecaster, is there the same table for tents?
[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""