Jump to content

Jedzkie

Script Developers
  • Content Count

    632
  • Joined

  • Days Won

    4

Posts posted by Jedzkie


  1. hi how can I randomly set cash point to my account using query_sql?

     

    example:

    query_sql ("UPDATE `cash` SET `cash_point` = cash_point + rand(100,1000) WHERE `account_id` = '"+getcharid(3)+"'");

     

    if i use the item, this is the error. DB error - Operand should contain 1 column(s)

     

    Thanks!


  2. 1. The account used in the video is a GM account.

    2. He/She disabled the display of chat messages so that the "Item Created." word will not show.

    3. The Zoom-In camera movement will hide also the Item Created word.

     

    101% this program is fake, if this is real. No one will make Ragnarok Private Server anymore.


  3. Ah right i was reserving it for a different push but i guess that will take more time so i have pushed it now.

     

    Gentle Reminder to all :

      Please post all your issues and requests here so i can track them better -> https://github.com/MStr3am/NEMO/issues

      even if you have posted it here (Its just a matter of Copy + Paste)

     

    I do read the topic frequently but it gets kind of hard to track and remember what all I have already completed and what is remaining :meow: .

    Bump neo


  4.  

     

    quest_db: (//  Quest Database///****************************************************************************** ************* Entry structure ************************************************ ******************************************************************************{	Id: Quest ID                    [int]	Name: Quest Name                [string]	TimeLimit: Time Limit (seconds) [int, optional]	Targets: (                      [array, optional]	{		MobId: Mob ID           [int]		Count:                  [int]	},	... (can repeated up to MAX_QUEST_OBJECTIVES times)	)	Drops: (	{		ItemId: Item ID to drop [int]		Rate: Drop rate         [int]		MobId: Mob ID to match  [int, optional]	},	... (can be repeated)	)},
     

    since the quest structure has been updated.

    Is it possible Hercules implement a script command to retrieve the information based on quest id ?

     

    it seem like useful for script that link to the quests.

     

    You dont need to hardcore what monster/item are going to hunt in the script. 

    getquestinfo( <param> );	1	-	quest ID	2	-	quest Name	3	-	time limit	4	-	array of targets (mob id + count)	5	-	array of drops (item id + count)	
    Can't get a use of it, any example of script which can be useful??

     

    Is it possible that quest db supports items not only monsters? For example, hunt 10 Poring Cards.

     

    Example structure:

     

    Drops: (

    {

        ItemID: 4001 // Target Item ID

        Count: 10 // Target Count

        MobID: 1002 // Target Monster

    },


  5. @@Frost

    1079svl.png

    @@Aeromesi I do have correct client date

    106hpg4.png

    also the exit button at the login windows doesn't work

     

    The character distribution, is the stats right? if so, there are no stat distributions starting from 2012-04-10aRagexeRE onwards. All stats are set to 1 when you create a character, you can distribute them when you are in-game.

     

    the second one, use restore login window.


  6.  

    I dont mind adding but like i have stated before it causes issues with some lub file (OptionInfo iirc) since it is saved differently for lua and lub by the client. If I do add it , I don't want to see any crying about that.

     

    lol! BTW... can you do a experiment adding patch 2010 to 2014 clients that support new prontera? is it possible?

     

    Bump?


  7. I dont mind adding but like i have stated before it causes issues with some lub file (OptionInfo iirc) since it is saved differently for lua and lub by the client. If I do add it , I don't want to see any crying about that.

     

    lol! BTW... can you do a experiment adding patch 2010 to 2014 clients that support new prontera? is it possible?


  8. which client date is that? I cant even login with 2010-02-23 its sending some garbage as password

    EDIT: nvm looks like it was the login packet encryption. hmm Need to add that to NEMO

     

    EDIT2: Check now @@Frost Digit issue should be gone

     

    Thank you! I'm using 2010-06-16aRagexeRE. i have found another bug or error, when i'm in prontera, i got gravity error but it is not closing the client immediately. The warning still showing unless you didn't click the exit. but when i'm in other maps, this gravity error won't show. please check this. thanks!

     

    My prontera is old, not the new one.

     

     

    which client date is that? I cant even login with 2010-02-23 its sending some garbage as password

    EDIT: nvm looks like it was the login packet encryption. hmm Need to add that to NEMO

     

    EDIT2: Check now @@Frost Digit issue should be gone

     

    Thank you! I'm using 2010-06-16aRagexeRE. i have found another bug or error, when i'm in prontera, i got gravity error but it is not closing the client immediately. The warning still showing unless you didn't click the exit. but when i'm in other maps, this gravity error won't show. please check this. thanks!

     

    My prontera is old, not the new one.

     

    Can you add also, Load Lua before Lub?

     

    The gravity error shows only when i set the View ID to 30000, not tried more less than 30000, i've tried 5000 and its now ok.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.