cubic dungeon

06/23/2012 18:33 xxmarktxx#31
can i get the prop id for the warps points ,,,,, and should i put them in a new function or in warp function ..... my mind starts to work
06/23/2012 18:46 c1ph3r#32
You can get the Prop ids from your dbo.fieldpropresource.

Try something like:

Code:
use Arcadia
SELECT STRING.value, FIELD.id,FIELD.script_text
FROM dbo.StringResource STRING, dbo.FieldPropResource FIELD
WHERE STRING.code=FIELD.text_id and STRING.value like '%Cubric%' --or how Cubric is called in your stringresource


This will show you the prop_id's with the correct function in "script_text" they are the same like the id.
06/23/2012 19:03 xxmarktxx#33
Quote:
Originally Posted by c1ph3r View Post
You can get the Prop ids from your dbo.fieldpropresource.

Try something like:

Code:
use Arcadia
SELECT STRING.value, FIELD.id,FIELD.script_text
FROM dbo.StringResource STRING, dbo.FieldPropResource FIELD
WHERE STRING.code=FIELD.text_id and STRING.value like '%Cubric%' --or how Cubric is called in your stringresource


This will show you the prop_id's with the correct function in "script_text" they are the same like the id.

when i put this in sql ...... he find nothing ....... if u can give me prop_id's it will help me

and i search for it manual ......... i dont found it so its not in the sql yet ..... so i can choose any prop id's .... and but it in warp gate function or there is another edit ?
06/23/2012 19:27 c1ph3r#34
The Fieldprops for the gates have to be in the FieldPropResource. If you don't have a 7.4 Fieldpropresource search for it there is one somewhere in this forum.

After that you will find them in the fieldprop.

These are the ids for the gates in the walls of the dungeon. But if these ids aren't in your db you won't get it working!

06/23/2012 23:15 xxmarktxx#35
Quote:
Originally Posted by c1ph3r View Post
The Fieldprops for the gates have to be in the FieldPropResource. If you don't have a 7.4 Fieldpropresource search for it there is one somewhere in this forum.

After that you will find them in the fieldprop.

These are the ids for the gates in the walls of the dungeon. But if these ids aren't in your db you won't get it working!

i found the fieldpropresource but the link is not working ...... if u can get it to me or help me to show where shall i put them manual at [Only registered and activated users can see links. Click Here To Register...] and when i am puting the warp points at lua shall i put them in a new function or i put them at warp gate functions
07/04/2012 09:56 noars#36
Can you give me the activate_id for each line?
08/17/2012 11:36 albatriot#37
hi ,,

everybody don't want to help @_@ ( retards )

don't give us the lua or script

just show us the way you do it

( if you can ) no one can fix this problem hhhhhhhh

just post a stupid replay say go do it by yorself or use search

ya ya like you fix it on your 6.2 server ~_~

if anyone want to help post here ( if you don't then get the fuck out of this topic )
08/17/2012 11:45 c1ph3r#38
Quote:
Originally Posted by albatriot View Post
hi ,,

everybody don't want to help @_@ ( retards )

don't give us the lua or script

just show us the way you do it

( if you can ) no one can fix this problem hhhhhhhh

just post a stupid replay say go do it by yorself or use search

ya ya like you fix it on your 6.2 server ~_~

if anyone want to help post here ( if you don't then get the fuck out of this topic )
Why did you post here if you don't help with your post? :D

If you look through the other posts you will see that there are no "flameposts". If these posts don't help you it's your problem^^
08/17/2012 12:03 albatriot#39
c1ph3r

i don't talk to you because without you we wouldn't be so far in complete ( 8.1 ) fixes

im talking to the stupid posts in first page ...

and i don't want to lie but my server is 8.1 full and i fixed all pets and wings and decoration

but still missing the ( cubrick dungeon ) i have the newmap for it

need sql or script or anything to fix it ( manually if can ) ^_^
08/17/2012 12:12 Tofrum#40
Have 8.1 fixed but not cubric?

OH ofcource after xijezu sold that tool you would
Just try, people fixed it 1 and half months ago
08/17/2012 12:19 albatriot#41
i didn't use his stupid tool

just still missing ( cubic dungeon ) so if you can help me talk to me in private

i want to open my server to public ~_~
08/17/2012 14:58 WitaDZ#42
guys fon't trust Gavsta he is a noob -_- i test his files my sevrer was broke -_-
08/17/2012 16:39 c1ph3r#43
Quote:
Originally Posted by WitaDZ View Post
guys fon't trust Gavsta he is a noob -_- i test his files my sevrer was broke -_-
If you don't test files before using it...you are the n00b instead of gav

---

And it isn't hard to fix the cubric. Do it step by step. You can search for the needed functions in the Arcadia Database. If you don't know how to do that you can simply look into the gameserverwindow or the chat it will tell you the missing functions.

Start by clicking on the Warp Portal of the cubric. It will tell you an error in the chat with the name of the missing function.

Open the .lua file and start to create the function. You can look through the files if you don't know the syntax.

The first what you want to do is warp the player into the dungeon.

Pyrok posted his first function somewhere in the 7.4 ReleaseThread. You can use this as a base. With this you can start to build the whole instance functions.
08/18/2012 22:23 RedX13#44
Hey i'm a super noob and proud...of being super i mean not the noob part.. lol