function panthera()
add_npc(gv("x"),gv("y"),710)
end
if that one didn't work use this. must add panthera() to the last column of the item in itemresource.
I don't recommend doing it via script, but if you really want to do it, I'd beg you... don't write it that way. the name of the function is a joke... i know it's not yours but once you decided to correct this guy you might as well have written it properly.
to create a new summoning scroll just take some other summon scroll as a base and replace the monster's ID.
if you want to do it with a function? I recommend doing it this way:
HTML Code:
function Summoning_Scroll( monster_id )
add_npc( gv("x"), gv("y"), monster_id )
end
Why?
The function name should always speak for itself what it does.
why did I enter "Monster_ID" as an argument to the function?
because the functions we write should be as flexible and universal as possible.
hence let's assume that our colleague wants to add another scroll, then he doesn't have to create another separate function that does exactly the same thing.
but it just changes the argument to itemresource.
how to use ?
in the table script in ItemResource just enter
Summoning_Scroll(710)
if you want it to be a different monster just replace the number. nothing easier.
Quote:
Originally Posted by khshe
function panthera() -- add for script in item
local current_x = gv("x")
local current_y = gv("y")
add_npc(current_x,current_y,710,1) -- 710 id mob
end
скрипт луа , это ну прям совсем простой вариант. еще можно через скилресурс сделать
And I think I'll have to teach you how to write scripts XD
now i know who wrote them in revo before i joined
I don't recommend doing it via script, but if you really want to do it, I'd beg you... don't write it that way. the name of the function is a joke... i know it's not yours but once you decided to correct this guy you might as well have written it properly.
to create a new summoning scroll just take some other summon scroll as a base and replace the monster's ID.
if you want to do it with a function? I recommend doing it this way:
HTML Code:
function Summoning_Scroll( monster_id )
add_npc( gv("x"), gv("y"), monster_id )
end
Why?
The function name should always speak for itself what it does.
why did I enter "Monster_ID" as an argument to the function?
because the functions we write should be as flexible and universal as possible.
hence let's assume that our colleague wants to add another scroll, then he doesn't have to create another separate function that does exactly the same thing.
but it just changes the argument to itemresource.
how to use ?
in the table script in ItemResource just enter
Summoning_Scroll(710)
if you want it to be a different monster just replace the number. nothing easier.
And I think I'll have to teach you how to write scripts XD
now i know who wrote them in revo before i joined
are you serious? I took this from the elitepvpers forum and just gave it to him. I didn't write scripts for the revolution. please don't act super smart, this doesn't suit you
Quote:
Originally Posted by yosiemelo
HTML Code:
function Summoning_Scroll( monster_id )
add_npc( gv("x"), gv("y"), monster_id )
end
Do you think he will understand how to do it? I gave him the simplest option that I found on the forum, then he must learn how to do it right, that's all.
I don’t need to be taught, I can do a lot without you
and if you think that there are such developers in the revolution team, then how has the revolution not closed yet? Or do you think that Ali is so stupid to recruit such developers?
and since you have decided to teach me, then please do not advise me to use the script to summon monsters at all. you can just use the skillresource table and add the skill id to the item but for some reason you decided to describe a script variant.
are you serious? I took this from the elitepvpers forum and just gave it to him. I didn't write scripts for the revolution. please don't act super smart, this doesn't suit you
Do you think he will understand how to do it? I gave him the simplest option that I found on the forum, then he must learn how to do it right, that's all.
I don’t need to be taught, I can do a lot without you
and if you think that there are such developers in the revolution team, then how has the revolution not closed yet? Or do you think that Ali is so stupid to recruit such developers?
and since you have decided to teach me, then please do not advise me to use the script to summon monsters at all. you can just use the skillresource table and add the skill id to the item but for some reason you decided to describe a script variant.
@ likes to brag to other devs, he won't reply here if no one replied.. instead of trying to flex you could've replied first, or helping isn't what u want .. rather just trying to look like the smart one? lol
@ likes to brag to other devs, he won't reply here if no one replied.. instead of trying to flex you could've replied first, or helping isn't what u want .. rather just trying to look like the smart one? lol
dude, I help so many people who write to me regularly on DM discord that your argument makes absolutely no sense.
but when I noticed that you both wrote help to him (respect. still trying to help and im not negating it!)
but when i saw the bad practices in this code. I decided to respond constructively with the errors described, not to "flex" but in the hope that the three of you will learn some lessons from this.
@ likes to brag to other devs, he won't reply here if no one replied.. instead of trying to flex you could've replied first, or helping isn't what u want .. rather just trying to look like the smart one? lol
In fact. I also thought that he didn't want to help. but just wanted to show how smart he was. an upstart more.
this proves once again that because of such "smart" guys like Yoseim, it's better not to help once again. Yoseim look like troll
Help: Create summoning scroll Rappelz 03/07/2023 - Rappelz Private Server - 2 Replies Hello,
I want to create a summoning scroll for the snowmann for taming them.
Can somone tell me how i can make this?
Server files 9.5.2
[Selling] Summoning Licenses | Double your referral count with Summoning! 08/20/2014 - League of Legends Trading - 58 Replies Summoning is a unique bot that I created and maintain. Currently the bot is private and one of the best around simply because of how it processes.
The philosophy behind Summoning is we can always improve. That's why Summoning gets better and better every day.
Screen shot:
http://puu.sh/8OQyt.png
Video example:
Preview
[Release]Summoning Scroll for 7.1 client 11/05/2011 - Rappelz Private Server - 3 Replies Hi people,
I post here the same as on our forum.
I release an update for 1.3 repack to have summoning scroll working.
This update don't work with any 6.2 client
The pack include 3 files and should be used in this order :
1) run the sql script
2) copy the lua to server resource folder
3 copy the client mods to resource folder ONLY IF YOU USE A 7.1US CLIENT (if you use 7.1 PH this mod is not needed, not tested with any other 7.1)