[Release] Heaven's Bazaar

05/25/2013 19:57 HeavenOnlyWishes#16
I really wish you people would read..... I said : THESE SCRIPTS ARE FOR RAPPELZ SERVER FILES 6.3 AND MAY NOT WORK FOR NEWER SERVER FILES, THEY WERE DESIGNED FOR THE SERVER BEFORE THE ADD_EVENT_STATE() METHOD WAS ADDED INTO THE RAPPELZ GAME.

If you were to add these scripts to the 6.3 server files they would work fine. But things have changed in the newer releases and some things work differently.
05/25/2013 21:45 ThunderNikk#17
Don't yell at me for not reading.

You keep telling us we are using an unnecessary function and that's what I am referring to is your lua script server_init that Pyrochina was trying to use with the omitted unnecessary function and claimed it was not working.

I was not referring to your scripts that are posted for downloading but I am referring to your shortcut...

Code:
function on_server_init()
	roaming()
	rare_mob()
	guardian_spawn()
	random_respawn()
        add_event_state(1013,20)
        add_event_state(1007,15)
        add_event_state(1008,15)
        add_event_state(1002,10)
        add_event_state(1001,10)
end
Is supposedly not working so the unnecessary function may not be unnecessary after all, but instead of reading yourself, you just keep yelling at people about it.
05/25/2013 22:09 HeavenOnlyWishes#18
Oh.... I can't multitask... ask me one problem at a time.... I'll look at the server_init() thingy in a minute, finishing a script for release. Had this idea last night before I went to bed so now I'm building it.... lol

And sorry, not yelling, just being sturn.

Ok just tested the server_init thingy....

This:
Code:
function on_server_init()
	roaming()
	rare_mob()
	guardian_spawn()
	random_respawn()
        add_event_state(1013,20)
        add_event_state(1007,15)
        add_event_state(1008,15)
        add_event_state(1002,10)
        add_event_state(1001,10)
end
Works just fine on my private server. If it doesn't work for you then you either did something wrong or there's something conflicting with the code.

Try looking at it again.

Added NPC Buff System....
12/14/2014 14:21 Admeus#19
I think more people(beginners) should read you thread if it comes to sql statements! - Some of them I would recommend to learn a little more about SQL and so on.

Over 1 week the only thing i'm still reading through the whole rappelz threads "Can you make this tool or this to make this and this". - And this for the simpliest things like working with a database. :/ that's rly sad.

It's a small but a fine guide for beginners. :) - Thxs for sharing and the explanation of each statement!
12/14/2014 15:40 marekrndr#20
You do realize you just epic necrod?