Jump to content

  •  

Bug Tracker Migration

June 3rd
Good news everyone! The staff has decided that it is time to slowly kill off this Bug Tracker. We will begin the process of slowly migrating from this Bug Tracker over to our Github Issues which can be found here: https://github.com/HerculesWS/Hercules/issues

Over the next couple of days, I will be closing off any opportunity to create new reports. However, I still will keep the opportunity to reply to existing Bug Reports. Doing this will allow us to slowly fix any bug reports we have listed here so that we can easily migrate over to our Issue Tracker.

Update - June 7th 2015: Creating new bug posts has been disabled. Please use our https://github.com/HerculesWS/Hercules/issues tracker to post bugs. Users are still able to reply to existing bug posts.

- Administration

Issue Information

  • #006790

  • 0 - None Assigned

  • Fixed

Issue Confirmations

  • Yes (0)No (0)
Photo

Dewata!

Posted by Hercules Bot on 15 October 2012 - 02:50 PM

Originally posted by dastgirpojee
Please Check this mistakes!
} else if (checkquest(9157) >= 0) {
			mes "[Sage Kasyapa]";
			mes "There is something";
			mes "I wish to give to you";
			mes "as a reward for your help.";
			mes "Please, it would honor us if you would take it.";
			next;
			specialeffect2 EF_PNEUMA;
			mes "[Sage Kasyapa]";
			mes "The reason I asked you to embark";
			mes "on this important mission is";
			mes "because of this feather.";
			mes "Handed down from generation to";
			mes "generation, the legendary origin of";
			mes "the crown is this feather...";
			next;
			mes "[Sage Kasyapa]";
			mes "I saw this feather begin to shine";
			mes "when you came here.";
			mes "I knew you were a person who";
			mes "would endeavour to help us.";
			mes "On behalf of my people,";
			mes "I give my thanks.";
			next;
			mes "[Sage Kasyapa]";
			mes "Also, the feather you received";
			mes "isn't just valuable on it's own,";
			mes "it also is an acknowledgment from our tribe.";
			next;
			mes "[Sage Kasyapa]";
			mes "Like ^C35817Krakatau Volcano^000000, when you";
			mes "venture into dangerous areas like";
			mes "that, if you display this feather,";
			mes "you can get help from the tribe.";
			mes "Anyway, I really thank you.";
			set dewata_legend,5;
			erasequest 9157;
			[b]getitem 6406,1;
[/b]			close; }
According to the Lua of kRO, its

[9157] = { 
NPCFromName = [[Tribal Chief Paiko]],
NPCFromMap = [[dew_in01]],
NPCFromSpr = [[4_M_DEWZATICHIEF]],
NPCFromX = 15,
NPCFromY = 49,
NPCToName = [[Sage Kasyapa]],
NPCToMap = [[dew_in01]],
NPCToSpr = [[4_M_DEWZATIMAN]],
NPCToX = 22,
NPCToY = 48,
Item = [[]],
PrizeItem = [[ < image = "6405">Cendrawasih Feather<\end> (1)]],
Title = [[Certification Award]],
Info = [[^0000FFTribal Chief Paiko^000000Talk to Sage Kasyapa: "^404040He will give Certification Award,Then talk to Chief Again ^000000"]],
QuickInfo  = [[]],
Hunt1 = [[]],
Hunt2 = [[]],
Hunt3 = [[]],
Time = [[0]],
LV = [[0]],
},,
So the getitem 6406 should be getitem 6405 according to lua.

Another One:
   mes .@n$;
   mes "Ah, the next person whom I want";
   mes "the ^4AA02CSatay^000000 delivered to is someone";
   mes "who stays across from the river,";
   mes "the ^0000FFTribe Manager^000000.";
   next;
   mes .@n$;
   mes "To this end, I will give you 2";
   mes "more servings of ^4AA02CSatay^000000.";
   next;
   mes .@n$;
   mes "If you are attracted by the aroma";
   mes "of the ^4AA02CSatay^000000, you may eat one.";
   mes "But if you eat more you won't be";
   mes "able to share ^4AA02CSatay^000000 with our friends.";
   changequest 9159,9160;
   [b]getitem 11533,2;[/b]
   close; }
But According to Lua it should be
[9160] = { 
NPCFromName = [[Tribal Chief Paiko]],
NPCFromMap = [[dew_in01]],
NPCFromSpr = [[4_M_DEWZATICHIEF]],
NPCFromX = 15,
NPCFromY = 49,
NPCToName = [[Tribe Warrior]],
NPCToMap = [[dew_fild01]],
NPCToSpr = [[4_M_DEWZATIMAN]],
NPCToX = 185,
NPCToY = 300,
Item = [[ < image = "11533">Satay<\end> (1)]],
PrizeItem = [[ < image = "11533">Satay<\end> (1)]],
Title = [[Deliver the Satay(2)]],
Info = [[^0000FFTribal Chief Paiko^000000 Task: "^404040Deliver the Satay to Tribe Warrior^000000"]],
QuickInfo  = [[]],
Hunt1 = [[]],
Hunt2 = [[]],
Hunt3 = [[]],
Time = [[0]],
LV = [[0]],
},
Only 1

3rd:
  mes .@n$;
   mes "Oh, you delivered it!";
   mes "Last person to deliver ^4AA02CSatay^000000 to is";
   mes "the ^0000FFBorobudur Temple Manager^000000, who is";
   mes "on ^C35817Dewata Island^000000.";
   next;
   mes .@n$;
   mes "I will give you 2 more ^4AA02CSatay^000000.";
   next;
   mes .@n$;
   mes "And just like before, don't give";
   mes "in to the smell and try not to eat the ^4AA02CSatay^000000.";
   changequest 9163,9164;
   getitem 11533,2;
   close; }
According to lua it should be getitem 11533,1;
9164 Says
  [9164] = {
    NPCFromName = [[Tribal Chief Paiko]],
    NPCFromMap = [[dew_in01]],
    NPCFromSpr = [[4_M_DEWZATICHIEF]],
    NPCFromX = 15,
    NPCFromY = 49,
    NPCToName = [[Borobudur Temple Manager]],
    NPCToMap = [[dewata]],
    NPCToSpr = [[4_M_DEWMAN]],
    NPCToX = 78,
    NPCToY = 192,
    Item = [[ < image = "11533">Satay<\end> (1)]],
    PrizeItem = [[ < image = "11533">Satay<\end> (1)]],
    Title = [[Deliver the Satay(4)]],
    Info = [[^0000FFTribal Chief Paiko^000000: "^404040Deliver the Satay to Borobudur Temple Manager.^000000"]],
    QuickInfo  = [[]],
    Hunt1 = [[]],
    Hunt2 = [[]],
    Hunt3 = [[]],
    Time = [[0]],
    LV = [[0]],
   },

Last one 4th:
   mes "You've done good work.";
   mes "Whatever you do in the future, I";
   mes "wish for you to have a life which";
   mes "is full of fortune and joy";
   mes "As Chief of the ^C35817Jaty Tribe^000000, I wish";
   mes "you the best of luck!!";
   set dewata_legend,6;
   erasequest 9165;
   getitem 11533,5;
   getitem 18520,1;
Quest 9165 LUA Says
  [9165] = {
    NPCFromName = [[Borobudur Temple Manager]],
    NPCFromMap = [[dewata]],
    NPCFromSpr = [[4_M_DEWMAN]],
    NPCFromX = 78,
    NPCFromY = 192,
    NPCToName = [[Tribal Chief Paiko]],
    NPCToMap = [[dew_in01]],
    NPCToSpr = [[4_M_DEWZATICHIEF]],
    NPCToX = 15,
    NPCToY = 49,
    Item = [[]],
    PrizeItem = [[ < image = "18520">Jaty Crown<\end> (1)]],
    Title = [[Get the Prize from Tribal Chief Paiko]],
    Info = [[^0000FFBorobudur Temple Manager^000000: "^404040Thanks for Delivering, Now go to Tribal Chief Paiko to get the rewards.^000000"]],
    QuickInfo  = [[]],
    Hunt1 = [[]],
    Hunt2 = [[]],
    Hunt3 = [[]],
    Time = [[0]],
    LV = [[0]],
   },
According to Lua, There is No Satay Rewarded.

Originally posted by Spre
what lua file are you looking in for that, I checked mine but did not see those lines. Then again I am using files that are probably old from the lua project,.

Originally posted by Spre
ok I see it, I can confirm it if these lua files come from kro

Originally posted by dastgirpojee
I am using data.grf luas.
I translated them here http://rathena.org/b...ranslated-luas/
Please don't use those old , maybe they don't have it.

Edited by dastgirpojee, 16 October 2012 - 12:13 PM.


Originally posted by Spre
kRo information canot be found by me, the iRO version is what we use, so it needs more information before it can be done.

Originally posted by dastgirpojee
Do One thing Extract Lua's from data.grf[Updated one please]. And Find Quest ID 9165,9164,9160 and 9157. And Find
[color=#660066][size=2]Item[/size][/color][color=#000000][size=2] [/size][/color][color=#666600][size=2]=[/size][/color][color=#000000][size=2] [/size][/color][color=#666600][size=2][[[/size][/color][color=#000000][size=2] [/size][/color][color=#666600][size=2]<[/size][/color][color=#000000][size=2] image [/size][/color][color=#666600][size=2]=[/size][/color][color=#000000][size=2] [/size][/color][color=#008800][size=2]"11533">[/size][/color]
in that Quest
There you will see
[color=#660066][size=2]Item[/size][/color][color=#000000][size=2] [/size][/color][color=#666600][size=2]=[/size][/color][color=#000000][size=2] [/size][/color][color=#666600][size=2][[[/size][/color][color=#000000][size=2] [/size][/color][color=#666600][size=2]<[/size][/color][color=#000000][size=2] image [/size][/color][color=#666600][size=2]=[/size][/color][color=#000000][size=2] [/size][/color][color=#008800][size=2]"11533">SomeAsciiCode</end> ([b]1[/b])[/size][/color]
See That 1 , you will see those in those 4 quest ids, or just check my translated luas.

Originally posted by Spre
I have, but the currect quest as discussed in IRC is based on iROs version, So it was wrriten as such, to base it on kROs we would need all current texts, and all everything untill then it can not be changed because like I said it is written based on iROs

Originally posted by Muad_Dib
I got the official files for this btw and not this custom scripted stuff :P So poke me for what you want to know.

Originally posted by Spre
I am starting this today.

Originally posted by dastgirpojee
Words are scripted in mine, but not the prizes and items.

Originally posted by Spre
I'm working on it, I have every dewata npc thanks to muad, but I work 4pm to 1am mon thru fri (today I work 12 hours 1 to 1) so My best chance to get major headway is this weekend.

Originally posted by dastgirpojee
Just a question! , how you guys get the npc of kro?

Originally posted by Spre
It is a secret. Seriously I do not even know, we just get them and adapt them for athena, without them we would be using a bunch of unofficial stuff.

Originally posted by dastgirpojee
Can you also pass the files to me of maud_dib

Originally posted by Spre
No I can Not. These files are given with respect and understanding, there is an agreement of nonsharing of the official files, you will see the rathena script that is created using them and that is all.

Originally posted by GM Takumirai
any news?

This should be fixed.

changed status to: Fixed

moved issue from Scripts