Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Rappelz > Rappelz Private Server
You last visited: Today at 04:55

  • Please register to post and access all features, it's quick, easy and FREE!

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.

Reply
 
Old 01/27/2015, 02:11   #4201
 
elite*gold: 0
Join Date: Feb 2013
Posts: 119
Received Thanks: 13
hey i need EN 9.1 StringReource Do any one have it O_o"?
mohamad512 is offline  
Old 01/27/2015, 12:22   #4202
 
elite*gold: 0
Join Date: Sep 2008
Posts: 1,606
Received Thanks: 1,210
Quote:
Originally Posted by mohamad512 View Post
hey i need EN 9.1 StringReource Do any one have it O_o"?
c1ph3r is offline  
Thanks
1 User
Old 01/28/2015, 05:57   #4203
 
elite*gold: 0
Join Date: Feb 2013
Posts: 119
Received Thanks: 13
Thx c1ph3r for answer me.
Ihave another question .. I have made a program in c# and now I wanna Ecrypte it so no one can see tt codes @@ do any one have a tutorial for it.
mohamad512 is offline  
Old 01/28/2015, 09:46   #4204
 
elite*gold: 0
Join Date: Jun 2008
Posts: 104
Received Thanks: 14
i usually dont ask for help but can any1 point me in the right direction in getting the item ancient magic scrolls working its item id is 601100308 and its mix resource is and thats as far as i have gotten any help would be appreciated
Quote:
10694 601 601100308 1 100 5 5 0 5 0 0 0 0 0 0 0 0 0 0 3 10 0 0 0 2013410 1 0 0 0 3 10 0 0 0 2013411 1 0 0 0 3 10 0 0 0 2013412 1 0 0 0 3 10 0 0 0 2013413 1 0 0 0 3 10 0 0 0 2013414 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
hackfever is offline  
Old 01/28/2015, 13:12   #4205
 
elite*gold: 0
Join Date: Aug 2011
Posts: 532
Received Thanks: 234
Can anyone explain the following columns in dbo.MonsterResource?

marekrndr is offline  
Old 01/28/2015, 13:50   #4206
 
elite*gold: 0
Join Date: Apr 2013
Posts: 29
Received Thanks: 8
Quote:
Originally Posted by marekrndr View Post
Can anyone explain the following columns in dbo.MonsterResource?

Im not sure if youre seroius about these questions but here it goes
MentalBrainer is offline  
Old 01/28/2015, 15:04   #4207
 
Taktiik's Avatar
 
elite*gold: 0
Join Date: May 2014
Posts: 44
Received Thanks: 13
Quote:
Originally Posted by marekrndr View Post
Can anyone explain the following columns in dbo.MonsterResource?



Hi , here's what I know ... ( Not totally sure)

,[camera_x] : //
,[camera_y] : //
,[camera_z] : //
,[target_x] : //
,[target_y] : //
,[target_z] : //

,[grp] : What group of monsters it comes
,[magic_type] : //
,[monster_type] : Type monster : Human / Demon / etc
,[material] : Type of weapon used : Distance / corp to corp etc.
,[taming_exp_mod] : //
,[texture_group] : For a monster group uses the same texture ?
,[local_flag] : //


,[f_fisrt_attack] : //
,[f_group_first_attack] : group first attack
,[f_response_casting] : Reaction time before the monster
,[f_response_race] : Response speed
,[f_response_battle] : Speed ​​before the attack?
,[fight_type] : type of attack
,[monster_skill_link_id] : What is he going to attack using example: 104007 = the spell of the witch
,[weapon_type] : What weapon to use to see if it will or not typing away
,[attack_motion_speed] : Motion attack speed
,[hidesense_range] : //


Sorry for me bad english.
Taktiik is offline  
Old 01/28/2015, 15:19   #4208
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 1
Join Date: Dec 2012
Posts: 4,915
Received Thanks: 1,492
Target x, y, and z is the location of the mouse target box for selection other than tab.

hidesense_range is for the edit they made where mobs can detect assassins and it is how far away you need to be when cloaked to not be detected.

f_first_attack: Is it an auto aggressive monster (guessing)

f_group_first_attack: Is it linking (guessing)

local_flag: regional setting (guessing)
ThunderNikk is offline  
Old 01/28/2015, 20:39   #4209
 
elite*gold: 0
Join Date: Mar 2010
Posts: 10
Received Thanks: 0
Hello, I was wondering if somebody could lead me in the right direction. I'm trying to make new instances for custom areas. Mostly to fix underground dungeons in royal repack but also because i'd like to instance other places as well. So far I created the instance IDs on my database and tried to edit the 3e4d6704e4e128bacd554318bb2e78cf.lua to work with other maps.

InstanceDungeonResource:

InstanceDungeonTypeResource:

Moonlight was allegedly 99% working already, so I just tried to replicate the same lines of code that dealt with moon, but with different maps. Unfortunately all I managed to do was break the leaving portal that spawned every time I warped to UG Moonlight...

Here's the .LUA in case you need to see what I did to it. It's probably all wrong... please no laugherino/flamerino. I'm new to rappelz developing...

I noticed while breaking things that every time I warped into moonlight the script was being read in order to make the instance work. Makes sense... how else would it know? Well that's where i'm completely clueless. I have no idea how to make that happen elsewhere. Could anyone perhaps enlighten me?
omaremil9 is offline  
Old 01/28/2015, 21:09   #4210
 
elite*gold: 0
Join Date: Oct 2010
Posts: 2,555
Received Thanks: 2,460
ChannelResource entry must exist per instance entry. The left,top,right,bottom must ecompass fuill dungeon to be instanced. left,top (= bottom left corner of map /position x = left, y = top) right,bottom (= top right corner of map /position x = right, y = bottom)
ismokedrow is offline  
Thanks
1 User
Old 01/28/2015, 22:05   #4211
 
elite*gold: 0
Join Date: Mar 2010
Posts: 10
Received Thanks: 0
Quote:
Originally Posted by ismokedrow View Post
ChannelResource entry must exist per instance entry. The left,top,right,bottom must ecompass fuill dungeon to be instanced. left,top (= bottom left corner of map /position x = left, y = top) right,bottom (= top right corner of map /position x = right, y = bottom)
Thanks for the reply Drow. I've added those to my db now. Is there anything else that needs to be done to get instances configured properly that you know?
omaremil9 is offline  
Old 01/28/2015, 22:07   #4212
 
elite*gold: 0
Join Date: Oct 2010
Posts: 2,555
Received Thanks: 2,460
Just make sure to enter instance via enter_instance_dungeon(instanceid)
ismokedrow is offline  
Thanks
1 User
Old 01/28/2015, 22:28   #4213
 
elite*gold: 0
Join Date: Feb 2013
Posts: 119
Received Thanks: 13
@ismokedrow

look at this @
private void SaveBT_Click(object sender, EventArgs e)
{
double db = double.Parse(BoxTime.Text);
Timer t = new Timer(db); // 1 sec = 1000, 60 sec = 60000

t.AutoReset = true;

t.Elapsed += new System.Timers.ElapsedEventHandler(t_Elapsed);

t.Start();


}



private static void t_Elapsed(object sender, System.Timers.ElapsedEventArgs e)
{
using (var writer = new StreamWriter("loop.txt"))
{
writer.Write("#notice'(" + NoticeOne.Text + ")'");
}

}
mohamad512 is offline  
Old 01/29/2015, 03:19   #4214
 
elite*gold: 0
Join Date: Oct 2010
Posts: 2,555
Received Thanks: 2,460
Quote:
Originally Posted by mohamad512 View Post
@ismokedrow

look at this @
private void SaveBT_Click(object sender, EventArgs e)
{
double db = double.Parse(BoxTime.Text);
Timer t = new Timer(db); // 1 sec = 1000, 60 sec = 60000

t.AutoReset = true;

t.Elapsed += new System.Timers.ElapsedEventHandler(t_Elapsed);

t.Start();


}



private static void t_Elapsed(object sender, System.Timers.ElapsedEventArgs e)
{
using (var writer = new StreamWriter("loop.txt"))
{
writer.Write("#notice'(" + NoticeOne.Text + ")'");
}

}

I am more a fan of inline linq than actuallying having EventMethods. I would write it more like this:

Code:
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace cEdit
{
    public static class AutoNotice
    {
        static Timer noticeTimer;

        public static void StartTimer()
        {
            if (noticeTimer == null)
            {
                noticeTimer = new Timer();
                noticeTimer.Interval = 1000; //1000 = 1s
                noticeTimer.Tick += (o, x) => { writeToTelnet(); };
                noticeTimer.Start();
            }
            else { MessageBox.Show("Timer already started!", "Exception", MessageBoxButtons.OK, MessageBoxIcon.Exclamation); }
        }

        public static void StopTimer()
        {
            noticeTimer.Stop();
            noticeTimer = null;
            MessageBox.Show("Timer has been halted!", "Information", MessageBoxButtons.OK, MessageBoxIcon.Information);
        }

        public static void writeToTelnet()
        {
            using (StreamReader reader = new StreamReader(File.Open("full_filepath", FileMode.Open)))
            {
                string currentLine = null;
                while ((currentLine = reader.ReadLine().Trim()) != null)
                {
                    //You should write the command per eachline in your file like:
                    // #notice("this is a notice") 
                    // #notice("this is notice 2") 
                    string telnetCommand = currentLine;
                    //write telnet command to telnet

                    //make sure to give the telnet some time to process and respond properly or you will have issues 
                    System.Threading.Thread.Sleep(250);
                }
            }
        }
    }
}
ismokedrow is offline  
Thanks
1 User
Old 01/29/2015, 04:06   #4215
 
elite*gold: 0
Join Date: Jun 2008
Posts: 86
Received Thanks: 1
Does anyone have the undergound or circus gear ID's, I cannot seem to find them on here or in my database?
mescottjr is offline  
Reply

Tags
7.4, client, rappelz


Similar Threads 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 04:56.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.